From b079965de81972786f70c2d56af83608594feb2b Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 12 Dec 2020 14:34:47 +0100 Subject: [PATCH] New Crowdin updates --- .../metadata/android/ar/full_description.txt | 22 ++ .../metadata/android/ar/short_description.txt | 1 + .../metadata/android/de/full_description.txt | 22 ++ .../metadata/android/de/short_description.txt | 1 + .../metadata/android/el/full_description.txt | 22 ++ .../metadata/android/el/short_description.txt | 1 + .../metadata/android/es/full_description.txt | 22 ++ .../metadata/android/es/short_description.txt | 1 + .../metadata/android/fr/full_description.txt | 22 ++ .../metadata/android/fr/short_description.txt | 1 + .../metadata/android/it/full_description.txt | 22 ++ .../metadata/android/it/short_description.txt | 1 + .../metadata/android/ja/full_description.txt | 22 ++ .../metadata/android/ja/short_description.txt | 1 + .../metadata/android/ko/full_description.txt | 22 ++ .../metadata/android/ko/short_description.txt | 1 + .../metadata/android/nl/full_description.txt | 22 ++ .../metadata/android/nl/short_description.txt | 1 + .../metadata/android/pl/full_description.txt | 22 ++ .../metadata/android/pl/short_description.txt | 1 + .../metadata/android/pt/full_description.txt | 22 ++ .../metadata/android/pt/short_description.txt | 1 + .../metadata/android/ro/full_description.txt | 22 ++ .../metadata/android/ro/short_description.txt | 1 + .../metadata/android/ru/full_description.txt | 22 ++ .../metadata/android/ru/short_description.txt | 1 + .../metadata/android/sv/full_description.txt | 22 ++ .../metadata/android/sv/short_description.txt | 1 + .../android/zh-rCN/full_description.txt | 22 ++ .../android/zh-rCN/short_description.txt | 1 + .../android/zh-rTW/full_description.txt | 22 ++ .../android/zh-rTW/short_description.txt | 1 + app/src/main/res/values-ar/strings.xml | 353 ++++++++++++++++++ app/src/main/res/values-de/strings.xml | 349 +++++++++++++++++ app/src/main/res/values-el/strings.xml | 348 +++++++++++++++++ app/src/main/res/values-es/strings.xml | 349 +++++++++++++++++ app/src/main/res/values-fr/strings.xml | 349 +++++++++++++++++ app/src/main/res/values-it/strings.xml | 349 +++++++++++++++++ app/src/main/res/values-ja/strings.xml | 348 +++++++++++++++++ app/src/main/res/values-ko/strings.xml | 348 +++++++++++++++++ app/src/main/res/values-nl/strings.xml | 349 +++++++++++++++++ app/src/main/res/values-pl/strings.xml | 351 +++++++++++++++++ app/src/main/res/values-pt/strings.xml | 349 +++++++++++++++++ app/src/main/res/values-ro/strings.xml | 350 +++++++++++++++++ app/src/main/res/values-ru/strings.xml | 351 +++++++++++++++++ app/src/main/res/values-sv/strings.xml | 349 +++++++++++++++++ app/src/main/res/values-zh-rCN/strings.xml | 347 +++++++++++++++++ app/src/main/res/values-zh-rTW/strings.xml | 348 +++++++++++++++++ 48 files changed, 5955 insertions(+) create mode 100644 app/src/fdroid_full/fastlane/metadata/android/ar/full_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/ar/short_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/de/full_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/de/short_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/el/full_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/el/short_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/es/full_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/es/short_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/fr/full_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/fr/short_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/it/full_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/it/short_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/ja/full_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/ja/short_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/ko/full_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/ko/short_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/nl/full_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/nl/short_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/pl/full_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/pl/short_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/pt/full_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/pt/short_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/ro/full_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/ro/short_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/ru/full_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/ru/short_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/sv/full_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/sv/short_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/zh-rCN/full_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/zh-rCN/short_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/zh-rTW/full_description.txt create mode 100644 app/src/fdroid_full/fastlane/metadata/android/zh-rTW/short_description.txt create mode 100644 app/src/main/res/values-ar/strings.xml create mode 100644 app/src/main/res/values-de/strings.xml create mode 100644 app/src/main/res/values-el/strings.xml create mode 100644 app/src/main/res/values-es/strings.xml create mode 100644 app/src/main/res/values-fr/strings.xml create mode 100644 app/src/main/res/values-it/strings.xml create mode 100644 app/src/main/res/values-ja/strings.xml create mode 100644 app/src/main/res/values-ko/strings.xml create mode 100644 app/src/main/res/values-nl/strings.xml create mode 100644 app/src/main/res/values-pl/strings.xml create mode 100644 app/src/main/res/values-pt/strings.xml create mode 100644 app/src/main/res/values-ro/strings.xml create mode 100644 app/src/main/res/values-ru/strings.xml create mode 100644 app/src/main/res/values-sv/strings.xml create mode 100644 app/src/main/res/values-zh-rCN/strings.xml create mode 100644 app/src/main/res/values-zh-rTW/strings.xml diff --git a/app/src/fdroid_full/fastlane/metadata/android/ar/full_description.txt b/app/src/fdroid_full/fastlane/metadata/android/ar/full_description.txt new file mode 100644 index 0000000..fd254e1 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/ar/full_description.txt @@ -0,0 +1,22 @@ +*Not authenticated mode* + +It's a limited mode where you can do some actions: + +- Switch instance, +- Share videos, +- Download videos. + + +*Authenticated mode* + +Many features are available with this mode: + +- Write/delete comments +- Upload/remove/edit videos +- Manage (create/edit/remove) channels and playlists +- Follow/unfollow channels +- Thumbs-up/down +- Check notifications +- Mute/unmute channels +- Report videos/accounts +- Check your history \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/ar/short_description.txt b/app/src/fdroid_full/fastlane/metadata/android/ar/short_description.txt new file mode 100644 index 0000000..338e1e4 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/ar/short_description.txt @@ -0,0 +1 @@ +App for all Peertube instances \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/de/full_description.txt b/app/src/fdroid_full/fastlane/metadata/android/de/full_description.txt new file mode 100644 index 0000000..d4006da --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/de/full_description.txt @@ -0,0 +1,22 @@ +*Nicht authentifizierter Modus* + +Es handelt sich um einen eingeschränkten Modus, in dem Sie einige Aktionen ausführen können: + +- Instanz wechseln, +- Videos teilen, +- Videos herunterladen. + + +*Authentifizierter Modus* + +In diesem Modus sind viele Funktionen verfügbar: + +- Kommentare schreiben/löschen +- Videos hochladen/entfernen/bearbeiten +- Verwalten (erstellen/bearbeiten/entfernen) von Kanälen und Wiedergabelisten +- Kanäle verfolgen/entfolgen +- Daumen hoch/runter +- Benachrichtigungen prüfen +- Kanäle stummschalten/Stummschaltung aufheben +- Videos/Accounts melden +- Überprüfe deinen Verlauf \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/de/short_description.txt b/app/src/fdroid_full/fastlane/metadata/android/de/short_description.txt new file mode 100644 index 0000000..c93b319 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/de/short_description.txt @@ -0,0 +1 @@ +App für alle Peertube Instanzen \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/el/full_description.txt b/app/src/fdroid_full/fastlane/metadata/android/el/full_description.txt new file mode 100644 index 0000000..12b1cb4 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/el/full_description.txt @@ -0,0 +1,22 @@ +*Κατάσταση λειτουργίας χωρίς πιστοποίηση* + +Είναι μια περιορισμένη κατάσταση οπού μπορείτε να κάνετε κάποιες ενέργειες: + +- Αλλαγή υπόστασης, +- Κοινοποίηση βίντεο, +- Λήψη βίντεο. + + +*Κατάσταση λειτουργίας με πιστοποίηση* + +Πολλές λειτουργίες είναι διαθέσιμες σε αυτήν την κατάσταση: + +- Δημιουργία/διαγραφή σχολίων +- Μεταφόρτωση/αφαίρεση/επεξεργασία βίντεο +- Διαχείρηση (δημιουργία/επεξεργασία/αφαίρεση) καναλιών και λιστών αναπαραγωγής +- Παρακολούθηση/παύση παρακολούθησης καναλιών +- Thumbs-up/down +- Έλεγχος ειδοποιήσεων +- Σίγαση/αφαίρεση σίγασης καναλιών +Αναφορά βίντεο/λογαριασμών +- Έλεγχος του ιστορικού σας \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/el/short_description.txt b/app/src/fdroid_full/fastlane/metadata/android/el/short_description.txt new file mode 100644 index 0000000..58ce53d --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/el/short_description.txt @@ -0,0 +1 @@ +Εφαρμογή για όλες τις υποστάσεις Peertube \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/es/full_description.txt b/app/src/fdroid_full/fastlane/metadata/android/es/full_description.txt new file mode 100644 index 0000000..d733189 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/es/full_description.txt @@ -0,0 +1,22 @@ +*Modo no autentificado* + +Es un modo limitado en el que puedes hacer algunas acciones: + +- Cambiar instancia, +- Compartir videos, +- Descargue videos. + + +*Modo autenticado* + +Muchas características están disponibles con este modo: + +- Escribir/eliminar comentarios +- Subir/quitar/editar videos +- Administrar (crear/editar/eliminar) canales y listas de reproducción +- Seguir/no seguir los canales +- Pulgares arriba/abajo +- Revisar las notificaciones +- Canales silenciados/no silenciados +- Reportar videos/cuentas +- Revisa tu historial \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/es/short_description.txt b/app/src/fdroid_full/fastlane/metadata/android/es/short_description.txt new file mode 100644 index 0000000..f050497 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/es/short_description.txt @@ -0,0 +1 @@ +Aplicación para todas las instancias de Peertube \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/fr/full_description.txt b/app/src/fdroid_full/fastlane/metadata/android/fr/full_description.txt new file mode 100644 index 0000000..efb3dbe --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/fr/full_description.txt @@ -0,0 +1,22 @@ +*Mode non authentifié* + +C'est un mode limité où vous pouvez faire certaines actions: + +- Changer d'instance, +- Partager des vidéos, +- Télécharger les vidéos. + + +*Mode authentifié* + +De nombreuses fonctionnalités sont disponibles avec ce mode: + +- Rédiger/supprimer des commentaires +- Téléverser/supprimer/modifier des vidéos +- Gérer (créer/modifier/supprimer) les chaînes et les listes de lecture +- Suivre/ne pas suivre les canaux +- Pouces vers le haut/vers le bas +- Vérifier les notifications +- Chaînes muettes/non muettes +- Signaler des vidéos/comptes +- Vérifiez votre historique \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/fr/short_description.txt b/app/src/fdroid_full/fastlane/metadata/android/fr/short_description.txt new file mode 100644 index 0000000..b0a67d6 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/fr/short_description.txt @@ -0,0 +1 @@ +Application pour toutes les instances de Peertube \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/it/full_description.txt b/app/src/fdroid_full/fastlane/metadata/android/it/full_description.txt new file mode 100644 index 0000000..a08d77a --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/it/full_description.txt @@ -0,0 +1,22 @@ +*Modalità non autenticata* + +È una modalità limitata in cui è possibile fare alcune azioni: + +- Cambia istanza, +- Condivi video, +- Scarica video. + + +*Modalità autenticata* + +Molte funzioni sono disponibili con questa modalità: + +- Scrittura/elimina commenti +- Carica/rimuovi/modifica video +- Gestisci (crea/modifica/rimuovi) i canali e le playlist +- Seguire/non seguire i canali +- Pollici su/giù +- Controlla le notifiche +- Disattivare/disattivare i canali +- Segnala video/account +- Controlla la tua cronologia \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/it/short_description.txt b/app/src/fdroid_full/fastlane/metadata/android/it/short_description.txt new file mode 100644 index 0000000..ed5a50b --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/it/short_description.txt @@ -0,0 +1 @@ +App per tutti i casi Peertube \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/ja/full_description.txt b/app/src/fdroid_full/fastlane/metadata/android/ja/full_description.txt new file mode 100644 index 0000000..fd254e1 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/ja/full_description.txt @@ -0,0 +1,22 @@ +*Not authenticated mode* + +It's a limited mode where you can do some actions: + +- Switch instance, +- Share videos, +- Download videos. + + +*Authenticated mode* + +Many features are available with this mode: + +- Write/delete comments +- Upload/remove/edit videos +- Manage (create/edit/remove) channels and playlists +- Follow/unfollow channels +- Thumbs-up/down +- Check notifications +- Mute/unmute channels +- Report videos/accounts +- Check your history \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/ja/short_description.txt b/app/src/fdroid_full/fastlane/metadata/android/ja/short_description.txt new file mode 100644 index 0000000..338e1e4 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/ja/short_description.txt @@ -0,0 +1 @@ +App for all Peertube instances \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/ko/full_description.txt b/app/src/fdroid_full/fastlane/metadata/android/ko/full_description.txt new file mode 100644 index 0000000..fd254e1 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/ko/full_description.txt @@ -0,0 +1,22 @@ +*Not authenticated mode* + +It's a limited mode where you can do some actions: + +- Switch instance, +- Share videos, +- Download videos. + + +*Authenticated mode* + +Many features are available with this mode: + +- Write/delete comments +- Upload/remove/edit videos +- Manage (create/edit/remove) channels and playlists +- Follow/unfollow channels +- Thumbs-up/down +- Check notifications +- Mute/unmute channels +- Report videos/accounts +- Check your history \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/ko/short_description.txt b/app/src/fdroid_full/fastlane/metadata/android/ko/short_description.txt new file mode 100644 index 0000000..338e1e4 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/ko/short_description.txt @@ -0,0 +1 @@ +App for all Peertube instances \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/nl/full_description.txt b/app/src/fdroid_full/fastlane/metadata/android/nl/full_description.txt new file mode 100644 index 0000000..aa12dbd --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/nl/full_description.txt @@ -0,0 +1,22 @@ +*Niet geverifieerde modus* + +Het is een beperkte modus waarin je een aantal acties kunt uitvoeren: + +- Schakel bijvoorbeeld over, +- Deel video's, +- Download video's. + + +*Authentieke modus* + +Er zijn veel functies beschikbaar met deze modus: + +- Schrijf/verwijder opmerkingen +- Video's uploaden/verwijderen/bewerken +- Beheer (aanmaken/bewerken/verwijderen) van kanalen en afspeellijsten +- Follow/unfollow channels +- Duimen omhoog/omlaag +- Meldingen controleren +- Mute/unmute kanalen +- Rapportagevideo's/rekeningen +- Controleer uw geschiedenis \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/nl/short_description.txt b/app/src/fdroid_full/fastlane/metadata/android/nl/short_description.txt new file mode 100644 index 0000000..6c872cf --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/nl/short_description.txt @@ -0,0 +1 @@ +App voor alle Peertube gevallen \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/pl/full_description.txt b/app/src/fdroid_full/fastlane/metadata/android/pl/full_description.txt new file mode 100644 index 0000000..625d265 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/pl/full_description.txt @@ -0,0 +1,22 @@ +*Tryb bez uwierzytelniania* + +Jest to tryb ograniczony, w którym można wykonywać niektóre czynności: + +- Przełączać sesje, +- Udostępniać filmy, +- Pobierać filmy. + + +*Tryb uwierzytelniony* + +W tym trybie dostępnych jest wiele funkcji: + +- Pisanie/Usuwanie komentarzy +- Przesyłanie/Usuwanie/Edytowanie filmów +- Zarządzanie (tworzenie/edytowanie/usuwanie) kanałami i listami odtwarzania +- Obserwowanie kanałów +- Kciuki w górę/w dół +- Sprawdzanie powiadomień +- Wyciszanie kanałów +- Zgłaszanie filmów/kont +- Sprawdzanie swojej historii \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/pl/short_description.txt b/app/src/fdroid_full/fastlane/metadata/android/pl/short_description.txt new file mode 100644 index 0000000..68ebb49 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/pl/short_description.txt @@ -0,0 +1 @@ +Aplikacja dla wszystkich instancji PeerTube \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/pt/full_description.txt b/app/src/fdroid_full/fastlane/metadata/android/pt/full_description.txt new file mode 100644 index 0000000..071fbec --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/pt/full_description.txt @@ -0,0 +1,22 @@ +*Não autenticado* + +É um modo limitado onde você pode realizar algumas ações: + +- Trocar de instância, +- Compartilhar vídeos, +- Download de vídeos. + + +*Modo autenticado* + +Muitas características estão disponíveis com este modo: + +- Escrever/apagar comentários +- Upload/remoção/edição de vídeos +- Gerenciar (criar/editar/remover) canais e listas de reprodução +- Seguir/sempreender os canais +- Polegares para cima/baixo +- Verificar notificações +- Canais de mudo/unmudo +- Relatar vídeos/contas +- Confira seu histórico \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/pt/short_description.txt b/app/src/fdroid_full/fastlane/metadata/android/pt/short_description.txt new file mode 100644 index 0000000..338e1e4 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/pt/short_description.txt @@ -0,0 +1 @@ +App for all Peertube instances \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/ro/full_description.txt b/app/src/fdroid_full/fastlane/metadata/android/ro/full_description.txt new file mode 100644 index 0000000..fd254e1 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/ro/full_description.txt @@ -0,0 +1,22 @@ +*Not authenticated mode* + +It's a limited mode where you can do some actions: + +- Switch instance, +- Share videos, +- Download videos. + + +*Authenticated mode* + +Many features are available with this mode: + +- Write/delete comments +- Upload/remove/edit videos +- Manage (create/edit/remove) channels and playlists +- Follow/unfollow channels +- Thumbs-up/down +- Check notifications +- Mute/unmute channels +- Report videos/accounts +- Check your history \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/ro/short_description.txt b/app/src/fdroid_full/fastlane/metadata/android/ro/short_description.txt new file mode 100644 index 0000000..338e1e4 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/ro/short_description.txt @@ -0,0 +1 @@ +App for all Peertube instances \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/ru/full_description.txt b/app/src/fdroid_full/fastlane/metadata/android/ru/full_description.txt new file mode 100644 index 0000000..35615d1 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/ru/full_description.txt @@ -0,0 +1,22 @@ +*Не аутентифицированный режим* + +Это ограниченный режим, где можно совершить некоторые действия: + +- Переключать экземпляры, +- Поделиться видео, +- Скачать видео. + + +*Аутентифицированный режим* + +В этом режиме доступны многие функции: + +- Оставлять/удалять комментарии +- Загружать/удалять/редактировать видео +- Управлять (создание/редактирование/удаление) каналами и плейлистами +- Подписаться/отписаться от каналов +- Нравится/не нравится +- Проверить уведомления +- Отключить/включить каналы +- Пожаловаться на видео/аккаунты +- История Ваших просмотров \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/ru/short_description.txt b/app/src/fdroid_full/fastlane/metadata/android/ru/short_description.txt new file mode 100644 index 0000000..59bec02 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/ru/short_description.txt @@ -0,0 +1 @@ +Приложение для всех серверов Peertube \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/sv/full_description.txt b/app/src/fdroid_full/fastlane/metadata/android/sv/full_description.txt new file mode 100644 index 0000000..fd254e1 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/sv/full_description.txt @@ -0,0 +1,22 @@ +*Not authenticated mode* + +It's a limited mode where you can do some actions: + +- Switch instance, +- Share videos, +- Download videos. + + +*Authenticated mode* + +Many features are available with this mode: + +- Write/delete comments +- Upload/remove/edit videos +- Manage (create/edit/remove) channels and playlists +- Follow/unfollow channels +- Thumbs-up/down +- Check notifications +- Mute/unmute channels +- Report videos/accounts +- Check your history \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/sv/short_description.txt b/app/src/fdroid_full/fastlane/metadata/android/sv/short_description.txt new file mode 100644 index 0000000..338e1e4 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/sv/short_description.txt @@ -0,0 +1 @@ +App for all Peertube instances \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/zh-rCN/full_description.txt b/app/src/fdroid_full/fastlane/metadata/android/zh-rCN/full_description.txt new file mode 100644 index 0000000..38553d9 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/zh-rCN/full_description.txt @@ -0,0 +1,22 @@ +*游客模式* + +在该模式下, 功能受到限制 + +• 切换实例 +• 分享视频 +• 下载视频 + + +*登录模式* + +此模式下允许您使用更多的功能: + +• 发布 / 删除评论 +• 上传 / 删除 / 编辑视频 +• 创建 / 编辑 / 删除频道与播放列表 +• 订阅 / 取消订阅频道 +• 好评/差评 +• 接收通知 +• 隐藏/取消隐藏 频道 +• 报告视频 / 账号 +• 查看观看历史 \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/zh-rCN/short_description.txt b/app/src/fdroid_full/fastlane/metadata/android/zh-rCN/short_description.txt new file mode 100644 index 0000000..1a38e95 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/zh-rCN/short_description.txt @@ -0,0 +1 @@ +此应用适用于所有Peertube实例 \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/zh-rTW/full_description.txt b/app/src/fdroid_full/fastlane/metadata/android/zh-rTW/full_description.txt new file mode 100644 index 0000000..fd254e1 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/zh-rTW/full_description.txt @@ -0,0 +1,22 @@ +*Not authenticated mode* + +It's a limited mode where you can do some actions: + +- Switch instance, +- Share videos, +- Download videos. + + +*Authenticated mode* + +Many features are available with this mode: + +- Write/delete comments +- Upload/remove/edit videos +- Manage (create/edit/remove) channels and playlists +- Follow/unfollow channels +- Thumbs-up/down +- Check notifications +- Mute/unmute channels +- Report videos/accounts +- Check your history \ No newline at end of file diff --git a/app/src/fdroid_full/fastlane/metadata/android/zh-rTW/short_description.txt b/app/src/fdroid_full/fastlane/metadata/android/zh-rTW/short_description.txt new file mode 100644 index 0000000..338e1e4 --- /dev/null +++ b/app/src/fdroid_full/fastlane/metadata/android/zh-rTW/short_description.txt @@ -0,0 +1 @@ +App for all Peertube instances \ No newline at end of file diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml new file mode 100644 index 0000000..98b1e15 --- /dev/null +++ b/app/src/main/res/values-ar/strings.xml @@ -0,0 +1,353 @@ + + + Enable Chromecast (beta) + Please wait + Allow to discover Chromecast devices on the network. + Videos in list + Change the layout for displaying videos in a list + No instances ! + عرض المزيد + اعرض أقل + ChromeCast + ChromeCast choice + Screen lock + Keep playing videos when the screen is locked + حفظ + Enable history + Change profile picture + Automatic playback + If enabled, videos will be played automatically + Fullscreen + Automatically open videos in fullscreen + تشغيل تلقائي + Automatically start playing the next video + When a video ends, follow up with the next suggested video. + Add a public reply + Originally published + Activity + App + New video from your subscriptions + New comment on your video + One of your video is blocked/unblocked + Video published (after transcoding/scheduled update) + Video import finished + You or your channel(s) has a new follower + Someone mentioned you in video comments + An abuse report received a new message + One of your abuse reports has been accepted or rejected by moderators + + %d ردود + ردّ واحد %d + %d ردود + %d ردود + %d ردود + %d ردود + + رد + السمة + Allow to change app theme + The video cannot be federated! + الرئيسية + المحلية + Discover + الإشعارات + تم إضافتها حديثًا + الشائعة + Most liked + Oops! An error occurred! + Muted + القنوات + Do not list + Blur + Display + No opinion + Pick an instance + This instance does not seem to be valid! + No videos! + No notifications! + أيقونة المفضلة + فتح بواسطة + Edit a playlist + أغلق + إرسال + معاينة الصورة + اختر الملف المراد ارساله + New video + New blacklist info + Your video is published + Error when publishing your video + New comment + مُتابِع جديد + قناة + الفيديوهات + القنوات + Fetch every: + + أبدًا + 15 دقيقة + 30 دقيقة + ساعة واحدة + 2 ساعة + 6 ساعات + 12 ساعة + + Retry + Token refresh failed! + You can retry this action or simply disconnect the current account + موافق + لا + إلغاء + تنزيل + الصورة الشخصية + تحديث الفيديو + Remove from playlist + %d ثا + %d د + %d سا + %d يو + %s مشاهدات + Instance host + الارسال جارٍ، يُرجى الانتظار… + تم ارسال الفيديو! + تم إلغاء الإرسال! + Tap here to edit the video data. + طرأ هناك خطأ أثناء اختيار الوسائط! + تنزيل %1$s + The account has been updated! + الخصوصية + تسجيل الخروج + تسجيل الدخول + كلمة السر + البريد الإلكتروني + الوسوم + موافق + شارك بواسطة + Shared via TubeLab + اسم المستخدم + الإعدادات + هل أنت متأكد من أنك تريد تسجيل الخروج @%1$s@%2$s؟ + يتابِع + المتابِعون + تعذرت عملية جلب معرف العميل! + طرأ هناك خطأ أثناء التحوّل مِن حساب إلى آخر! + وقع خطأ أثناء عملية البحث! + لا يمكن اتخاذ أي إجراء + Subscribe + كتم + Unlimited + MB + GB + Total video quota + Daily video quota + Mature or explicit content + This video contains mature or explicit content. Are you sure you want to watch it? + البحث + حذف + هل تود فعلا حذف هذه القائمة ؟ + حذف القائمة + كن الأول في التعليق على هذا الفيديو بالضغط على الزر الأيمن في الأعلى! + إنّ التعليقات على هذا الفيديو مُعطّلة! + اختيار الجودة + تم إضافة الفيديو إلى الفواصل المرجعية! + تم إزالة الفيديو من الفواصل المرجعية! + معلومات + شعار التطبيق + + الاشتراكات + Delete an instance + Are you sure to delete this instance? + حذف التعليق + هل أنت متأكد من أنك تود حذف هذا التعليق؟ + أسلوب عرض الفيديوهات + عامل التصفية + Sepia search + Display sensitive content + Published date + Any + Today + Last 7 days + Last 30 days + Last 365 days + Duration + + + 10 min)]]> + Display all categories + Display all licenses + Display all languages + All of these tags + One of these tags + Apply filter + + Best match + Most recent + Least recent + + Sort by + Keyword, channel, video, etc. + Sepia Search displays videos and channels that match your search but is not the publisher, nor the owner. If you notice any problems with a video, report it to the administrators on the PeerTube website where the video is published. + فيديوهاتي + العنوان + الرخصة + الفئة + اللغة + هذه الفيديو تحتوي على محتوى للكبار + السماح بالتعليق على الفيديو + الوصف + تم تحديث الفيديو! + Register an account + Email address + Preview + Change preview + Name + عرض المزيد + No channels! + Some explanations about your report… + Report video + الإبلاغ + Pick another instance + التاريخ + تعديل + Video settings + الواجهة + الذاكرة المؤقتة + Set the cache for videos (default 100Mb) + Define a default quality for videos + Resolution for videos + Video cache: %d Mb + Captions + Pick captions + None + Allows to change mode for playing videos (default, streaming or via a browser). + Delete account comments + Are you sure you want to remove all the comments of this account? + احذف الفيديو + هل أنت متأكد أنك تود حذف هذا الفيديو؟ + لا توجد أية فيديوهات لعرضها! + شارك + %1$s على الفيديو %2$s]]> + %1$s يتابع قناتك %2$s الآن]]> + %1$s يُتابِع حسابك الآن]]> + %1$s]]> + %1$s بنجاح]]> + %1$s]]> + %1$s فيديو جديد: %2$s]]> + %1$s في القائمة السوداء]]> + %1$s من القائمة السوداء]]> + %1$s has been accepted]]> + %1$s]]> + أضف تعليقًا عامًا + ارسل تعليق + الكل + + Playback speed + عادي + Delete videos history + Are you sure you want to delete all your videos history? + Export + Import + Successful export! + Tap here to send the export by email + New Playlist + Open the attached file with TubeLab + قوائم التشغيل + No playlists + الاسم العلني + You don\'t have any playlists. Tap on the \"+\" icon to add a new playlist + يجب عليك إدخال اسم علني! + القناة لازمة إن كانت قائمة التشغيل متاحة للعامة. + إنشاء قائمة تشغيل + قائمة التشغيل هذه فارغة حاليا. + تأكيد الكلمة السرية + أوافق على %1$s وعلى %2$s + قواعد الخادم + شروط الخدمة + إنشاء حساب + يرجى ملء جميع الحقول! + كلمتي المرور غير متطابقتين! + يبدو أنّ عنوان البريد الإلكتروني غير صالح! + سيتم إرسال رسالة إلكترونية للتأكيد + استخدم 8 أحرف على الأقل + يجب أن تكون الكلمة السرية مكوّنة مِن 8 أحرف على الأقل + اسم المستخدم يجب أن تحتوي فقط على حروف وأرقام وسطور سفلية + تم إنشاء الحساب! + Your account has been created!\n\n + Think to validate your email within the 48 next hours.\n\n + You can now connect your account by writing %1$s in the first field and tap on Connect.\n\n + Important: If your instance required validation, you will receive an email once it is validated! + + الحساب + بلّغ عن الحساب + + عادي + Webview + Magnet + تورنت + + + فاتحة + مظلمة + Automatic + + + High + Medium + Low + + هل تريد إلغاء متابعة هذا الحساب؟ + عنوان للفيديو + انظم إلى PeerTube + أبلُغ مِن العُمر 16 سنة على الأقل وأوافق على %1$s هذا الخادم + عدّل الصفحة التعريفية + القيام بإجراء + Unsubscribe + Display sensitive videos + Fullscreen + There are no videos in your favourites! + Remove channel + Are you sure to permanently delete this channel? + Video in playlists + No muted accounts! + You must define a name and a display name for this channel! + Create a channel + Edit channel + Email addresses in %1$s are not allowed! + Please, specify the reasons + You must be authenticated to proceed to this action! + The account has been reported! + The comment has been reported! + The video has been reported! + The password must contain at least 6 characters! + The account has been muted! + Edit video + Create an account + %1$s Subscribers + المُطوّر + الإصدار %1$s + عن التطبيق + تبرع + الشفرة المصدرية + متعقب المشاكل + No instances match these criteria + Instances picker + Pick this instance + Sensitive videos + Sensitive content: %1$s + %1$s instance followers + مساعدة + Pick categories + Pick languages + Update information + Fetch notifications + إضافة حساب + List of accounts + Pause + Play + Minimize + Fast rewind + Fast forward + Minimize videos size + Minimize videos size when the app is in background (Android N+) + Language filter + Filter videos with different languages + diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml new file mode 100644 index 0000000..c52b8e8 --- /dev/null +++ b/app/src/main/res/values-de/strings.xml @@ -0,0 +1,349 @@ + + + Enable Chromecast (beta) + Please wait + Allow to discover Chromecast devices on the network. + Listenmodus + Video-Übersicht als Liste anzeigen + Keine Instanzen ! + Mehr anzeigen + Weniger anzeigen + ChromeCast + ChromeCast choice + Bildschirmsperre + Videos weiterhin abspielen, wenn der Bildschirm gesperrt ist + Speichern + Verlauf aktivieren + Profilbild ändern + Automatische Wiedergabe + Wenn aktiviert, werden Videos automatisch abgespielt + Vollbild + Videos automatisch im Vollbildmodus öffnen + Automatische Wiedergabe + Automatisch nächstes Video starten + Wenn ein Video endet, nächstes vorgeschlagene starten. + Öffentliche Antwort hinzufügen + Ursprünglich veröffentlicht + Aktivität + Anwendung + Neues Video aus deinen Abonnements + Neuer Kommentar zu deinem Video + Eines deiner Videos ist blockiert/entsperrt + Video veröffentlicht (nach Umkodierung/geplanter Aktualisierung) + Videoimport abgeschlossen + Du oder dein Kanal(e) haben einen neuen Follower + Jemand hat dich in einem Kommentar erwähnt + Es gibt eine neue Nachricht zu einem Missbrauchsbericht + Ein Missbrauchsbericht wurde von Moderatoren akzeptiert oder abgelehnt + + %d Antwort + %d Antworten + + Antworten + Erscheinungsbild + Erscheinungsbild ändern + Das Video kann nicht föderiert eingebunden werden! + Startseite + Lokal + Entdecken + Benachrichtigungen + Zuletzt hinzugefügt + Angesagt + Beliebteste + Hoppla, es gab einen Fehler! + Stummgeschaltet + Kanäle + Nicht auflisten + Verpixeln + Darstellung + Keine Meinung + Pick an instance + Der Name der Instanz scheint ungültig zu sein! + Keine Videos! + Keine Benachrichtigungen! + Favicon + Öffnen mit + Wiedergabeliste bearbeiten + Schließen + Hochladen + Bildvorschau + Datei zum Hochladen auswählen + Neues Video + Neue Schwarze-Liste-Infos + Dein Video wurde veröffentlicht + Fehler bei Veröffentlichung deines Videos + Neuer Kommentar + Neuer Follower + Kanal + Videos + Kanäle + Rufe alle ab: + + Nie + 15 Minuten + 30 Minuten + 1 Stunde + 2 Stunden + 6 Stunden + 12 Stunden + + Erneut versuchen + Tokenaktualisierung fehlgeschlagen! + You can retry this action or simply disconnect the current account + Ja + Nein + Abbrechen + Herunterladen + Profilbild + Video aktualisieren + Aus Wiedergabeliste entfernen + %d en + %d m + %d h + %d d + %s mal gesehen + Instanz von + Wird hochgeladen, bitte warten … + Dieses Video wurde aktualisiert! + Hochladen abgebrochen! + Hier klicken, um die Videodetails zu bearbeiten. + Ein Fehler während der Auswahl ist aufgetreten! + %1$s herunterladen + Benutzerkonto wurde aktualisiert! + Datenschutz + Abmelden + Anmelden + Passwort + E-Mail + Schlagwörter (tags) + Bestätigen + Teilen mit + Geteilt über TubeLab + Benutzername + Einstellungen + Sind Sie sicher, dass Sie @%1$s@%2$s abmelden möchten? + Folgt + Folgende + Client-ID konnte nicht abgerufen werden! + Ein Fehler ist während des Kontowechsels aufgetreten! + Ein Fehler ist während der Suche aufgetreten! + Keine Aktion kann durchgeführt werden + Abonnieren + Lautlos + Unbegrenzt + MB + GB + Gesamtes Video-Kontingent + Tägliches Video-Kontingent + Mature or explicit content + This video contains mature or explicit content. Are you sure you want to watch it? + Suche + Löschen + Möchtest du diese Liste wirklich dauerhaft löschen? + Liste löschen + Kommentiere als Erster dieses Video mit den Knopf oben rechts! + Kommentare sind bei diesem Video nicht aktiviert! + Wähle eine Auflösung + Video wurde den Favoriten hinzugefügt! + Video wurde aus den Favoriten entfernt! + Information + Logo der Anwendung + + Abos + Eine Instanz entfernen + Möchtest du diese Instanz wirklich entfernen? + Kommentar entfernen + Möchtest du diesen Kommentar wirklich löschen? + Modus für Videoaufnahmen + Filter + Sepia-Suche + Heikle Inhalte anzeigen + Veröffentlichungsdatum + Beliebig + Heute + Letze 7 Tage + Letzte 30 Tage + Letztes Jahr + Dauer + + + 10 min)]]> + Alle Kategorien anzeigen + Alle Lizenzen anzeigen + Alle Sprachen anzeigen + Alle diese Tags + Einer dieser Tags + Filter anwenden + + Beste Übereinstimmung + Neueste + Älteste zuerst + + Sortieren nach + Keyword, Kanal, Video, etc. + Die Sepia-Suche zeigt Videos und Kanäle an welche zu deiner Suche passen, ist aber weder der Eigentümer noch der Verantwortliche für die Veröffentlichung. Falls du Probleme mit einem Video hast, dann melde dies dem Administrator der PeerTube Seite auf welcher das Video veröffentlicht wurde. + Eigene Videos + Titel + Lizenz + Kategorie + Sprache + Dieses Video enthält heikle Inhalte + Kommentare zu Videos ermöglichen + Beschreibung + Dieses Video wurde aktualisiert! + Konto erstellen + E‐Mail‐Adresse + Vorschau + Vorschaubild ändern + Name + Mehr anzeigen + Keine Kanäle! + Einige Erklärungen zu deiner Meldung… + Video melden + Melden + Pick another instance + Verlauf + Bearbeiten + Video-Einstellungen + Benutzeroberfläche + Zwischenspeicher + Lege die Größe des Zwischenspeichers für Videos fest (Standard 100MB) + Standardqualität für Videos festlegen + Auflösung für Videos + Video-Zwischenspeicher: %d MB + Untertitel + Pick captions + Keine + Erlaubt es, den Modus für das Abspielen von Videos zu ändern (Standard, Streaming oder über einen Browser). + Konto-Kommentare löschen + Sind Sie sicher, dass Sie alle Kommentare dieses Kontos entfernen möchten? + Video löschen + Möchtest du dieses Video wirklich löschen? + Keine Videos zum Anzeigen! + Teilen + %1$s kommentierte dein Video %2$s]]> + %1$s folgt deinem Kanal %2$s]]> + %1$s folgt deinem Konto]]> + %1$s wurde veröffentlicht]]> + %1$s wurde erfolgreich importiert]]> + %1$s ist fehlgeschlagen]]> + %1$s hat ein neues Video veröffentlicht: %2$s]]> + %1$s wurde zurückgezogen/gesperrt]]> + %1$s wurde aufgehoben]]> + %1$s wurde übermittelt]]> + %1$s]]> + Einen öffentlichen Kommentar verfassen + Kommentar senden + Alle + + Wiedergabegeschwindigkeit + Normal + Videoverlauf löschen + Sind Sie sicher, dass Sie den gesamten Verlauf löschen wollen? + Exportieren + Importieren + Export erfolgreich! + Hier tippen, um den Export per E-Mail zu senden + Neue Wiedergabeliste + Die angehängte Datei mit TubeLab öffnen + Wiedergabelisten + Keine Wiedergabelisten + Anzeigename + Sie haben noch keine Wiedergabelisten. Klicken Sie auf das Symbol „➕“, um eine neue Wiedergabeliste hinzuzufügen + Du musst einen Anzeigenamen angeben! + Ein Kanal wird benötigt, wenn es sich um eine öffentliche Wiedergabeliste handelt. + Wiedergabeliste erstellen + Diese Wiedergabeliste ist leer. + Passwort bestätigen + Ich akzeptiere %1$s und %2$s + Server-Regeln + Nutzungsbedingungen + Registrieren + Bitte alle Felder ausfüllen! + Die Passwörter stimmen nicht überein! + Ungültige E-Mail-Adresse! + Du erhältst eine Bestätigungs-E-Mail + Mindestens 8 Zeichen verwenden + Das Passwort muss mindestens 8 Zeichen lang sein + Der Benutzername darf nur Buchstaben, Ziffern und Unterstriche enthalten + Konto erfolgreich erstellt. + Dein Konto wurde erfolgreich erstellt!\n\n + Denke daran, deine E-Mail-Adresse innerhalb der nächsten 48 Stunden zu bestätigen.\n\n + Du kannst nun deinen Account verbinden, indem du %1$s in das erste Feld schreibst und auf Verbindenklickst.\n\n + Wichtig: Wenn deine Instanz eine Bestätigung benötigt, erhältst du eine E-Mail, sobald sie geprüft wurde! + + Konto + Konto melden + + Normal + WebView + Magnet + Torrent + + + Hell + Dunkel + Automatisch + + + Hoch + Mittel + Niedrig + + Möchtest du diesem Konto nicht mehr folgen? + Titel für das Video + Peertube beitreten + Ich bin mindestens 16 Jahre alt und stimme den %1$s dieser Instanz zu + Profil bearbeiten + Aktion ausführen + Abonnement abbestellen + Heikle Videos anzeigen + Vollbildmodus + Keine Videos in den Favoriten! + Kanal entfernen + Möchtest du diesen Kanal wirklich löschen? + Video in Wiedergabelisten + Keine stummgeschalteten Konten! + Du musst einen Namen und einen Anzeigenamen für diesen Kanal definieren! + Kanal erstellen + Kanal bearbeiten + E-Mail-Adressen bei %1$s sind nicht erlaubt! + Bitte gib einen Grund an + Du musst authentifiziert sein, um diesen Vorgang auszuführen. + Das Konto wurde gemeldet! + Der Kommentar wurde gemeldet! + Dieses Video wurde gemeldet! + Das Passwort muss mindestens 6 Zeichen lang sein! + Das Konto wurde stummgeschaltet! + Video bearbeiten + Konto erstellen + %1$s Abonnenten + Entwickler + Version %1$s + Über die App + Spenden + Quellcode + Fehler-Ticketing-System + Keine Instanzen entsprechen diesen Kriterien + Instanzenauswahl + Pick this instance + Heikle Videos + Heikler Inhalt: %1$s + %1$s instance followers + Hilfe + Pick categories + Pick languages + Information aktualisiert + Rufe Benachrichtigungen ab + Konto hinzufügen + Liste der Konten + Pause + Abspielen + Verkleinern + Schnell rückwärts + Schnell vorwärts + Videogröße minimieren + Minimize videos size when the app is in background (Android N+) + Sprachfilter + Videos mit verschiedenen Sprachen filtern + diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml new file mode 100644 index 0000000..cf407c0 --- /dev/null +++ b/app/src/main/res/values-el/strings.xml @@ -0,0 +1,348 @@ + + + Enable Chromecast (beta) + Please wait + Allow to discover Chromecast devices on the network. + Videos in list + Change the layout for displaying videos in a list + No instances ! + Εμφάνιση περισσότερων + Εμφάνιση λιγότερων + ChromeCast + ChromeCast choice + Screen lock + Keep playing videos when the screen is locked + Αποθήκευση + Enable history + Change profile picture + Automatic playback + If enabled, videos will be played automatically + Πλήρης οθόνη + Automatically open videos in fullscreen + Αυτόματη αναπαραγωγή + Automatically start playing the next video + When a video ends, follow up with the next suggested video. + Προσθήκη δημόσιας απάντησης + Originally published + Activity + App + New video from your subscriptions + New comment on your video + One of your video is blocked/unblocked + Video published (after transcoding/scheduled update) + Video import finished + You or your channel(s) has a new follower + Someone mentioned you in video comments + An abuse report received a new message + One of your abuse reports has been accepted or rejected by moderators + + %d απάντηση + %d απαντήσεις + + Απόκριση + Θέμα + Allow to change app theme + The video cannot be federated! + Αρχική + Τοπικά + Ανακαλύψτε + Ειδοποιήσεις + Προστέθηκαν πρόσφατα + Δημοφιλή + Ποιο δημοφιλή + Ώπα! Παρουσιάστηκε κάποιο σφάλμα! + Σιγασμένο + Κανάλια + Μη συμπερίληψη στις λίστες + Θόλωμα + Προβολή + Καμία γνώμη + Pick an instance + Η υπόσταση δεν μοιάζει να είναι έγκυρη! + Κανένα βίντεο! + Δεν υπάρχουν ειδοποιήσεις! + Έμβλημα + Άνοιξε με + Επεξεργασία λίστας αναπαραγωγής + Κλείσιμο + Ανέβασμα + Προεπισκόπηση εικόνας + Επέλεξε το αρχείο για αποστολή + New video + New blacklist info + Your video is published + Error when publishing your video + New comment + Νέα παρακολούθηση + Κανάλι + Βίντεα + Κανάλια + Fetch every: + + Ποτέ + 15 λεπτά + 30 λεπτά + 1 ώρα + 2 ώρες + 6 ώρες + 12 ώρες + + Retry + Token refresh failed! + You can retry this action or simply disconnect the current account + Ναι + Όχι + Ακύρωση + Λήψη + Εικόνα του προσώπου + Ενημέρωση του βίντεου + Κατάργηση από τη λίστα αναπαραγωγής + %d δευτ + %d λεπ. + %d ώρ. + %d ημ. + %s προβολές + Διακομιστής υπόστασης + Αποστέλνεται· υπομονή… + Το βίντεο έχει ανεβεί. + Ακυρώθηκε η αποστολή. + Κάντε κλικ εδώ για επεξεργασία δεδομένων του βίντεο. + Παρουσιάστηκε κάποιο σφάλμα κατά την επιλογή του πολυμέσου. + Λήψη του %1$s + The account has been updated! + Απόρρητο + Αποσύνδεση + Σύνδεση + Συνθηματικό + Email + Ετικέτες + Επαλήθευση + Μοιράσου με + Κοινοποιήθηκε με το Tubelab + Όνομα χρήστη + Ρυθμίσεις + Είστε βέβαιοι ότι θέλετε να αποσυνδεθείτε @%1$s@%2$s; + Ακολουθείτε + Σε παρακολουθούν + Αδυναμία λήψης του αριθμού ταυτότητας (id) του πελάτη! + Παρουσιάστηκε κάποιο σφάλμα, κατά την εναλλαγή μεταξύ των λογαριασμών. + Παρουσιάστηκε κάποιο σφάλμα κατά την αναζήτηση. + Δεν μπορεί να εκτελεστεί καμία ενέργεια + Subscribe + Σίγαση + Unlimited + MB + GB + Total video quota + Daily video quota + Mature or explicit content + This video contains mature or explicit content. Are you sure you want to watch it? + Αναζήτηση + Διαγραφή + Σίγουρα, να διαγραφεί αυτό το κατάστιχο, αμετάκλητα; + Διαγραφή κατάστιχου + Μπορείς να προλάβεις να σχολιάσεις πρώτος αυτό το βίντεο, χρησιμοποιώντας το πλήκτρο, εκεί, πάνω δεξιά. + Τα σχόλια δεν είναι ενεργοποιημένα σε αυτό το βίντεο. + Διάλεξε μια ανάλυση + Αυτό το βίντεο προστέθηκε στους σελιδοδείκτες. + Αυτό το βίντεο απομακρύνθηκε από τους σελιδοδείκτες. + Πληροφορίες + Το λογότυπο της εφαρμογής + + Συνδρομές + Delete an instance + Are you sure to delete this instance? + Διαγραφή ενός σχόλιου + Θέλεις να διαγράψεις αυτό το σχόλιο, στα σίγουρα; + Κατάσταση για τα βίντεα + Φίλτρο + Sepia search + Εμφάνιση ευαίσθητου περιεχομένου + Ημερομηνία δημοσίευσης + Οποιαδήποτε + Σήμερα + Τελευταίες 7 μέρες + Τελευταίες 30 μέρες + Τελευταίες 365 μέρες + Διάρκεια + + + 10 λεπτά)]]> + Εμφάνιση όλων των κατηγοριών + Εμφάνιση όλων των αδειών + Εμφάνιση όλων των γλωσσών + All of these tags + One of these tags + Εφαρμογή φίλτρου + + Best match + Πιο πρόσφατα + Λιγότερο πρόσφατα + + Ταξινόμηση κατά + Keyword, channel, video, etc. + Sepia Search displays videos and channels that match your search but is not the publisher, nor the owner. If you notice any problems with a video, report it to the administrators on the PeerTube website where the video is published. + Τα βίντεά μου + Τίτλος + Άδεια + Κατηγορία + Γλώσσα + Αυτό το βίντεο έχει περιεχόμενο ωμό ή ενηλίκων + Να επιτρέπονται τα σχόλια στο βίντεο + Περιγραφή + Αυτό το βίντεο έχει ενημερωθεί. + Εγγραφή νέου λογαριασμού + Διεύθυνση email + Προεπισκόπηση + Αλλαγή εικόνας προεπισκόπησης + Όνομα + Εμφάνιση περισσότερων + Χωρίς κανάλια! + Εξηγήσεις για την αναφορά σας… + Αναφορά βίντεο + Αναφορά + Pick another instance + Ιστορικό + Επεξεργασία + Video settings + Περιβάλλον Χρήσης + Μνήμη cache + Ορίστε την μνήμη cache για τα βίντεο (προεπιλογή 100MB) + Ορίστε την προεπιλεγμένη ποιότητα για τα βίντεο + Ανάλυση για τα βίντεο + Μνήμη cache για τα βίντεο: %d MB + Υπότιτλοι + Pick captions + Κανένας + Επιτρέπει την εναλλαγή κατάστασης λειτουργίας για την αναπαραγωγή βίντεο (προεπιλεγμένη, ροή ή μέσω περιηγητή ιστού). + Διαγραφή σχολίων λογαριασμού + Are you sure you want to remove all the comments of this account? + Διαγραφή του βίντεου + Να διαγραφεί το βίντεο, στα σίγουρα; + Δεν υπάρχουν βίντεα για προβολή. + Να γυρίζει + %1$s σχολίασε το βίντεό σου %2$s]]> + %1$s παρακολουθεί το κανάλι σου %2$s]]> + %1$s παρακολουθεί το λογαριασμό σου]]> + %1$s]]> + %1$s]]> + %1$s]]> + %1$s Δημοσίευσε ένα νέο βίντεο: %2$s]]> + %1$s έχει μπει στη μαύρη λίστα]]> + %1$s έχει βγει στη μαύρη λίστα]]> + %1$s has been accepted]]> + %1$s]]> + Προσθήκη ενός δημόσιου σχόλιου + Αποστολή σχόλιου + Όλα + + Playback speed + Κανονική + Delete videos history + Are you sure you want to delete all your videos history? + Export + Import + Successful export! + Tap here to send the export by email + New Playlist + Open the attached file with TubeLab + Κατάστιχα αναπαραγωγής + No playlists + Προβολή του ονόματος + Δεν έχετε καμία λίστα αναπαραγωγής. Κάντε κλικ στο εικονίδιο « + », για να προσθέσετε μία καινούργια λίστα + Πρέπει να εισάγεις ένα όνομα ανάγνωσης + Το κανάλι απαιτείται, όταν το κατάστιχο αναπαραγωγής είναι δημόσιο. + Δημιουργία ενός κατάστιχου αναπαραγωγής + Δεν υπάρχει τίποτα στο κατάστιχο αναπαραγωγής, ακόμη. + Επιβεβαίωση του κωδικού πρόσβασης + Συμφωνώ με τους %1$s και τους %2$s + κανόνες του εξυπηρετητή + όρους παροχής υπηρεσιών + Εγγραφή + Παρακαλώ, συμπλήρωσε όλα τα πεδία. + Οι κωδικοί πρόσβασης δεν ταιριάζουν. + Δεν φαίνεται να είναι έγκυρος αυτός ο λογαριασμός ηλεκτρονικού ταχυδρομείου . + Θα σταλθεί, σε εσένα, ένα μήνυμα ηλεκτρονικού ταχυδρομείου, για επιβεβαίωση + Χρησιμοποίησε τουλάχιστον 8 χαρακτήρες + Ο κωδικός πρόσβασης θα πρέπει να αποτελείται από τουλάχιστον 8 χαρακτήρες + Το όνομα χρήστη επιτρέπεται να περιέχει μόνο γράμματα, αριθμούς, και κάτω παύλες + Ο λογαριασμός δημιουργήθηκε! + Ο λογαριασμός σας δημιουργήθηκε!\n\n +Θυμηθείτε να επιβεβαιώσετε το email σας μέσα σε 48 ώρες.\n\n +Τώρα μπορείτε να συνδεθείτε στο λογαριασμό σας γράφωντας %1$s στο πρώτο πεδίο και κλίκ στο Σύνδεση.\n\n +Σημαντικό: Αν η υπόσταση απαιτεί πιστοποίηση, θα λάβετε ένα email όταν έχετε πιστοποιηθεί! + Λογαριασμός + Αναφορά του λογαριασμού + + Κανονική + Webview + Magnet + Torrent + + + Φωτεινό + Σκοτεινό + Αυτόματο + + + Υψηλή + Μεσαία + Χαμηλή + + Θέλεις να σταματήσεις να παρακολουθείς αυτό το λογαριασμό; + Τίτλος του βίντεου + Συμμετοχή στο Peertube + Είμαι μεγαλύτερος από από 16 χρονών, και συμφωνώ με %1$s αυτής της υπόστασης + Επεξεργασία προφίλ + Επέλεξε μία κίνηση + Unsubscribe + Εμφάνιση ευαίσθητων βίντεο + Πλήρης οθόνη + Δεν υπάρχουν βίντεο στα αγαπημένα σας! + Αφαίρεση καναλιού + Θέλετε σίγουρα να διαγραφεί αυτό το κανάλι; + Video in playlists + Δεν υπάρχουν σιγασμένοι λογαριασμοί! + Πρέπει να ορίσετε ένα όνομα και ένα όνομα εμφάνισης για αυτό το κανάλι! + Δημιουργία καναλιού + Επεξεργασία καναλιού + Οι διευθύνσεις email από το %1$s δεν επιτρέπονται! + Παρακαλούμε, προσδιορίστε τους λόγους + Πρέπει να είστε ταυτοποιημένοι για να προχωρήσετε σε αυτήν την ενέργεια! + Ο λογαριασμός έχει αναφερθεί! + The comment has been reported! + Το βίντεο έχει αναφερθεί! + Ο κωδικός πρόσβασης πρέπει να περιέχει τουλάχιστον 6 χαρακτήρες! + Ο λογαριασμός φιμώθηκε! + Επεξεργασία βίντεο + Δημιουργία λογαριασμού + %1$s Ακόλουθοι + Προγραμματιστής + Έκδοση %1$s + Σχετικά με την εφαρμογή + Κάντε Δωρεά + Πηγαίος κώδικας + Καταγραφές προβλημάτων + Καμία υπόσταση δεν πληρεί αυτά τα κριτήρια + Επιλογή υποστάσεων + Pick this instance + Ευαίσθητα βίντεο + Ευαίσθητο περιεχόμενο: %1$s + %1$s instance followers + Βοήθεια + Pick categories + Pick languages + Ενημέρωση πληροφοριών + Fetch notifications + Προσθήκη λογαριασμού + Λίστα λογαριασμών + Παύση + Αναπαραγωγή + Ελαχιστοποίηση + Γρήγορη μετακίνηση πίσω + Γρήγορη μετακίνηση μπροστά + Ελαχιστοποίηση μεγέθους βίντεο + Minimize videos size when the app is in background (Android N+) + Φίλτρο Γλώσσας + Φιλτράρετε βίντεο με διάφορες γλώσσες + diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml new file mode 100644 index 0000000..61792ef --- /dev/null +++ b/app/src/main/res/values-es/strings.xml @@ -0,0 +1,349 @@ + + + Enable Chromecast (beta) + Please wait + Allow to discover Chromecast devices on the network. + Videos in list + Change the layout for displaying videos in a list + No instances ! + Mostrar más + Mostrar menos + ChromeCast + ChromeCast choice + Screen lock + Keep playing videos when the screen is locked + Guardar + Enable history + Change profile picture + Automatic playback + If enabled, videos will be played automatically + Pantalla completa + Automatically open videos in fullscreen + Reproducción automática + Automatically start playing the next video + When a video ends, follow up with the next suggested video. + Añade una respuesta pública + Originally published + Activity + App + New video from your subscriptions + New comment on your video + One of your video is blocked/unblocked + Video published (after transcoding/scheduled update) + Video import finished + You or your channel(s) has a new follower + Someone mentioned you in video comments + An abuse report received a new message + One of your abuse reports has been accepted or rejected by moderators + + %d respuesta + %d respuestas + + Responder + Tema + Permite cambiar el tema de la aplicación + El video no puede ser federado! + Inicio + Local + Descubre + Notificaciones + Añadido recientemente + Tendencias + Más popular + ¡Ups! ¡Se ha producido un error! + Silenciado + Canales + No listar + Blur + Pantalla + No opinión + Pick an instance + ¡Esta instancia no parece ser válida! + ¡Ningún vídeo! + No hay notificaciones! + Favicon + Abrir con + Editar lista de reproducción + Cerrar + Subir + Vista previa de imagen + Seleciona un archivo para subir + New video + New blacklist info + Your video is published + Error when publishing your video + New comment + Nuevo seguidor + Canal + Vídeos + Canales + Fetch every: + + Nunca + 15 minutos + 30 minutos + 1 hora + 2 horas + 6 horas + 12 horas + + Retry + Token refresh failed! + You can retry this action or simply disconnect the current account + + No + Cancelar + Descargar + Imagen del perfil + Actualizar vídeo + Eliminar de la lista de reproducción + %d s + %d m + %d h + %d d + %s visitas + Instancia anfitriona + Subiendo, espere por favor… + ¡Se ha subido el video! + ! Carga cancelada! + Pulsa aquí para editar los datos del vídeo. + ¡Un error ocurrió mientras seleccionaba un contenido multimedia! + Descargando %1$s + The account has been updated! + Privacidad + Cerrar sesión + Iniciar sesión + Contraseña + Correo Electrónico + Etiquetas + Validar + Compartir con + Compartido a través de TubeLab + Nombre de usuario + Configuración + ¿Está seguro de que quieres cerrar la sesión @%1$s@%2$s? + Siguiendo + Seguidores + ¡No se pudo obtener el id del cliente! + ¡Un error ocurrió mientras cambiaba entre cuentas! + ¡Un error ocurrió mientras buscaba! + Ninguna acción puede ser tomada + Subscribe + Silenciar + Unlimited + MB + GB + Total video quota + Daily video quota + Mature or explicit content + This video contains mature or explicit content. Are you sure you want to watch it? + Buscar + Eliminar + ¿Seguro que deseas eliminar esta lista de forma permanente? + Borrar lista + ¡Sé el primero en dejar un comentario en este video con el botón superior derecho! + ¡Los comentarios no estan habilidatos para este video! + Escoger resolución + ¡El vídeo ha sido añadido a marcadores! + ¡El video ha sido eliminado de tus favoritos! + Información + Logo de la aplicación + + Suscripciones + Delete an instance + Are you sure to delete this instance? + Eliminar un comentario + ¿Estás seguro de eliminar éste comentario? + Modo para videos + Filtro + Búsqueda de sepia + Mostrar el contenido sensible + Fecha publicada + Cualquier + Hoy + Los últimos 7 días + Los últimos 30 días + Los últimos 365 días + Duración + + + 10 min)]]> + Mostrar todas las categorías + Mostrar todas las licencias + Mostrar todos los idiomas + Todas estas etiquetas + Una de estas etiquetas + Aplicar el filtro + + El mejor partido + El más reciente + Menos reciente + + Ordenar por + Palabra clave, canal, video, etc. + Sepia Search muestra vídeos y canales que coinciden con tu búsqueda, pero no es el editor, ni el propietario. Si nota algún problema con un vídeo, repórtelo a los administradores en el sitio web de PeerTube donde se publique el vídeo. + Mis videos + Título + Licencia + Categoría + Idioma + Este video contiene contenido maduro o explícito + Habilitar comentarios de video + Descripción + El video se ha actualizado! + Registrar una cuenta + Dirección de correo electrónico + Vista previa + Cambiar la vista previa + Nombre + Mostrar más + ¡No hay canales! + Algunas explicaciones sobre su informe… + Reporte el video + Reporte + Pick another instance + Historia + Editar + Ajustes de video + Interfaz + Cacheo + Configurar la caché para los vídeos (por defecto 100Mb) + Definir una calidad predeterminada para los videos + Resolución para los videos + Video caché: %d Mb + Subtítulos + Pick captions + Ninguno + Permite cambiar el modo de reproducción de los vídeos (predeterminado, streaming o a través de un navegador). + Eliminar los comentarios de la cuenta + Estás seguro de que quieres eliminar todos los comentarios de esta cuenta? + Eliminar vídeo + ¿Está seguro de eliminar este video? + ¡No hay videos para ver! + Compartir + %1$s comentó tu vídeo %2$s]]> + %1$s está siguiendo tu canal %2$s]]> + %1$s está siguiendo tu cuenta]]> + %1$s ha sido publicado]]> + %1$s ha tenido éxito]]> + %1$s falló]]> + %1$s publicó un nuevo video: %2$s]]> + %1$s esta en lista negra]]> + %1$s ha sido unblacklisted]]> + %1$s has been accepted]]> + %1$s]]> + Agrega un comentario público + Enviar comentario + Todo + + Playback speed + Normal + Delete videos history + Are you sure you want to delete all your videos history? + Export + Import + Successful export! + Tap here to send the export by email + New Playlist + Open the attached file with TubeLab + Listas de reproducción + No playlists + Nombre para mostrar + Usted no tiene ninguna lista de reproducción. Pulsa en el icono \"+\" para agregar una nueva lista de reproducción + ¡Debes proporcionar un nombre a mostrar! + El canal es necesario cuando la lista de reproducción es pública. + Crear una lista de reproducción + No hay nada en esta lista de reproducción todavía. + Confirmar la contraseña + Estoy de acuerdo con %1$s y %2$s + reglas del servidor + Términos del servicio + Registrarse + ¡Por favor, rellena todos los campos! + ¡Las contraseñas no coinciden! + ¡El correo electrónico no parece ser válido! + Se le enviará un correo de confirmación + Utilice al menos 8 caracteres + La contraseña debe tener al menos 8 caracteres + Los nombres de usuario solo pueden contener letras, números y guiones bajos + ¡Cuenta creada! + ¡Su cuenta ha sido creada!\n\n + Piense en validar su correo electrónico dentro de las próximas 48 horas.\n\n + ahora puedes conectar tu cuenta escribiendo %1$s en el primer campo y pulsando en Conectar.\n\n + Importante: Si tu instancia requiere validación, usted recibirá un correo electrónico una vez que haya sido validada! + + Cuenta + Reportar cuenta + + Normal + Webview + Magnet + Torrent + + + Claro + Oscuro + Automático + + + Alto + Medio + Bajo + + ¿Desea dejar de seguir esta cuenta? + Título del vídeo + Unirse a Peertube + Tengo al menos 16 años y estoy de acuerdo con los %1$s de esta instancia + Editar perfil + Realizar una acción + Unsubscribe + Mostrar videos sensibles + Pantalla completa + No hay videos en tus favoritos! + Quitar el canal + Estas seguro de borrar permanentemente este canal? + Vídeo en las listas de reproducción + Nada de cuentas mutables! + Debes definir un nombre y un nombre de pantalla para este canal! + Crear un canal + Editar el canal + ¡Las direcciones de correo electrónico en %1$s no están permitidas! + Por favor, especifique las razones + ¡Debe ser autentificado para proceder a esta acción! + La cuenta ha sido reportada! + El comentario ha sido reportado! + El video ha sido reportado! + La contraseña debe contener al menos 6 caracteres! + La cuenta ha sido silenciada! + Editar el video + Crear una cuenta + %1$s Suscriptores + Desarrollador + Versión %1$s + Acerca de la aplicación + Donar + Código fuente + Gestor de incidencias + Ninguna instancia coincide con estos criterios + Selector de instancias + Pick this instance + Videos con contenido no apto para personas sensibles + Contenido no apto para personas sensibles: %1$s + %1$s instance followers + Ayuda + Pick categories + Pick languages + Actualizar la información + Fetch notifications + Agregar una cuenta + Lista de cuentas + Pausa + Juega + Minimizar + Rebobinado rápido + Avance rápido + Minimizar el tamaño de los videos + Minimize videos size when the app is in background (Android N+) + Filtro de idioma + Filtrar los videos con diferentes idiomas + diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml new file mode 100644 index 0000000..2396155 --- /dev/null +++ b/app/src/main/res/values-fr/strings.xml @@ -0,0 +1,349 @@ + + + Activer Chromecast (bêta) + Veuillez patienter + Permettre de découvrir les périphériques Chromecast sur le réseau. + Vidéos en liste + Modifier la mise en page pour afficher les vidéos dans une liste + Aucune instance ! + Afficher plus + Afficher moins + ChromeCast + Choix de ChromeCast + Verrouillage de l\'écran + Continuer à lire des vidéos quand l\'écran est verrouillé + Sauvegarder + Activer l\'historique + Changer la photo de profil + Lecture automatique + Si activé, les vidéos seront lues automatiquement + Plein écran + Ouvrir automatiquement les vidéos en plein écran + Lecture auto + Démarrer automatiquement la lecture de la prochaine vidéo + Quand une vidéo est finie, continuer avec la prochaine vidéo suggérée. + Ajouter une réponse publique + Publié originalement + Activité + Appli + Nouvelle vidéo de vos abonnements + Nouveau commentaire sur votre vidéo + Une de vos vidéos est bloquée/débloquée + Vidéo publiée (après transcodage/mise à jour planifiée) + Importation de la vidéo terminée + Vous ou votre/vos chaîne(s) avez un nouvel abonné + Quelqu\'un vous a mentionné·e dans un commentaire + Un rapport d\'abus a reçu un nouveau message + Un de vos rapports d\'abus a été accepté ou rejeté par les modérateurs + + %d réponse + %d réponses + + Répondre + Thème + Permet de changer le thème de l\'application + La vidéo ne peut pas être fédérée ! + Locale + Locale + Découvrir + Notifications + Nouveautés + Tendances + Plus aimées + Une erreur s\'est produite ! + Sourdine + Chaînes + Ne pas lister + Estomper + Afficher + Pas d\'opinion + Pick an instance + Cette instance ne semble pas être valide ! + Aucune vidéo ! + Aucune notification ! + Favicon + Ouvrir avec + Modifier une liste de lecture + Fermer + Téléverser + Aperçu de l\'image + Sélectionnez un fichier à transférer + Nouvelle vidéo + Nouvelles infos sut la liste noire + Votre vidéo est publiée + Erreur lors de la publication de votre vidéo + Nouveau commentaire + Nouvel abonnement + Chaîne + Vidéos + Chaînes + Récupérer chaque : + + Jamais + 15 minutes + 30 minutes + 1 heure + 2 heures + 6 heures + 12 heures + + Réessayer + Échec de l\'actualisation du jeton ! + Vous pouvez réessayer cette action ou simplement déconnecter le compte actuel + Oui + Non + Annuler + Télécharger + Photo du profil + Mettre à jour la vidéo + Supprimer de la liste de lecture + %d s + %d min + %d h + %d j + %s vues + Domaine de l\'instance + Transfert en cours, veuillez patienter … + La vidéo a été transférée ! + Transfert annulé ! + Cliquez ici pour modifier les données de la vidéo. + Une erreur s’est produite lors de la sélection du média ! + Télécharger %1$s + Le compte a été mis à jour ! + Confidentialité + Déconnexion + Connexion + Mot de passe + Email + Étiquettes + Valider + Partager avec + Partagé via TubeLab + Nom d’utilisateur + Paramètres + Voulez-vous vraiment déconnecter le compte @%1$s@%2$s? + Suit + Abonné·e·s + Impossible d’obtenir l’id du client ! + Une erreur s’est produite pendant le chargement du compte ! + Une erreur s’est produite lors de la recherche ! + Aucune action ne peut être réalisée + S\'abonner + Masquer + Illimité + Mo + Go + Quota vidéo total + Quota vidéo quotidien + Contenu adulte ou vulgaire + Cette vidéo contient du contenu adulte ou vulgaire. Êtes-vous sûr·e de vouloir la regarder ? + Chercher + Supprimer + Êtes-vous sûr de vouloir supprimer définitivement cette liste ? + Supprimer la liste + Soyez le·a premier·ère à laisser un commentaire sur cette vidéo en utilisant le bouton supérieur droit ! + Les commentaires sur cette vidéos ont été désactivés ! + Choisissez une résolution + La vidéo est rajoutée aux favoris ! + La vidéo a été retirée de vos favoris ! + information + Logo de l’application + + Abonnements + Supprimer l\'instance + Êtes-vous sûr·e de vouloir supprimer cette instance ? + Supprimer le commentaire + Etes-vous sûr de vouloir supprimer ce commentaire ? + Mode pour les vidéos + Filtrer + Recherche sépia + Afficher le contenu sensible + Date de publication + Toutes + Aujourd\'hui + Les 7 derniers jours + Les 30 derniers jours + Les 365 derniers jours + Durée + + + 10 min)]]> + Afficher toutes les catégories + Afficher toutes les licences + Afficher toutes les langues + Tous ces labels + Un de ces labels + Appliquer le filtre + + Meilleurs résultats + Les plus récentes + Les moins récentes + + Trier par + Mot-clé, chaîne, vidéo, etc. + La recherche Sepia affiche les vidéos et les chaînes qui correspondent à votre recherche mais qui n\'est pas l\'éditeur, ni le propriétaire. Si vous remarquez des problèmes avec une vidéo, signalez-la aux administrateurs sur le site Web de PeerTube où la vidéo est publiée. + Mes vidéos + Titre + Licence + Catégorie + Langue + Cette vidéo contient du contenu pour adultes + Activer les commentaires + Description + La vidéo a été mise à jour ! + Créer un compte + Adresse courriel + Aperçu + Modifier l\'aperçu + Nom + Afficher plus + Aucune chaîne ! + Quelques explications concernant votre signalement… + Signaler la vidéo + Signaler + Pick another instance + Historique + Modifier + Réglages des vidéos + Interface + Cache + Définir le cache pour les vidéos (par défaut 100Mo) + Définir une qualité par défaut pour les vidéos + Résolution pour les vidéos + Cache vidéo : %d Mo + Légendes + Pick captions + Aucune + Permet de changer le mode de lecture pour les vidéos (normal, streaming ou via un navigateur). + Supprimer les commentaires du compte + Êtes-vous sûr de vouloir supprimer tous les commentaires de ce compte ? + Supprimer la vidéo + Êtes-vous sûr de vouloir supprimer cette vidéo ? + Aucune vidéo n’est disponible ! + Partager + %1$s a commenté votre vidéo %2$s]]> + %1$s suit votre chaîne %2$s]]> + %1$s suit votre compte]]> + %1$s a été publiée]]> + %1$s a réussi]]> + %1$s]]> + %1$s a publié une nouvelle vidéo : %2$s]]> + %1$s a été blacklisté]]> + %1$s n’est plus blacklisté]]> + %1$s a été accepté]]> + %1$s]]> + Ajouter un commentaire public + Envoyer un commentaire + Tout + + Vitesse de lecture + Normale + Supprimer l\'historique des vidéos + Êtes-vous sûr·e de vouloir supprimer tout votre historique des vidéos ? + Exporter + Importer + Exportation réussie ! + Appuyez ici pour envoyer l\'exportation par courriel + Nouvelle liste de lecture + Ouvrir le fichier joint avec TubeLab + Listes de lecture + Aucune liste de lecture + Nom d\'affichage + Vous n\'avez aucune liste de lecture. Cliquez sur l\'icône « + » pour en ajouter une + Vous devez fournir un nom d\'affichage ! + Un canal est requis lorsque la liste de lecture est publique. + Créer une liste de lecture + Cette liste de lecture est vide. + Confirmer le mot de passe + J\'accepte les %1$s et les %2$s + règles du serveur + conditions de service + S’inscrire + Veuillez remplir tous les champs ! + Les mots de passe ne sont pas identiques ! + L\'e-mail ne semble pas être valide ! + Vous recevrez un e-mail de confirmation + Utilisez au moins 8 caractères + Le mot de passe doit contenir au moins 8 caractères + Le nom d\'utilisateur·rice doit contenir uniquement des lettres, des chiffres et des caractères de soulignement + Compte créé ! + Votre compte a été créé !\n\n + Pensez à valider votre courriel dans les 48 heures qui suivent.\n\n + Vous pouvez maintenant connecter votre compte en écrivant %1$s dans le premier champ et en appuyant sur Connecter.\n\n + Important : si votre instance a besoin de validation, vous recevrez un courriel une qu\'elle est fois validée ! + + Compte + Signaler le compte + + Normal + Torrent + Magnet + Torrent + + + Clair + Sombre + Automatique + + + Élevée + Moyenne + Faible + + Voulez-vous vous désabonner de ce compte ? + Titre de la vidéo + Rejoignez Peertube + J\'ai au moins 16 ans et je suis d\'accord avec les %1$s de cette instance + Éditer le profil + Faire une action + Se désabonner + Afficher les vidéos sensibles + Vidéo plein écran + Il n’y a aucune vidéo Peertube dans vos favoris ! + Supprimer la chaîne + Êtes-vous sûr de vouloir supprimer définitivement cette chaîne ? + Vidéo dans les listes de lecture + Aucun compte en sourdine ! + Vous devez fournir un nom d\'affichage et un nom pour la chaîne! + Créer une chaîne + Modifier une chaîne + Les adresses courriel %1$s ne sont pas autorisées ! + Veuillez préciser les raisons. + Vous devez être connecté.e pour effectuer cette action ! + Le compte a été signalé ! + Le commentaire a été signalé ! + La vidéo a été signalée ! + Le mot de passe doit contenir 6 caractères ! + Le compte a été mis en sourdine ! + Modifier une vidéo + Créer un compte + %1$s Abonné·e·s + Développeur + Version %1$s + À propos de l’application + Faire un don + Code source + Suivi des tickets + Aucune instance ne correspond à ces critères + Sélecteur d\'instances + Pick this instance + Vidéos sensibles + Contenu sensible : %1$s + %1$s instance followers + Aide + Pick categories + Pick languages + Mise à jour des informations + Récupérer les notifications + Ajouter un compte + Liste des comptes + Pause + Jouer + Minimiser + Rembobinage rapide + Avance rapide + Minimiser la taille des vidéos + Minimize videos size when the app is in background (Android N+) + Filtre de langue + Filtrer les vidéos avec différentes langues + diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml new file mode 100644 index 0000000..26c62c8 --- /dev/null +++ b/app/src/main/res/values-it/strings.xml @@ -0,0 +1,349 @@ + + + Enable Chromecast (beta) + Please wait + Allow to discover Chromecast devices on the network. + Elenco di video + Cambia la disposizione per visualizzare i video in un elenco + Nessuna istanza! + Mostra di più + Mostra meno + ChromeCast + ChromeCast choice + Blocco schermo + Mantieni la riproduzione dei video quando lo schermo è bloccato + Salva + Abilita la cronologia + Cambia l\'immagine profilo + Riproduzione automatica + Se abilitata, i video verranno riprodotti automaticamente + Schermo intero + Apri automaticamente i video a schermo intero + Riproduzione automatica + Inizia automaticamente a riprodurre il video successivo + Quando un video finisce, continuare con il video successivo suggerito. + Aggiungere una risposta pubblica + Originariamente pubblicato + Attività + Applicazione + Nuovo video dalle tue sottoscrizioni + Nuovo commento sul tuo video + Uno dei tuoi video è bloccato/sbloccato + Video pubblicato (dopo la transcodifica/l\'aggiornamento programmato) + Importazione video terminata + Tu o i tuoi canali avete un nuovo abbonamento + Someone mentioned you in video comments + An abuse report received a new message + One of your abuse reports has been accepted or rejected by moderators + + %d risposta + %d risposte + + Rispondi + Tema + Permettere di cambiare il tema dell\'applicazione + Il video non può essere federato! + Inizio + Locale + Esplora + Notifiche + Aggiunti di recente + Popolari + I più piaciuti + Oops! Si è verificato un errore! + Silenziato + Canali + Non inviare L\'inserzione + Sfocatura + Schermo + Non ho opinione + Pick an instance + Questa istanza non sembra essere valida! + Nessun video! + Nessuna notifica! + Favicon + Apri con + Modifica playlist + Chiudi + Carica + Anteprima immagine + Seleziona il file da caricare + Nuovo video + Nuove informazioni lista nera + Il tuo video è stato pubblicato + Errore durante la pubblicazione del video + Nuovo commento + Una nuova persona ti segue + Canale + Video + Canali + Fetch every: + + Mai + 15 minuti + 30 minuti + 1 ora + 2 ore + 6 ore + 12 ore + + Retry + Token refresh failed! + You can retry this action or simply disconnect the current account + Si + No + Annulla + Scarica + Immagine di profilo + Aggiorna video + Rimuovere dalla playlist + %d s + %d m + %d o + %d g + %s visualizzazioni + Istanza ospite + Caricamento, attendere prego… + Il video è stato caricato! + Caricamento annullato! + Premi qui per modificare i dati del video. + Si è verificato un errore durante la selezione del media! + Scarica %1$s + L\'account è stato aggiornato! + Privacy + Disconnettiti + Accedi + Password + Email + Etichette + Conferma + Condividi con + Condiviso tramite TubeLab + Nome utente + Impostazioni + Sei sicuro di volerti disconnettere @%1$s@%2$s? + Seguendo + Follower + Impossibile ottenere il client id! + Si è verificato un errore durante il passaggio tra gli account! + Si è verificato un errore durante la ricerca! + Nessuna azione può essere intrapresa + Iscriviti + Silenzia + Illimitato + MB + GB + Total video quota + Daily video quota + Mature or explicit content + This video contains mature or explicit content. Are you sure you want to watch it? + Cerca + Elimina + Sei sicuro di voler eliminare definitivamente questa lista? + Elimina lista + Lascia per primo un commento su questo video premendo il pulsante in alto a destra! + I commenti non sono abilitati per questo video! + Scegli una risoluzione + Il video è stato aggiunto ai preferiti! + Il video è stato rimosso dai preferiti! + Informazioni + Logo dell\'applicazione + + Abbonamenti + Elimina un\'istanza + Are you sure to delete this instance? + Elimina il commento + Sei sicuro di voler eliminare questo commento? + Modalità per i video + Filtro + Ricerca Seppia + Visualizzare il contenuto sensibile + Data di pubblicazione + Qualsiasi + Oggi + Ultimi 7 giorni + Ultimi 30 giorni + Ultimi 365 giorni + Durata + + + 10 min)]]> + Visualizza tutte le categorie + Visualizzare tutte le licenze + Visualizza tutte le lingue + Tutti questi tag + Uno di questi tag + Applicare il filtro + + Migliore partita + I più recenti + Meno recente + + Ordina per + Parola chiave, canale, video, ecc. + Sepia Search visualizza video e canali che corrispondono alla tua ricerca, ma non è l\'editore, né il proprietario. Se si notano problemi con un video, segnalarlo agli amministratori sul sito web di PeerTube dove viene pubblicato il video. + I miei video + Titolo + Licenza + Categoria + Lingua + Questo video contiene contenuti espliciti o per maggiorenni + Abilita commenti al video + Descrizione + Il video è stato aggiornato! + Registra un account + Indirizzo di posta elettronica + Anteprima + Cambia anteprima + Nome + Mostra di più + Nessun canale! + Alcune spiegazioni sul tuo rapporto… + Segnala video + Segnala + Pick another instance + Cronologia + Modifica + Impostazioni video + Interfaccia + Cache + Impostare la cache per i video (default 100Mb) + Definire una qualità predefinita per i video + Risoluzione per i video + Memoria video: %d Mb + Didascalie + Scegliere le didascalie + Nessuno + Permette di cambiare la modalità di riproduzione dei video (di default, in streaming o tramite browser). + Cancellare i commenti del conto + Sei sicuro di voler rimuovere tutti i commenti di questo account? + Elimina video + Sei sicuro di voler eliminare questo video? + Nessun video da mostrare! + Condividi + %1$s ha commentato il tuo video %2$s]]> + %1$s sta seguendo il tuo canale %2$s]]> + %1$s sta seguendo il tuo account]]> + %1$s è stato pubblicato]]> + %1$s ha avuto successo]]> + %1$s non è riuscita]]> + %1$s ha pubblicato un nuovo video: %2$s]]> + %1$s è stato messo nella lista nera]]> + %1$s è stato rimosso dalla lista nera]]> + %1$s has been accepted]]> + %1$s]]> + Aggiungi un commento pubblico + Invia commento + Tutto + + Playback speed + Normale + Delete videos history + Are you sure you want to delete all your videos history? + Export + Import + Successful export! + Tap here to send the export by email + Nuova playlist + Open the attached file with TubeLab + Playlist + Nessuna playlist + Nome visualizzato + Non hai nessuna playlist. Premi l\'icona \"+\" per aggiungere una nuova playlist + È necessario fornire un nome da visualizzare! + Il canale è richiesto quando la playlist è pubblica. + Crea una playlist + Non c\'è ancora nulla in questa playlist. + Conferma password + Sono d\'accordo con %1$s e %2$s + regole del server + termini di servizio + Registrati + Per favore, completa tutti i campi! + Le password non corrispondono! + L\'indirizzo email non sembra essere valido! + Ti sarà inviata una conferma via email + Usa almeno 8 caratteri + La password deve contenere almeno 8 caratteri + Il nome utente può contenere solo lettere, numeri e trattini bassi + Account creato! + Il tuo account è stato creato!\n\n + Dovresti confermare la tua email entro le prossime 48 ore.\n\n + Ora puoi connetterti al tuo account scrivendo %1$s nel primo campo e premendo Connetti.\n\n + Importante: Se la tua istanza richiede l\'approvazione, riceverai una mail solo quando sarà approvato il tuo account! + + Account + Segnala account + + Normale + Webview + Magnet + Torrent + + + Chiaro + Scuro + Automatica + + + Alto + Medio + Basso + + Vuoi smettere di seguire questo account? + Titolo per il video + Unisciti a Peertube + Ho almeno 16 anni e accetto le %1$s di questa istanza + Modifica profilo + Scegli un\'azione + Unsubscribe + Mostra video sensibili + A tutto schermo + Non c\'è nessun video nei tuoi favoriti! + Rimuovi Canale + Sei sicuro di voler eliminare definitivamente questo canale? + Video in playlist + Nessun account silenziato! + Devi definire un nome e un nome visualizzato per questo canale! + Creare un canale + Modifica canale + Gli indirizzi email in %1$s non sono ammessi! + Per favore, specifica una motivazione + Per eseguire questa operazione, è necessario autenticarsi! + L\'account è stato segnalato! + Il commento è stato riportato! + Il video è stato segnalato! + La password deve contenere almeno 6 caratteri! + L\'account è stato silenziato! + Modifica video + Crea un account + %1$s Iscritti + Sviluppatore + Versione %1$s + Informazioni sull\'app + Dona + Codice sorgente + Elenco problemi + Nessuna istanza corrisponde a questi criteri + Selettore istanze + Pick this instance + Video sensibili + Contenuto sensibile: %1$s + %1$s seguaci di istanza + Aiuto + Pick categories + Scegliere le lingue + Aggiorna informazioni + Fetch notifications + Aggiungi un account + Lista di account + Pausa + Riproduci + Minimizzare + Riavvolgimento rapido + Avanti veloce + Minimizza dimensione video + Ridurre al minimo le dimensioni dei video quando l\'applicazione è in background (Android N+) + Filtro per le lingue + Filtra video con lingue diverse + diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml new file mode 100644 index 0000000..4c66e8d --- /dev/null +++ b/app/src/main/res/values-ja/strings.xml @@ -0,0 +1,348 @@ + + + Enable Chromecast (beta) + Please wait + Allow to discover Chromecast devices on the network. + Videos in list + Change the layout for displaying videos in a list + No instances ! + さらに表示 + Show less + ChromeCast + ChromeCast choice + Screen lock + Keep playing videos when the screen is locked + 保存 + Enable history + Change profile picture + Automatic playback + If enabled, videos will be played automatically + Fullscreen + Automatically open videos in fullscreen + 自動再生 + Automatically start playing the next video + When a video ends, follow up with the next suggested video. + Add a public reply + Originally published + Activity + App + New video from your subscriptions + New comment on your video + One of your video is blocked/unblocked + Video published (after transcoding/scheduled update) + Video import finished + You or your channel(s) has a new follower + Someone mentioned you in video comments + An abuse report received a new message + One of your abuse reports has been accepted or rejected by moderators + + %d が返信 + + 返信 + テーマ + Allow to change app theme + The video cannot be federated! + ホーム + ローカル + 発見 + 通知 + 最近追加された項目 + トレンド + いいねの数が最大 + エラーが発生しました! + ミュート中 + チャンネル + リストに表示しない + ぼかし + 表示 + No opinion + Pick an instance + このインスタンスは無効です! + 動画がありません! + No notifications! + ファビコン + 他のアプリで開く + プレイリストの編集 + 閉じる + アップロード + 画像のプレビュー + アップロードするファイルを選択する + New video + New blacklist info + Your video is published + Error when publishing your video + New comment + 新しいフォロー + チャンネル + 動画 + チャンネル + Fetch every: + + 無し + 15 分 + 30 分 + 1 時間 + 2 時間 + 6 時間 + 12 時間 + + Retry + Token refresh failed! + You can retry this action or simply disconnect the current account + はい + いいえ + キャンセル + ダウンロード + プロフィールの写真 + 動画をアップロード + Remove from playlist + %d 秒 + %d 分 + %d 時間 + %d 日 + %s 回再生 + インスタンスホスト + アップロード中です。しばらくお待ちください… + 動画をアップロードしました! + アップロードを中止しました! + タップして動画情報を編集します。 + メディアの選択中にエラーが発生しました。 + ダウンロード: %1$s + The account has been updated! + プライバシー + ログアウト + ログイン + パスワード + メールアドレス + タグ + 完了 + 共有 + Shared via TubeLab + ユーザー名 + 設定 + \@%1$s@%2$sからログアウトしますか? + フォロー中 + フォロワー + クライアントIDを取得できませんでした。 + アカウントの切り替え中にエラーが発生しました! + 検索中にエラーが発生しました! + 何もすることはできません + Subscribe + ミュート + Unlimited + MB + GB + Total video quota + Daily video quota + Mature or explicit content + This video contains mature or explicit content. Are you sure you want to watch it? + 検索 + 削除 + このリストを完全に削除してもよろしいですか? + リストを削除 + 右上のボタンをタップして最初のコメントを投稿しましょう! + この動画はコメントが無効です! + 画質を選択 + この動画をブックマークに追加しました! + この動画をブックマークから削除しました! + 情報 + アプリケーションのロゴ + + サブスクリプション + Delete an instance + Are you sure to delete this instance? + コメントを削除 + このコメントを削除しますか? + 動画のモード + フィルター + Sepia search + Display sensitive content + Published date + Any + Today + Last 7 days + Last 30 days + Last 365 days + Duration + + + 10 min)]]> + Display all categories + Display all licenses + Display all languages + All of these tags + One of these tags + Apply filter + + Best match + Most recent + Least recent + + Sort by + Keyword, channel, video, etc. + Sepia Search displays videos and channels that match your search but is not the publisher, nor the owner. If you notice any problems with a video, report it to the administrators on the PeerTube website where the video is published. + 動画 + タイトル + ライセンス + カテゴリ + 言語 + この動画は成人向けや過激な内容を含みます + 動画のコメントを有効にする + 説明 + 動画を更新しました! + Register an account + Email address + Preview + Change preview + Name + もっと見る + No channels! + Some explanations about your report… + Report video + 報告 + Pick another instance + 履歴 + 編集 + Video settings + インターフェイス + キャッシュ + Set the cache for videos (default 100Mb) + Define a default quality for videos + Resolution for videos + Video cache: %d Mb + 字幕 + Pick captions + なし + 動画再生モードの変更を許可する(デフォルト、ストリーミングまたはブラウザ経由)。 + Delete account comments + Are you sure you want to remove all the comments of this account? + 動画を削除 + この動画を本当に削除しますか? + 動画がありません! + 共有 + %1$sが%2$sにコメントしました]]> + %1$sが%2$sをフォローしました]]> + %1$sがあなたのアカウントをフォローしました]]> + %1$sを投稿しました]]> + %1$sをインポートしました]]> + %1$sのインポートに失敗しました]]> + %1$sが新しい動画を投稿しました: %2$s]]> + %1$sがブラックリストに追加されました]]> + %1$sがブラックリストから外されました]]> + %1$s has been accepted]]> + %1$s]]> + パブリックコメントを追加 + コメントを送信 + すべて + + Playback speed + 標準 + Delete videos history + Are you sure you want to delete all your videos history? + Export + Import + Successful export! + Tap here to send the export by email + New Playlist + Open the attached file with TubeLab + プレイリスト + No playlists + 表示名 + You don\'t have any playlists. Tap on the \"+\" icon to add a new playlist + 表示名を入力する必要があります! + プレイリストがパブリックのときにはチャンネルが必要です。 + プレイリストを作成 + プレイリストにはまだ何もありません。 + パスワードの確認 + %1$sと%2$sに同意する + サーバーのルール + 利用規約 + 新規登録 + 全ての欄を記入してください! + パスワードが一致しません! + このメールアドレスは無効です! + 確認メールを送信しました + 少なくとも8文字は入力してください + パスワードは8文字以上必要です + ユーザー名にはアルファベット、数字、アンダーバーのみ含めることができます + アカウントを作成しました! + Your account has been created!\n\n + Think to validate your email within the 48 next hours.\n\n + You can now connect your account by writing %1$s in the first field and tap on Connect.\n\n + Important: If your instance required validation, you will receive an email once it is validated! + + アカウント + アカウントを報告 + + 標準 + WebView + Magnet + Torrent + + + ライト + ダーク + Automatic + + + High + Medium + Low + + このアカウントのフォローを解除しますか? + 動画のタイトル + Peertubeに参加 + 私は16歳以上で、インスタンスの %1$s に同意します。 + プロフィールを編集 + アクションを作成 + Unsubscribe + Display sensitive videos + Fullscreen + There are no videos in your favourites! + Remove channel + Are you sure to permanently delete this channel? + Video in playlists + No muted accounts! + You must define a name and a display name for this channel! + Create a channel + Edit channel + Email addresses in %1$s are not allowed! + Please, specify the reasons + You must be authenticated to proceed to this action! + The account has been reported! + The comment has been reported! + The video has been reported! + The password must contain at least 6 characters! + The account has been muted! + Edit video + Create an account + %1$s Subscribers + 開発者 + リリース %1$s + このアプリについて + 寄付 + ソースコード + 課題追跡 + No instances match these criteria + Instances picker + Pick this instance + Sensitive videos + Sensitive content: %1$s + %1$s instance followers + ヘルプ + Pick categories + Pick languages + Update information + Fetch notifications + アカウントを追加 + List of accounts + Pause + Play + Minimize + Fast rewind + Fast forward + Minimize videos size + Minimize videos size when the app is in background (Android N+) + Language filter + Filter videos with different languages + diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml new file mode 100644 index 0000000..6abee86 --- /dev/null +++ b/app/src/main/res/values-ko/strings.xml @@ -0,0 +1,348 @@ + + + Enable Chromecast (beta) + Please wait + Allow to discover Chromecast devices on the network. + Videos in list + Change the layout for displaying videos in a list + No instances ! + 더 보기 + 접기 + ChromeCast + ChromeCast choice + Screen lock + Keep playing videos when the screen is locked + 저장 + Enable history + Change profile picture + Automatic playback + If enabled, videos will be played automatically + Fullscreen + Automatically open videos in fullscreen + Autoplay + Automatically start playing the next video + When a video ends, follow up with the next suggested video. + Add a public reply + Originally published + Activity + App + New video from your subscriptions + New comment on your video + One of your video is blocked/unblocked + Video published (after transcoding/scheduled update) + Video import finished + You or your channel(s) has a new follower + Someone mentioned you in video comments + An abuse report received a new message + One of your abuse reports has been accepted or rejected by moderators + + 답글 %d개 + + Reply + 테마 + Allow to change app theme + The video cannot be federated! + + Local + Discover + 알림 + Recently added + Trending + Most liked + Oops! An error occurred! + Muted + 채널 + Do not list + Blur + Display + No opinion + Pick an instance + This instance does not seem to be valid! + No videos! + No notifications! + 파비콘 + 다음으로 열기 + Edit a playlist + 닫기 + Upload + Image preview + Select the file to upload + New video + New blacklist info + Your video is published + Error when publishing your video + New comment + 새 팔로우 + 채널 + 동영상 + 채널 + Fetch every: + + 영원히 + 15 분 + 30 분 + 1 시간 + 2 시간 + 6 시간 + 12 시간 + + Retry + Token refresh failed! + You can retry this action or simply disconnect the current account + + 아니 + 취소 + 다운로드 + 프로필 사진 + Update video + Remove from playlist + %d 초 + %d 분 + %d 시 + %d 일 + %s views + Instance host + Uploading, please wait… + The video has been uploaded! + Upload cancelled! + Tap here to edit the video data. + 미디어를 선택하는 도중 오류가 발생하였습니다! + 다운로드 %1$s + The account has been updated! + 개인정보 + 로그아웃 + 로그인 + 비밀번호 + 이메일 + 태그 + 확인 + 공유 + Shared via TubeLab + 사용자명 + 설정 + Are you sure you want to logout @%1$s@%2$s? + 팔로잉 + 팔로워 + 클라이언트 ID를 얻을 수 없습니다! + An error occurred while switching between accounts! + An error occurred while searching! + 아무 조치를 취할 수 없습니다 + Subscribe + 뮤트 + Unlimited + MB + GB + Total video quota + Daily video quota + Mature or explicit content + This video contains mature or explicit content. Are you sure you want to watch it? + 검색 + 삭제 + 이 리스트를 정말로 영원히 삭제하시겠습니까? + 리스트 삭제 + Be the first to leave a comment on this video with the top right button! + Comments are not enabled on this video! + Pick up a resolution + The video has been added to bookmarks! + The video has been removed from bookmarks! + 정보 + 응용프로그램 로고 + + Subscriptions + Delete an instance + Are you sure to delete this instance? + Delete a comment + Are you sure to delete this comment? + Mode for videos + 필터 + Sepia search + Display sensitive content + Published date + Any + Today + Last 7 days + Last 30 days + Last 365 days + Duration + + + 10 min)]]> + Display all categories + Display all licenses + Display all languages + All of these tags + One of these tags + Apply filter + + Best match + Most recent + Least recent + + Sort by + Keyword, channel, video, etc. + Sepia Search displays videos and channels that match your search but is not the publisher, nor the owner. If you notice any problems with a video, report it to the administrators on the PeerTube website where the video is published. + My videos + 제목 + License + Category + 언어 + This video contains mature or explicit content + Enable video comments + 설명 + The video has been updated! + Register an account + Email address + Preview + Change preview + Name + 더 보기 + No channels! + Some explanations about your report… + Report video + 신고 + Pick another instance + 내역 + Edit + Video settings + 인터페이스 + 캐시 + Set the cache for videos (default 100Mb) + Define a default quality for videos + Resolution for videos + Video cache: %d Mb + Captions + Pick captions + None + Allows to change mode for playing videos (default, streaming or via a browser). + Delete account comments + Are you sure you want to remove all the comments of this account? + Delete video + Are you sure to delete this video? + No videos to display! + 공유 + %1$s commented your video %2$s]]> + %1$s is following your channel %2$s]]> + %1$s is following your account]]> + %1$s has been published]]> + %1$s succeeded]]> + %1$s failed]]> + %1$s published a new video: %2$s]]> + %1$s has been blacklisted]]> + %1$s has been unblacklisted]]> + %1$s has been accepted]]> + %1$s]]> + 공개 댓글 추가 + 댓글 보내기 + 모두 + + Playback speed + 보통 + Delete videos history + Are you sure you want to delete all your videos history? + Export + Import + Successful export! + Tap here to send the export by email + New Playlist + Open the attached file with TubeLab + 재생목록 + No playlists + 표시되는 이름 + You don\'t have any playlists. Tap on the \"+\" icon to add a new playlist + You must provide a display name! + The channel is required when the playlist is public. + Create a playlist + There is nothing in this playlist yet. + Confirm password + I agree to %1$s and %2$s + server rules + terms of service + Sign up + Please, fill all the fields! + Passwords don\'t match! + The email doesn\'t seem to be valid! + You will be sent a confirmation e-mail + Use at least 8 characters + Password should contain at least 8 characters + Username should only contain letters, numbers and underscores + Account created! + Your account has been created!\n\n + Think to validate your email within the 48 next hours.\n\n + You can now connect your account by writing %1$s in the first field and tap on Connect.\n\n + Important: If your instance required validation, you will receive an email once it is validated! + + Account + Report account + + 보통 + Webview + Magnet + Torrent + + + 밝음 + 어두움 + Automatic + + + High + Medium + Low + + Do you want to unfollow this account? + Title for the video + Join Peertube + I am at least 16 years old and agree to the %1$s of this instance + 프로필 수정 + Make an action + Unsubscribe + Display sensitive videos + Fullscreen + There are no videos in your favourites! + Remove channel + Are you sure to permanently delete this channel? + Video in playlists + No muted accounts! + You must define a name and a display name for this channel! + Create a channel + Edit channel + Email addresses in %1$s are not allowed! + Please, specify the reasons + You must be authenticated to proceed to this action! + The account has been reported! + The comment has been reported! + The video has been reported! + The password must contain at least 6 characters! + The account has been muted! + Edit video + Create an account + %1$s Subscribers + 개발자 + 릴리즈 %1$s + About the app + Donate + Source code + Issue tracker + No instances match these criteria + Instances picker + Pick this instance + Sensitive videos + Sensitive content: %1$s + %1$s instance followers + Help + Pick categories + Pick languages + Update information + Fetch notifications + 계정 추가 + List of accounts + Pause + Play + Minimize + Fast rewind + Fast forward + Minimize videos size + Minimize videos size when the app is in background (Android N+) + Language filter + Filter videos with different languages + diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml new file mode 100644 index 0000000..613ae87 --- /dev/null +++ b/app/src/main/res/values-nl/strings.xml @@ -0,0 +1,349 @@ + + + Enable Chromecast (beta) + Please wait + Allow to discover Chromecast devices on the network. + Video lijst + Wijzig de lay-out voor het weergeven van video\'s in een lijst + Geen instanties ! + Meer weergeven + Minder weergeven + ChromeCast + ChromeCast choice + Schermvergrendeling + Video\'s laten doorspelen terwijl het scherm vergrendeld is + Opslaan + Geschiedenis inschakelen + Profielfoto wijzigen + Automatisch afspelen + Als deze optie is ingeschakeld, worden de video\'s automatisch afgespeeld + Volledig scherm + Video\'s automatisch openen op volledig scherm + Automatisch afspelen + De volgende video automatisch afspelen + Wanneer een video eindigt, begin dan met de volgende voorgestelde video. + Voeg een openbaar antwoord toe + Originally published + Activiteit + App + Nieuwe video uit uw abonnementen + Nieuwe reactie op je video + Een van je video\'s is geblokkeerd/gedeblokkeerd + Video gepubliceerd (na transcoderen/geplande update) + Video import voltooid + U of één van uw kanalen heeft een nieuwe volger + Iemand heeft je genoemd in een reactie op een video + Een misbruik rapport heeft een nieuw bericht ontvangen + Een van uw misbruikmeldingen is geaccepteerd of afgewezen door de moderators + + %d antwoord + %d reacties + + Reageren + Thema + Laat het thema van de app wijzigen + De video kan niet gefedereerd worden! + Home + Lokaal + Ontdek + Meldingen + Onlangs toegevoegd + Trending + Meest geliefd + Oeps! Er is een fout gemaakt! + Gedempt + Kanalen + Niet opnoemen + Vage + Toon + Geen mening + Kies een instantie + Dit geval lijkt niet geldig te zijn! + Geen video\'s! + Geen meldingen! + Favicon + Open met + Bewerk een afspeellijst + Sluiten + Uploaden + Beeldvoorbeeld + Kies een bestand om te uploaden + Nieuwe video + Nieuwe blacklist informatie + Je video is gepubliceerd + Fout bij het publiceren van je video + Nieuwe reactie + Nieuwe volger + Kanaal + Video\'s + Kanalen + Ververs elke: + + Nooit + 15 minuten + 30 minuten + 1 uur + 2 uren + 6 uren + 12 uren + + Retry + Token refresh failed! + You can retry this action or simply disconnect the current account + Ja + Geen + Annuleren + Downloaden + Avatar + Video bijwerken + Verwijderen uit de playlist + %d s + %d m + %d u + %d d + %s keer bekeken + Instantie host + Aan het uploaden, een ogenblik geduld… + De video is geüpload! + Uploaden geannuleerd! + Tik hier om de videogegevens te bewerken. + Tijdens het kiezen van een afbeelding of video heeft zich een fout voorgedaan! + %1$s downloaden + Het account is bijgewerkt! + Privacy + Uitloggen + Inloggen + Wachtwoord + E-mail + Tags + Bevestigen + Delen met + Gedeeld via TubeLab + Gebruikersnaam + Instellingen + Weet u zeker dat u wilt uitloggen @%1$s@%2$s? + Volgende + Volgers + Niet in staat om klant id te krijgen! + Er ging wat mis tijdens het omschakelen van accounts! + Er ging wat mis tijdens het zoeken! + Er valt niets te doen + Subscribe + Negeren + Unlimited + MB + GB + Total video quota + Daily video quota + Mature or explicit content + This video contains mature or explicit content. Are you sure you want to watch it? + Zoek + Verwijderen + Weet je zeker dat je deze lijst definitief wilt verwijderen? + Lijst verwijderen + Wees de eerste om op deze video te reageren m.b.v. de knop rechtsboven! + Reageren op deze video is uitgeschakeld! + Kies een resolutie + De video is aan de bladwijzers toegevoegd! + De video is uit de bladwijzers verwijderd! + Informatie + Logo van de applicatie + + Abonnementen + Een instantie vewijderen + Weet u zeker dat u deze instantie wilt verijderen? + Opmerking verwijderen + Weet je zeker dat je deze opmerking wilt verwijderen? + Manier om video\'s te bekijken + Filter + Sepia zoeken + Gevoelige inhoud tonen + Gepubliceerde datum + Elke + Vandaag + Laatste 7 dagen + Laatste 30 dagen + Laatste 365 dagen + Duur + + + 10 min.)]]> + Alle categorieën weergeven + Alle licenties weergeven + Alle talen weergeven + Al deze tags + Een van deze tags + Filter toepassen + + Beste overeenkomst + Meest recente + Minst recent + + Sorteer op + Trefwoord, kanaal, video, etc. + Sepia Search geeft video\'s en kanalen weer die overeenkomen met uw zoekopdracht, maar is niet de uitgever, noch de eigenaar. Als je problemen met een video opmerkt, rapporteer deze dan aan de beheerders op de PeerTube website waar de video wordt gepubliceerd. + Mijn video\'s + Titel + Licentie + Categorie + Taal + Deze video bevat inhoud voor volwassen of gevoelige inhoud + Reacties op de video toestaan + Omschrijving + De video is bijgewerkt! + Registreer een account + E-mail adres + Voorbeeld + Voorvertoning wijzigen + Naam + Meer weergeven + Geen kanalen! + Wat uitleg over je rapport… + Rapport video + Rapport + Kies een andere instantie + Geschiedenis + Bewerk + Video instellingen + Interface + Cache + Stel de cache voor video\'s in (standaard 100Mb) + Definieer een standaardkwaliteit voor video\'s + Resolutie voor video\'s + Videocache: %d Mb + Bijschriften + Pick captions + Geen + Maakt het mogelijk om van modus te veranderen voor het afspelen van video\'s (standaard, streaming of via een browser). + Account opmerkingen verwijderen + Weet u zeker dat u alle reacties van dit account wilt verwijderen? + Video verwijderen + Weet je zeker dat je deze video wilt verwijderen? + Geen video\'s om weer te geven! + Delen + %1$s heeft op je video gereageerd%2$s]]> + %1$s volgt nu je kanaal %2$s]]> + %1$s volgt nu je account]]> + %1$s is gepubliceerd]]> + %1$s is geslaagd]]> + %1$s is mislukt]]> + %1$s heeft een nieuwe video gepubliceerd: %2$s]]> + %1$s is op de zwarte lijst gezet]]> + %1$s is van de zwarte lijst verwijderd]]> + %1$s is geaccepteerd]]> + %1$s]]> + Een openbare reactie toevoegen + Reactie versturen + Alle + + Playback speed + Normaal + Delete videos history + Are you sure you want to delete all your videos history? + Exporteren + Importeren + Export succesvol! + Klik hier om de export per email te versturen + Nieuwe afspeellijst + Open het bijgevoegde bestand met TubeLab + Afspeellijsten + Geen afspeellijst + Weergavenaam + Je hebt geen afspeellijsten. Tik op het \"+\"-pictogram om een nieuwe afspeellijst toe te voegen + Je moet een weergavenaam invullen! + Het kanaal is verplicht wanneer de afspeellijst openbaar is. + Afspeellijst aanmaken + De afspeellijst is nog leeg. + Bevestig wachtwoord + Ik ga akkoord met %1$s en %2$s + serverregels + servicevoorwaarden + Registreer + Vul alstublieft alle velden in! + Wachtwoorden komen niet overeen! + De e-mail lijkt niet geldig te zijn! + U ontvangt een bevestigingsmail + Gebruik minstens 8 karakters + Het wachtwoord moet ten minste 8 tekens bevatten + Gebruikersnaam mag alleen letters, cijfers en onderstrepingen bevatten + Account aangemaakt! + Je account is aangemaakt!\n\n + Denk eraan om je e-mail binnen 48 uur te bevestigen.\n\n + U kunt nu verbinding maken met uw account door %1$s in het eerste veld te schrijven en op Verbindente klikken.\n\n + Belangrijke: Als je instantie validatie vereist, je ontvangt een e-mail zodra deze is gevalideerd! + + Account + Account rapporteren + + Normaal + Webview + Magneetlink + Torrent + + + Licht + Donker + Automatisch + + + Hoog + Gemiddeld + Laag + + Wilt u dit account ontvolgen? + Titel voor de video + Word lid van Peertube + Ik ben minstens 16 jaar oud en ga akkoord met de %1$s van dit geval + Profiel bewerken + Maak een actie + Unsubscribe + Gevoelige video\'s weergeven + Volledig scherm + Er zijn geen video\'s in uw favorieten! + Verwijder kanaal + Weet u zeker dat u dit kanaal permanent zult verwijderen? + Video in afspeellijsten + Geen gedempte accounts! + U moet een naam en een weergavenaam voor dit kanaal definiëren! + Creëer een kanaal + Edit kanaal + E-mailadressen in %1$s zijn niet toegestaan! + Geef de redenen op + U moet worden geauthenticeerd om tot deze actie over te gaan! + Het account is gerapporteerd! + Het commentaar is gemeld! + De video is gemeld! + Het wachtwoord moet minimaal 6 karakters bevatten! + Het account is gedempt! + Bewerk video + Creëer een account + %1$s Abonnees + Ontwikkelaar + Versie %1$s + Over de app + Doneer + Broncode + Probleemtracker + Er zijn geen gevallen die aan deze criteria voldoen + Stoffenplukker + Kies dit geval + Gevoelige video\'s + Gevoelige inhoud: %1$s + %1$s voorbeeld volgelingen + Help + Kies categorieën + Kies talen + Informatie actualiseren + Notificaties ophalen + Account toevoegen + Lijst van accounts + Pauze + Speel + Minimaliseer + Snel terugspoelen + Snel vooruit + Videogrootte minimaliseren + Minimaliseer de grootte van de video\'s als de app op de achtergrond staat (Android N+) + Taalfilter + Filtervideo\'s met verschillende talen + diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml new file mode 100644 index 0000000..c3ef77e --- /dev/null +++ b/app/src/main/res/values-pl/strings.xml @@ -0,0 +1,351 @@ + + + Włącz Chromecast (beta) + Proszę czekać + Pozwala na odkrywanie urządzeń Chromecast w sieci. + Filmy na liście + Zmień układ wyświetlania filmów na liście + Brak instancji! + Pokaż więcej + Pokaż mniej + Chromecast + Wybór Chromecast + Blokada ekranu + Odtwarzaj filmy kiedy ekran jest zablokowany + Zapisz + Włącz historię + Zmień zdjęcie profilowe + Automatyczne odtwarzanie + Jeśli włączone, filmy będą odtwarzane automatycznie + Pełny ekran + Automatycznie otwieraj filmy w trybie pełnoekranowym + Autoodtwarzanie + Automatycznie rozpocznij odtwarzanie następnego filmu + Kiedy film się skończy, odtwórz następny sugerowany film. + Dodaj publiczną odpowiedź + Oryginalnie opublikowane + Aktywność + Aplikacja + Nowy film z twoich subskrypcji + Nowy komentarz do Twojego filmu + Jeden z Twoich filmów jest zablokowany/odblokowany + Wideo opublikowane (po transkodowaniu/zaplanowanej aktualizacji) + Import wideo zakończony + Ty lub Twój kanał ma nowego obserwującego + Ktoś wspomniał o tobie w komentarzach + Raport o nadużyciach otrzymał nową wiadomość + Jeden z Twoich raportów o nadużyciach został zaakceptowany lub odrzucony przez moderatorów + + %d odpowiedź + %d odpowiedzi + %d odpowiedzi + %d odpowiedzi + + Odpowiedz + Motyw + Zezwól na zmianę motywu aplikacji + Film nie może być zfederowany! + Początek + Lokalne + Odkrywaj + Powiadomienia + Ostatnio dodane + Popularne + Najbardziej lubiane + Ups! Wystąpił błąd! + Wyciszone + Kanały + Nie wymieniaj + Rozmycie + Wyświetl + Brak opinii + Wybierz instancję + Ta instancja nie wygląda na prawidłową! + Brak filmów! + Brak powiadomień! + Favicon + Otwórz za pomocą + Edytuj listę odtwarzania + Zamknij + Wysyłanie + Podgląd obrazu + Wybierz plik do przesłania + Nowy film + Nowe informacje o czarnej liście + Twój film został opublikowany + Błąd podczas publikowania filmu + Nowy komentarz + Nowy obserwujący + Kanał + Filmy + Kanały + Sprawdzaj co: + + Nigdy + 15 minut + 30 minut + 1 godzina + 2 godziny + 6 godzin + 12 godzin + + Ponów + Odświeżanie tokenu nie powiodło się! + Możesz ponowić tę czynność lub po prostu odłączyć bieżące konto + Tak + Nie + Anuluj + Pobierz + Zdjęcie profilowe + Aktualizuj filmy + Usuń z listy odtwarzania + %d s + %d min + %d godz. + %d dni + %s wyświetleń + Host instancji + Przesyłanie, proszę czekać… + Film został przesłany! + Wysyłanie anulowane! + Naciśnij tutaj, aby edytować informacje o filmie. + Podczas wyboru zawartości wystąpił błąd! + Pobierz %1$s + Konto zostało zaktualizowane! + Prywatność + Wyloguj + Zaloguj + Hasło + Email + Tagi + Zatwierdź + Udostępnij + Udostępnione przez TubeLab + Nazwa użytkownika + Ustawienia + Czy na pewno chcesz wylogować @%1$s@%2$s? + Obserwowane + Śledzący + Błąd pobierania ID klienta! + Podczas zmiany kont wystąpił błąd! + Podczas wyszukiwania wystąpił błąd! + Żadna akcja nie może zostać podjęta + Subskrybuj + Wycisz + Bez ograniczeń + MB + GB + Całkowity limit filmów + Dzienny limit filmów + Dojrzała lub jawna zawartość + Ten film zawiera treści dojrzałe lub jawne. Czy na pewno chcesz go obejrzeć? + Szukaj + Usuń + Czy na pewno chcesz usunąć tę listę? Nie będzie można cofnąć tej akcji! + Usuń listę + Bądź pierwszą osobą, która doda komentarz przyciskiem po prawej na górze! + Komentarze nie są włączone na tym filmie! + Wybierz rozdzielczość + Dodano film do zakładek! + Film został usunięty z zakładek! + Informacja + Logo aplikacji + + Abonamenty + Usuń instancję + Czy na pewno chcesz usunąć tę instancję? + Usuń komentarz + Czy na pewno chcesz usunąć ten komentarz? + Tryb wideo + Filtruj + Wyszukiwanie Sepia + Wyświetlaj wrażliwe treści + Data publikacji + Każde + Dzisiaj + Ostatnie 7 dni + Ostatnie 30 dni + Ostatnie 365 dni + Czas trwania + + + 10 min)]]> + Wyświetl wszystkie kategorie + Wyświetl wszystkie licencje + Wyświetl wszystkie języki + Wszystkie z tych znaczników + Jeden z tych znaczników + Zastosuj filtr + + Najlepsze dopasowanie + Najnowsze + Najstarsze + + Sortuj według + Słowo kluczowe, kanał, film itp. + Sepia Search wyświetla filmy i kanały pasujące do Twojego wyszukiwania, ale nie jest wydawcą ani właścicielem. Jeśli zauważysz jakiekolwiek problemy z filmem, zgłoś je administratorom na stronie PeerTube, na której film jest publikowany. + Moje filmy + Tytuł + Licencja + Kategoria + Język + Ten film zawiera dojrzałe lub nieodpowiednie treści + Włącz komentarze na filmach + Opis + Film został zaaktualizowany! + Załóż konto + Adres e-mail + Podgląd + Zmień podgląd + Nazwa + Pokaż więcej + Brak kanałów! + Kilka wyjaśnień na temat twojego raportu… + Zgłoś film + Zgłoś + Wybierz inną instancję + Historia + Edytuj + Ustawienia filmu + Interfejs + Pamięć podręczna + Ustaw pamięć podręczną dla filmów (domyślnie 100Mb) + Ustaw domyślną jakość filmów + Rozdzielczość filmów + Pamięć podręczna: %d Mb + Napisy + Wybierz napisy + Brak + Umożliwia zmianę trybu odtwarzania filmów (domyślnie, strumieniowo lub za pomocą przeglądarki). + Usuń komentarze użytkownika + Czy na pewno chcesz usunąć wszystkie komentarze tego użytkownika? + Usuń film + Czy na pewno chcesz usunąć ten film? + Brak filmów do wyświetlenia! + Udostępnij + %1$s skomentował twój film %2$s]]> + %1$s śledzi twój kanał %2$s]]> + %1$s śledzi twoje konto]]> + %1$s został opublikowany]]> + %1$s zakończony powodzeniem]]> + %1$s nie powiódł się]]> + %1$s opublikował nowy film: %2$s]]> + %1$s został dodany do czarnej listy]]> + %1$s został usunięty z czarnej listy]]> + %1$s został zaakceptowany]]> + %1$s]]> + Dodaj publiczny komentarz + Wyślij komentarz + Wszystko + + Szybkość odtwarzania + Normalny + Wyczyść historię + Czy na pewno chcesz usunąć całą historię filmów? + Eksportuj + Importuj + Eksport zakończony sukcesem! + Dotknij tutaj, aby wysłać eksport przez e-mail + Nowa playlista + Otwórz załączony plik przez TubeLab + Listy odtwarzania + Brak playlist + Wyświetlana nazwa + Nie masz żadnej playlisty. Stuknij ikonę \"+\", aby dodać nową listę odtwarzania + Musisz podać nazwę wyświetlacza! + Kanał jest wymagany, gdy lista odtwarzania jest publiczna. + Stwórz playlistę + Nie ma jeszcze nic na tej playliście. + Potwierdzenie hasła + Zgadzam się na %1$s i %2$s + przepisy dotyczące serwerów + warunki świadczenia usług + Zarejestruj się + Proszę, wypełnij wszystkie pola! + Hasła nie pasują do siebie! + Ten e-mail nie wydaje się być ważny! + Wyślemy Ci e-mail z potwierdzeniem + Użyj co najmniej 8 znaków + Hasło powinno zawierać co najmniej 8 znaków + Nazwa użytkownika powinna zawierać tylko litery, cyfry i podkreślenia + Konto założone! + Your account has been created!\n\n + Think to validate your email within the 48 next hours.\n\n + You can now connect your account by writing %1$s in the first field and tap on Connect.\n\n + Important: If your instance required validation, you will receive an email once it is validated! + + Konto + Zgłoś konto + + Normalny + Webview + Magnes + Torrent + + + Jasny + Ciemny + Automatyczny + + + Wysoka + Średnia + Niska + + Czy chcesz przestać obserwować to konto? + Tytuł filmu + Dołącz do Peertube + Mam co najmniej 16 lat i zgadzam się na %1$s w tym przypadku + Profil edycyjny + Podejmij działania + Anuluj subskrypcję + Wyświetlanie wrażliwych filmów wideo + Fullscreen + Nie ma żadnych filmów w twoich ulubionych! + Usuń kanał + Czy na pewno na stałe usuniesz ten kanał? + Filmy w liście odtwarzania + Nie ma wyciszonych kont! + Musisz zdefiniować nazwę i nazwę wyświetlania dla tego kanału! + Stwórz kanał + Kanał edycyjny + Adresy e-mail w %1$s nie są dozwolone! + Proszę podać przyczyny + Musisz być uwierzytelniony, aby przystąpić do tej akcji! + Rachunek został zgłoszony! + Komentarz został zgłoszony! + Film został zgłoszony! + Hasło musi zawierać co najmniej 6 znaków! + Rachunek został wyciszony! + Edycja wideo + Załóż konto + %1$s Abonenci + Deweloper + Zwolnienie %1$s + O aplikacji + Wesprzyj + Kod źródłowy + Śledzenie problemów + Żaden z przypadków nie spełnia tych kryteriów + Zbieracz incydentów + Wybierz ten przypadek + Wrażliwe filmy wideo + Zawartość wrażliwa: %1$s + %1$s zwolennicy instancji + Pomoc + Kategorie wyboru + Wybieranie języków + Aktualizacja informacji + Sprawdź powiadomienia + Dodaj konto + Lista rachunków + Przerwa + Zagraj + Minimalizuj + Szybkie przewijanie + Szybko do przodu + Minimalizacja rozmiaru filmów + Minimalizacja rozmiaru filmów, gdy aplikacja znajduje się w tle (Android N+) + Filtr językowy + Filtrowanie filmów w różnych językach + diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml new file mode 100644 index 0000000..388d43c --- /dev/null +++ b/app/src/main/res/values-pt/strings.xml @@ -0,0 +1,349 @@ + + + Enable Chromecast (beta) + Please wait + Allow to discover Chromecast devices on the network. + Videos in list + Change the layout for displaying videos in a list + No instances ! + Mostrar mais + Mostrar menos + ChromeCast + ChromeCast choice + Screen lock + Keep playing videos when the screen is locked + Salvar + Enable history + Change profile picture + Automatic playback + If enabled, videos will be played automatically + Fullscreen + Automatically open videos in fullscreen + Autoplay + Automatically start playing the next video + When a video ends, follow up with the next suggested video. + Add a public reply + Originally published + Activity + App + New video from your subscriptions + New comment on your video + One of your video is blocked/unblocked + Video published (after transcoding/scheduled update) + Video import finished + You or your channel(s) has a new follower + Someone mentioned you in video comments + An abuse report received a new message + One of your abuse reports has been accepted or rejected by moderators + + %d resposta + %d respostas + + Responder + Tema + Allow to change app theme + The video cannot be federated! + Página inicial + Local + Discover + Notificações + Recentemente adicionado + Destaques + Most liked + Oops! An error occurred! + Muted + Canais + Do not list + Blur + Display + No opinion + Pick an instance + This instance does not seem to be valid! + No videos! + No notifications! + Favicon + Abrir com + Edit a playlist + Fechar + Enviar + Image preview + Selecione o ficheiro a enviar + New video + New blacklist info + Your video is published + Error when publishing your video + New comment + Novo seguidor + Canal + Vídeos + Canais + Fetch every: + + Nunca + 15 minutos + 30 minutos + 1 hora + 2 horas + 6 horas + 12 horas + + Retry + Token refresh failed! + You can retry this action or simply disconnect the current account + Sim + Não + Cancelar + Baixar + Foto do perfil + Atualizar vídeo + Remove from playlist + %d s + %d m + %d h + %d d + %s visualizações + Instance host + Enviando, por favor aguarde… + O vídeo foi enviado! + Envio cancelado! + Tap here to edit the video data. + Ocorreu um erro ao selecionar a mídia! + Baixar %1$s + The account has been updated! + Privacidade + Sair + Entrar + Senha + E-mail + Tags + Ok + Compartilhar com + Shared via TubeLab + Nome de usuário + Configurações + Are you sure you want to logout @%1$s@%2$s? + Seguindo + Seguidores + Não foi possível detectar id do cliente! + Ocorreu um erro ao alternar entre as contas! + Ocorreu um erro na pesquisa! + A ação não pode ser feita ou não é suportada + Subscribe + Silenciar + Unlimited + MB + GB + Total video quota + Daily video quota + Mature or explicit content + This video contains mature or explicit content. Are you sure you want to watch it? + Pesquisa + Remover + Tem certeza de que deseja excluir permanentemente esta lista? + Excluir lista + Seja o primeiro a comentar o vídeo tocando no botão superior direito! + Os comentários deste vídeo foram desativados! + Selecione uma resolução + Vídeo favoritado! + Vídeo desfavoritado! + Informação + Logótipo do aplicativo + + Inscrições + Delete an instance + Are you sure to delete this instance? + Excluir comentário + Tem certeza de que deseja excluir este comentário? + Modo para vídeos + Filtro + Sepia search + Display sensitive content + Published date + Any + Today + Last 7 days + Last 30 days + Last 365 days + Duration + + + 10 min)]]> + Display all categories + Display all licenses + Display all languages + All of these tags + One of these tags + Apply filter + + Best match + Most recent + Least recent + + Sort by + Keyword, channel, video, etc. + Sepia Search displays videos and channels that match your search but is not the publisher, nor the owner. If you notice any problems with a video, report it to the administrators on the PeerTube website where the video is published. + Meus vídeos + Título + Licença + Categoria + Idioma + Este vídeo possui conteúdo adulto ou explícito + Ativar comentários do vídeo + Descrição + O vídeo foi atualizado! + Register an account + Email address + Preview + Change preview + Name + Mostrar mais + No channels! + Some explanations about your report… + Report video + Denunciar + Pick another instance + Histórico + Editar + Video settings + Interface + Cache + Set the cache for videos (default 100Mb) + Define a default quality for videos + Resolution for videos + Video cache: %d Mb + Captions + Pick captions + None + Allows to change mode for playing videos (default, streaming or via a browser). + Delete account comments + Are you sure you want to remove all the comments of this account? + Excluir vídeo + Tem certeza de que deseja excluir este vídeo? + Sem vídeos! + Compartilhar + %1$s comentou seu vídeo %2$s]]> + %1$s está seguindo seu canal %2$s]]> + %1$s está seguindo sua conta]]> + %1$s foi publicado]]> + %1$s foi importado com sucesso]]> + %1$s]]> + %1$s publicou um novo vídeo: %2$s]]> + %1$s foi bloqueado]]> + %1$s foi desbloqueado]]> + %1$s has been accepted]]> + %1$s]]> + Adicionar um comentário público + Enviar comentário + Tudo + + Playback speed + Normal + Delete videos history + Are you sure you want to delete all your videos history? + Export + Import + Successful export! + Tap here to send the export by email + New Playlist + Open the attached file with TubeLab + Listas de reprodução + No playlists + Nome de exibição + You don\'t have any playlists. Tap on the \"+\" icon to add a new playlist + Você deve inserir um nome de exibição! + O canal é necessário quando a lista é pública. + Criar uma lista + Lista vazia. + Confirmar senha + Eu concordo com %1$s e %2$s + regras da instância + termos de serviço + Criar conta + Por favor, preencha tudo! + Senhas não combinam! + E-mail não parece válido! + Você receberá um e-mail de confirmação + Usar no mínimo 8 caracteres + Senha deve conter no mínimo 8 caracteres + Nome de usuário deve conter somente letras, números e underlines + Conta criada! + Your account has been created!\n\n + Think to validate your email within the 48 next hours.\n\n + You can now connect your account by writing %1$s in the first field and tap on Connect.\n\n + Important: If your instance required validation, you will receive an email once it is validated! + + Conta + Report account + + Normal + Webview + Magnet + Torrent + + + Diurno + Noturno + Automatic + + + High + Medium + Low + + Do you want to unfollow this account? + Title for the video + Join Peertube + I am at least 16 years old and agree to the %1$s of this instance + Editar perfil + Make an action + Unsubscribe + Display sensitive videos + Fullscreen + There are no videos in your favourites! + Remove channel + Are you sure to permanently delete this channel? + Video in playlists + No muted accounts! + You must define a name and a display name for this channel! + Create a channel + Edit channel + Email addresses in %1$s are not allowed! + Please, specify the reasons + You must be authenticated to proceed to this action! + The account has been reported! + The comment has been reported! + The video has been reported! + The password must contain at least 6 characters! + The account has been muted! + Edit video + Create an account + %1$s Subscribers + Programador + Versão %1$s + Sobre a aplicação + Doar + Código-fonte + Erros e problemas + No instances match these criteria + Instances picker + Pick this instance + Sensitive videos + Sensitive content: %1$s + %1$s instance followers + Ajuda + Pick categories + Pick languages + Update information + Fetch notifications + Adicionar conta + List of accounts + Pause + Play + Minimize + Fast rewind + Fast forward + Minimize videos size + Minimize videos size when the app is in background (Android N+) + Language filter + Filter videos with different languages + diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml new file mode 100644 index 0000000..0713b93 --- /dev/null +++ b/app/src/main/res/values-ro/strings.xml @@ -0,0 +1,350 @@ + + + Enable Chromecast (beta) + Please wait + Allow to discover Chromecast devices on the network. + Videos in list + Change the layout for displaying videos in a list + No instances ! + Arată mai mult + Show less + ChromeCast + ChromeCast choice + Screen lock + Keep playing videos when the screen is locked + Salvează + Enable history + Change profile picture + Automatic playback + If enabled, videos will be played automatically + Fullscreen + Automatically open videos in fullscreen + Autoplay + Automatically start playing the next video + When a video ends, follow up with the next suggested video. + Add a public reply + Originally published + Activity + App + New video from your subscriptions + New comment on your video + One of your video is blocked/unblocked + Video published (after transcoding/scheduled update) + Video import finished + You or your channel(s) has a new follower + Someone mentioned you in video comments + An abuse report received a new message + One of your abuse reports has been accepted or rejected by moderators + + %d răspuns + %d răspunsuri + %d răspunsuri + + Reply + Theme + Allow to change app theme + The video cannot be federated! + Prima pagină + Local + Discover + Notificări + Recently added + Trending + Most liked + Oops! An error occurred! + Muted + Channels + Do not list + Blur + Display + No opinion + Pick an instance + This instance does not seem to be valid! + No videos! + No notifications! + Favicon + Deschide cu + Edit a playlist + Închide + Upload + Image preview + Select the file to upload + New video + New blacklist info + Your video is published + Error when publishing your video + New comment + New follow + Channel + Videos + Channels + Fetch every: + + Never + 15 minutes + 30 minutes + 1 hour + 2 hours + 6 hours + 12 hours + + Retry + Token refresh failed! + You can retry this action or simply disconnect the current account + Da + Nu + Anulare + Descărcați + Profile picture + Update video + Remove from playlist + %d s + %d m + %d h + %d d + %s views + Instance host + Uploading, please wait… + The video has been uploaded! + Upload cancelled! + Tap here to edit the video data. + A aparut o eroare în timp ce selectați media! + Descărcat %1$s + The account has been updated! + Confidențialitate + Deconectare + Autentificare + Parolă + Email + Etichete + Validează + Distribuie cu + Shared via TubeLab + Utilizator + Setări + Are you sure you want to logout @%1$s@%2$s? + Urmăriți + Cei care vă urmăresc + Imposibil de obținut Id-ul clientului! + A apărut o eroare în timp ce schimbați între conturi! + S-a produs o eroare în timpul căutării! + Nu se poate efectua nici o acțiune + Subscribe + Mod silențios + Unlimited + MB + GB + Total video quota + Daily video quota + Mature or explicit content + This video contains mature or explicit content. Are you sure you want to watch it? + Căutare + Șterge + Are you sure you want to permanently delete this list? + Delete list + Be the first to leave a comment on this video with the top right button! + Comments are not enabled on this video! + Pick up a resolution + The video has been added to bookmarks! + The video has been removed from bookmarks! + Information + Logo of the application + + Subscriptions + Delete an instance + Are you sure to delete this instance? + Delete a comment + Are you sure to delete this comment? + Mode for videos + Filter + Sepia search + Display sensitive content + Published date + Any + Today + Last 7 days + Last 30 days + Last 365 days + Duration + + + 10 min)]]> + Display all categories + Display all licenses + Display all languages + All of these tags + One of these tags + Apply filter + + Best match + Most recent + Least recent + + Sort by + Keyword, channel, video, etc. + Sepia Search displays videos and channels that match your search but is not the publisher, nor the owner. If you notice any problems with a video, report it to the administrators on the PeerTube website where the video is published. + My videos + Title + License + Category + Language + This video contains mature or explicit content + Enable video comments + Description + The video has been updated! + Register an account + Email address + Preview + Change preview + Name + Display more + No channels! + Some explanations about your report… + Report video + Raportează + Pick another instance + History + Edit + Video settings + Interface + Memorie cache + Set the cache for videos (default 100Mb) + Define a default quality for videos + Resolution for videos + Video cache: %d Mb + Captions + Pick captions + None + Allows to change mode for playing videos (default, streaming or via a browser). + Delete account comments + Are you sure you want to remove all the comments of this account? + Delete video + Are you sure to delete this video? + No videos to display! + Distribuie + %1$s commented your video %2$s]]> + %1$s is following your channel %2$s]]> + %1$s is following your account]]> + %1$s has been published]]> + %1$s succeeded]]> + %1$s failed]]> + %1$s published a new video: %2$s]]> + %1$s has been blacklisted]]> + %1$s has been unblacklisted]]> + %1$s has been accepted]]> + %1$s]]> + Add a public comment + Send comment + All + + Playback speed + Normal + Delete videos history + Are you sure you want to delete all your videos history? + Export + Import + Successful export! + Tap here to send the export by email + New Playlist + Open the attached file with TubeLab + Playlists + No playlists + Display name + You don\'t have any playlists. Tap on the \"+\" icon to add a new playlist + You must provide a display name! + The channel is required when the playlist is public. + Create a playlist + There is nothing in this playlist yet. + Confirm password + I agree to %1$s and %2$s + server rules + terms of service + Sign up + Please, fill all the fields! + Passwords don\'t match! + The email doesn\'t seem to be valid! + You will be sent a confirmation e-mail + Use at least 8 characters + Password should contain at least 8 characters + Username should only contain letters, numbers and underscores + Account created! + Your account has been created!\n\n + Think to validate your email within the 48 next hours.\n\n + You can now connect your account by writing %1$s in the first field and tap on Connect.\n\n + Important: If your instance required validation, you will receive an email once it is validated! + + Account + Report account + + Normal + Webview + Magnet + Torrent + + + Light + Dark + Automatic + + + High + Medium + Low + + Do you want to unfollow this account? + Title for the video + Join Peertube + I am at least 16 years old and agree to the %1$s of this instance + Editează profilul + Make an action + Unsubscribe + Display sensitive videos + Fullscreen + There are no videos in your favourites! + Remove channel + Are you sure to permanently delete this channel? + Video in playlists + No muted accounts! + You must define a name and a display name for this channel! + Create a channel + Edit channel + Email addresses in %1$s are not allowed! + Please, specify the reasons + You must be authenticated to proceed to this action! + The account has been reported! + The comment has been reported! + The video has been reported! + The password must contain at least 6 characters! + The account has been muted! + Edit video + Create an account + %1$s Subscribers + Programator + Lansare %1$s + About the app + Donate + Source code + Issue tracker + No instances match these criteria + Instances picker + Pick this instance + Sensitive videos + Sensitive content: %1$s + %1$s instance followers + Help + Pick categories + Pick languages + Update information + Fetch notifications + Adaugă un cont + List of accounts + Pause + Play + Minimize + Fast rewind + Fast forward + Minimize videos size + Minimize videos size when the app is in background (Android N+) + Language filter + Filter videos with different languages + diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml new file mode 100644 index 0000000..e092328 --- /dev/null +++ b/app/src/main/res/values-ru/strings.xml @@ -0,0 +1,351 @@ + + + Enable Chromecast (beta) + Please wait + Allow to discover Chromecast devices on the network. + Видео в списке + Изменить расположение для отображения видео в списке + Нет экземпляров ! + Показать еще + Показать меньше + ChromeCast + ChromeCast choice + Блокировка экрана + Продолжать воспроизведение видео, когда экран заблокирован + Сохранить + Включить историю + Изменить изображение профиля + Автоматическое воспроизведение + Если включено, видео будут воспроизводиться автоматически + Полноэкранный режим + Автоматически открывать видео в полноэкранном режиме + Автовоспроизведение + Автоматически начать воспроизведение следующего видео + Когда видео заканчивается, перейдите к следующему предложенному видео. + Добавить публичный ответ + Изначально опубликованные + Действия + Приложение + Новое видео из ваших подписок + Новый комментарий к вашему видео + Одно из ваших видео заблокировано/разблокировано + Видео опубликовано (после перекодирования/запланированного обновления) + Импорт видео завершен + Вы или ваш канал(ы) имеет нового подписчика + Кто-то упомянул вас в видео комментариях + Отчет о злоупотреблениях получил новое сообщение + Одно из ваших сообщений о злоупотреблениях было принято или отклонено модераторами + + %d ответ + %d ответов + %d ответов + %d ответов + + Ответ + Тема + Позволяет менять тему приложения + Видео не может быть объединено! + Главная + Локальные + Подборка + Уведомления + Свежие + Актуальное + Популярные + Упс! Произошла ошибка! + Игнорируются + Каналы + Скрыто + Размыть + Показать + Не выбрано + Выберите экземпляр + Этот экземпляр недействительный! + Нет видео! + Нет уведомлений! + Значок сайта + Открыть с помощью + Редактировать плейлист + Закрыть + Загрузить + Предпросмотр изображения + Выберите файл для загрузки + Новое видео + Информация о новом черном списке + Ваше видео опубликовано + Ошибка при публикации вашего видео + Новый комментарий + Новая подписка + Канал + Видео + Каналы + Получить каждые: + + Никогда + 15 минут + 30 минут + 1 час + 2 часа + 6 часов + 12 часов + + Повтор + Не удалось обновить токен! + Вы можете повторить это действие или просто отключить текущий аккаунт + Да + Нет + Отмена + Скачать + Изображение профиля + Обновить видео + Удалить из плейлиста + %d сек. + %d м + %d ч + %d д + %s просмотров + Хост экземпляра + Загрузка, пожалуйста, подождите… + Видео было загружено! + Загрузка отменена! + Нажмите здесь, чтобы редактировать данные видео. + При выборе медиафайла произошла ошибка! + Скачать %1$s + Аккаунт обновлен! + Конфиденциальность + Выход + Войти + Пароль + Email + Теги + Подтвердить + Поделиться через + Поделиться через TubeLab + Имя пользователя + Настройки + Вы уверены, что хотите выйти @%1$s@%2$s? + Подписки + Подписчики + Не удалось получить идентификатор клиента! + При переключении между аккаунтами произошла ошибка! + Произошла ошибка при поиске! + Ничего нельзя сделать + Подписка + Игнорировать + Без ограничений + МБ + ГБ + Общая квота видео + Ежедневная квота видео + Контент для взрослых или откровенного содержания + Это видео содержит взрослый или откровенный контент. Вы уверены, что хотите его смотреть? + Поиск + Удалить + Вы действительно хотите удалить этот список навсегда? + Удалить список + Будьте первым прокомментировавшим это видео (при помощи верхней правой кнопки)! + Комментирование этого видео отключено! + Подобрать разрешение + Видео добавлено в закладки! + Видео удалено из закладок! + Информация + Логотип приложения + + Подписки + Удалить экземпляр + Вы уверены, что хотите удалить этот экземпляр? + Удалить комментарий + Вы уверены, что хотите удалить этот комментарий? + Режим видео + Фильтр + Поисковик Sepia + Показывать неприличные видео + Дата публикации + Любые + Сегодня + Последние 7 дней + Последние 30 дней + Последние 365 дней + Длительность + + + 10 мин)]]> + Показать все категории + Показать все лицензии + Показать все языки + Все с этими тегами + Один из этих тегов + Применить фильтр + + Лучшее совпадение + Последние + Ранние + + Сортировать по + Ключевое слово, канал, видео и т. д. + Sepia Search отображает видео и каналы, которые соответствуют вашему поиску, но не являются ни издателем, ни владельцем. Если вы заметили какие-либо проблемы с видео, сообщите об этом администраторам на сайте PeerTube, где это видео опубликовано. + Мои видео + Название + Лицензия + Категория + Язык + Это видео содержит откровенный контент или контент для взрослых + Включить комментарии к видео + Описание + Видео было обновлено! + Зарегистрировать аккаунт + Адрес электронной почты + Предпросмотр + Изменить превью + Имя + Показать больше + Нет каналов! + Некоторые пояснения к вашему отчету… + Пожаловаться на видео + Пожаловаться + Выберите другой экземпляр + История + Редактировать + Настройки видео + Интерфейс + Кэш + Определите кэш для видео (по умолчанию 100 Мб) + Определить качество видео по умолчанию + Разрешение для видео + Видео кэш: %d Мб + Субтитры + Выбрать субтитры + Ничто + Позволяет изменить режим воспроизведения видео (по умолчанию, потоковый или через браузер). + Удалить комментарии аккаунта + Вы действительно хотите удалить все комментарии этого аккаунта? + Удалить видео + Вы уверены, что хотите удалить это видео? + Нет видео для отображения! + Поделиться + %1$s прокомментировал ваше видео %2$s]]> + %1$s следит за вашим каналом %2$s]]> + %1$s отслеживает ваш аккаунт]]> + %1$s было опубликовано]]> + %1$s успешно импортировано]]> + %1$s произошла ошибка]]> + %1$s опубликовал новое видео: %2$s]]> + %1$s занесено в черный список]]> + %1$s удалено из черного списка]]> + %1$s об злоупотреблении был принят]]> + %1$s]]> + Добавить публичный комментарий + Отправить комментарий + Все + + Скорость воспроизведения + Нормальная + Удалить историю видео + Вы уверены, что хотите удалить всю историю видео? + Экспорт + Импорт + Успешный экспорт! + Нажмите здесь, чтобы отправить экспорт по электронной почте + Новый плейлист + Открыть прикрепленный файл с TubeLab + Плейлисты + Нет плейлистов + Отображаемое имя + У вас нет плейлистов. Нажмите на \"+\", чтобы добавить новый + Вы должны указать отображаемое имя! + Этот канал необходим, когда плейлист общедоступен. + Создать плейлист + В этом плейлисте пока ничего нет. + Подтвердить пароль + Я принимаю %1$s и %2$s + правила сервера + условия обслуживания + Регистрация + Пожалуйста, заполните все поля! + Пароли не совпадают! + Этот email недействителен! + Вам будет отправлено подтверждение по электронной почте + Используйте не менее 8 символов + Пароль должен содержать не менее 8 символов + Имя пользователя может содержать только буквы, цифры и символ подчеркивания + Аккаунт создан! + Ваша учетная запись создана!\n\n + Подтвердите вашу электронную почту в течение 48 часов.\n\n + Теперь вы можете подключить ваш аккаунт, написав %1$s в первом поле и кликнув Подключить.\n\n + Важно: Если ваш экземпляр требует проверки, вы получите на электронную почту подтверждение! + + Аккаунт + Сообщить об аккаунте + + По умолчанию + Веб-просмотр + Magnet-ссылка + Торрент + + + Светлая + Темная + Авто + + + Высокое + Среднее + Низкое + + Вы хотите отписаться от этого аккаунта? + Заголовок видео + Присоединиться к Peertube + Мне 16 или более лет и я согласен с %1$s этого инстанса + Редактировать профиль + Предпринять действие + Отписаться + Показывать неприличные видео + На полный экран + В избранном нет видео! + Удалить канал + Вы уверены что хотите безвозвратно удалить этот канал? + Видео в плейлисте + Нет заблокированных аккаунтов! + Вы должны указать имя и отображаемое имя для этого канала! + Создать канал + Редактировать канал + Адреса электронной почты в %1$s недопустимы! + Пожалуйста, укажите причину + Вы должны быть авторизованы, чтобы перейти к этому действию! + Этот аккаунт предупрежден! + На комментарий отправлена жалоба! + О видео было сообщено! + Пароль должен содержать не менее 6 символов! + Аккаунт отключен! + Редактировать видео + Создать аккаунт + %1$s подписчиков + Разработчик + Версия %1$s + О приложении + Поддержать проект + Исходный код + Отчёты об ошибках + Экземпляры не соответствуют этим критериям + Выбор экземпляров + Выбрать этот экземпляр + Неприличные видео + Неприличный контент: %1$s + Подписчиков у экземпляра: %1$s + Помощь + Выбрать категории + Выбрать языки + Обновить данные + Получать уведомления + Добавление аккаунта + Список аккаунтов + Пауза + Воспроизвести + Свернуть + Быстрая перемотка + Перемотка вперед + Вид свёрнутого видео + Уменьшить размер видео, когда приложение находится в фоновом режиме (Android N+) + Добавить языковой фильтр + Фильтровать видео с разными языками + diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml new file mode 100644 index 0000000..c5e4b4e --- /dev/null +++ b/app/src/main/res/values-sv/strings.xml @@ -0,0 +1,349 @@ + + + Enable Chromecast (beta) + Please wait + Allow to discover Chromecast devices on the network. + Videos in list + Change the layout for displaying videos in a list + No instances ! + Visa mer + Visa mindre + ChromeCast + ChromeCast choice + Screen lock + Keep playing videos when the screen is locked + Spara + Enable history + Change profile picture + Automatic playback + If enabled, videos will be played automatically + Fullscreen + Automatically open videos in fullscreen + Autoplay + Automatically start playing the next video + When a video ends, follow up with the next suggested video. + Add a public reply + Originally published + Activity + App + New video from your subscriptions + New comment on your video + One of your video is blocked/unblocked + Video published (after transcoding/scheduled update) + Video import finished + You or your channel(s) has a new follower + Someone mentioned you in video comments + An abuse report received a new message + One of your abuse reports has been accepted or rejected by moderators + + %d svar + %d svar + + Svara + Tema + Allow to change app theme + The video cannot be federated! + Hem + Lokal + Discover + Notifiering + Nyligen tillagda + Trendar + Most liked + Oops! An error occurred! + Muted + Kanal + Do not list + Blur + Display + No opinion + Pick an instance + This instance does not seem to be valid! + No videos! + No notifications! + Favicon + Öppna med + Edit a playlist + Stäng + Ladda upp + Förhandsvisning + Välj en fil som ska laddas upp + New video + New blacklist info + Your video is published + Error when publishing your video + New comment + Nya följare + Kanal + Videor + Kanal + Fetch every: + + Aldrig + 15 minuter + 30 minuter + 1 timme + 2 timmar + 6 timmar + 12 timmar + + Retry + Token refresh failed! + You can retry this action or simply disconnect the current account + Ja + Nej + Avbryt + Ladda ned + Profilbild + Uppdatera video + Remove from playlist + %d s + %d m + %d t + %d d + %s visningar + Instance host + Uppladdning pågår, var god vänta… + Videon har laddats upp! + Uppladdning avbruten! + Tap here to edit the video data. + Ett fel uppstod när du valde media! + Laddat ner %1$s + The account has been updated! + Sekretess + Logga ut + Logga in + Lösenord + E-post + Taggar + Bekräfta + Dela med + Shared via TubeLab + Användarnamn + Inställningar + Är du säker på att du vill logga ut @%1$s@%2$s? + Följer + Följare + Kan inte få tag på klientid! + Ett fel uppstod vid växling mellan konton! + Ett fel uppstod under sökningen! + Inga åtgärder kan vidtas + Subscribe + Tysta + Unlimited + MB + GB + Total video quota + Daily video quota + Mature or explicit content + This video contains mature or explicit content. Are you sure you want to watch it? + Sök + Ta bort + Är du säker du vill ta bort listan permanent? + Ta bort lista + Bli den första att lämna en kommentar på denna video genom knappen längst upp till höger! + Kommentarer är inte påslaget på denna video! + Välj en upplösning + Filmen har lagts till bland bokmärken! + Filmen har tagits bort från bokmärken! + Information + Applikationens logo + + Prenumerationer + Delete an instance + Are you sure to delete this instance? + Ta bort kommentar + Är du säker på att ta bort denna kommentar? + Lägen för video + Filter + Sepia search + Display sensitive content + Published date + Any + Today + Last 7 days + Last 30 days + Last 365 days + Duration + + + 10 min)]]> + Display all categories + Display all licenses + Display all languages + All of these tags + One of these tags + Apply filter + + Best match + Most recent + Least recent + + Sort by + Keyword, channel, video, etc. + Sepia Search displays videos and channels that match your search but is not the publisher, nor the owner. If you notice any problems with a video, report it to the administrators on the PeerTube website where the video is published. + Mina videoklipp + Titel + Licens + Kategori + Språk + Den här videon innehåller moget eller explicit innehåll + Tillåt videokommentarer + Beskrivning + Videon har uppdaterats! + Register an account + Email address + Preview + Change preview + Name + Visa mer + No channels! + Some explanations about your report… + Report video + Rapportera + Pick another instance + Historik + Redigera + Video settings + Gränssnitt + Cache + Set the cache for videos (default 100Mb) + Define a default quality for videos + Resolution for videos + Video cache: %d Mb + Captions + Pick captions + None + Allows to change mode for playing videos (default, streaming or via a browser). + Delete account comments + Are you sure you want to remove all the comments of this account? + Ta bort film + Är du säker på att ta bort denna film? + Inga filmer att visa! + Dela + %1$s kommenterade din video %2$s]]> + %1$s följer din kanal %2$s]]> + %1$s följer ditt konto]]> + %1$s har publicerats]]> + %1$s, lyckades]]> + %1$s, misslyckades]]> + %1$s publicerade en ny video: %2$s]]> + %1$s har svartlistats]]> + %1$s, har tagits bort]]> + %1$s has been accepted]]> + %1$s]]> + Lägg till en publik kommentar + Skicka kommentar + Allt + + Playback speed + Nomal + Delete videos history + Are you sure you want to delete all your videos history? + Export + Import + Successful export! + Tap here to send the export by email + New Playlist + Open the attached file with TubeLab + Spellistor + No playlists + Visningsnamn + You don\'t have any playlists. Tap on the \"+\" icon to add a new playlist + Du måste ange ett visningsnamn! + Kanalen krävs när spellistan är offentliga. + Skapa spellista + Det finns ingenting i denna spellista ännu. + Bekräfta lösenord + Jag godkänner %1$s och %2$s + serverregler + tjänstevillkor + Registrera dig + Vänligen fyll i alla fält! + Lösenorden matchar inte! + E-posten verkar inte vara giltig! + Du kommer att få en bekräftelse via e-post + Använda minst åtta (8) tecken + Lösenordet måste innehålla minst åtta (8) tecken + Användarnamn får endast innehålla bokstäver, siffror och understreck + Konto skapat! + Your account has been created!\n\n + Think to validate your email within the 48 next hours.\n\n + You can now connect your account by writing %1$s in the first field and tap on Connect.\n\n + Important: If your instance required validation, you will receive an email once it is validated! + + Konto + Rapportera konto + + Nomal + Webbvy + Magnet + Torrent + + + Ljust + Mörkt + Automatic + + + High + Medium + Low + + Vill du sluta följa detta konto? + Titel på videon + Gå med i Peertube + Jag är minst 16 år gammal och godkänner %1$s för denna instans + Ändra profil + Gör en handling + Unsubscribe + Display sensitive videos + Fullscreen + There are no videos in your favourites! + Remove channel + Are you sure to permanently delete this channel? + Video in playlists + No muted accounts! + You must define a name and a display name for this channel! + Create a channel + Edit channel + Email addresses in %1$s are not allowed! + Please, specify the reasons + You must be authenticated to proceed to this action! + The account has been reported! + The comment has been reported! + The video has been reported! + The password must contain at least 6 characters! + The account has been muted! + Edit video + Create an account + %1$s Subscribers + Utvecklare + Släpp %1$s + Om appen + Donera + Källkod + Ärendespårare + No instances match these criteria + Instances picker + Pick this instance + Sensitive videos + Sensitive content: %1$s + %1$s instance followers + Help + Pick categories + Pick languages + Update information + Fetch notifications + Lägg till ett konto + List of accounts + Pause + Play + Minimize + Fast rewind + Fast forward + Minimize videos size + Minimize videos size when the app is in background (Android N+) + Language filter + Filter videos with different languages + diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml new file mode 100644 index 0000000..16da227 --- /dev/null +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -0,0 +1,347 @@ + + + Enable Chromecast (beta) + Please wait + Allow to discover Chromecast devices on the network. + Videos in list + Change the layout for displaying videos in a list + No instances ! + 显示更多 + 收起 + ChromeCast + ChromeCast choice + Screen lock + Keep playing videos when the screen is locked + 保存 + Enable history + Change profile picture + Automatic playback + If enabled, videos will be played automatically + 全屏 + Automatically open videos in fullscreen + 自动播放 + Automatically start playing the next video + When a video ends, follow up with the next suggested video. + 添加公开回复 + Originally published + Activity + App + New video from your subscriptions + New comment on your video + One of your video is blocked/unblocked + Video published (after transcoding/scheduled update) + Video import finished + You or your channel(s) has a new follower + Someone mentioned you in video comments + An abuse report received a new message + One of your abuse reports has been accepted or rejected by moderators + + %d 条回复 + + 回复 + 主题 + 允许更改应用主题 + 该视频无法邦联! + 主页 + 本站 + 发现 + 通知 + 最新上传 + 当下流行 + 最受好评 + 哎呀!出现了个小错误! + 已隐藏 + 频道 + 不公开 + 模糊化 + 显示 + 无意见 + 选择实例 + 您输入的实例地址是无效的! + 没有视频! + 没有通知! + 网站图标 + 打开方式 + 编辑播放列表 + 关闭 + 上传 + 图像预览 + 选择要上传的文件 + New video + New blacklist info + Your video is published + Error when publishing your video + New comment + 新的粉丝 + 频道 + 视频 + 频道 + Fetch every: + + 从不 + 15 分钟 + 30 分钟 + 1 小时 + 2 小时 + 6 小时 + 12 小时 + + Retry + Token refresh failed! + You can retry this action or simply disconnect the current account + + + 放弃 + 下载 + 个人资料图片 + 更新视频 + 从播放列表中删除 + %d 秒 + %d 分 + %d 小时 + %d 天 + %s 次观看 + 实例主机 + 正在上传,请稍候…… + 视频已上传! + 已取消上传! + 点击此处以编辑视频内容。 + 选择媒体时出现了错误! + 下载 %1$s + The account has been updated! + 隐私 + 登出 + 登入 + 密码 + 电邮 + 标签 + 确认 + 分享给 + 通过 TubeLab 分享 + 用户名 + 设置 + 确定要退出登录吗%1$s@%2$s? + 正在订阅 + 关注者 + 无法获取客户端 ID! + 在帐户间切换时发生错误! + 搜索时出错! + 无法进行任何操作 + Subscribe + 静言 + Unlimited + MB + GB + Total video quota + Daily video quota + Mature or explicit content + This video contains mature or explicit content. Are you sure you want to watch it? + 搜索​​​​ + 删除 + 您确实要永久删除此列表吗? + 删除列表 + 使用右上角的按钮,成为第一个对此视频留言的人! + 此视频未开启评论! + 选择分辨率 + 此视频已添加到书签! + 此视频已从书签中移除! + 信息 + 应用程序的徽标 + + 订阅列表 + Delete an instance + Are you sure to delete this instance? + 删除评论 + 你确定要删除此评论吗? + 视频模式 + 筛选 + Sepia 搜索引擎 + 显示敏感内容 + 发布日期 + 任意 + 今天 + 最近 7 天 + 最近 30 天 + 最近 365 天 + 时长 + + + 10 分钟)]]> + 显示所有类别 + 显示所有许可协议 + 显示所有语言 + 所有标签 + 其中一个标签 + 应用筛选规则 + + 最佳匹配 + 最近更新 + 最早视频 + + 排序方式 + 输入关键字、频道名、视频标题等 + Sepia 搜索引擎会显示匹配您搜索关键词的视频与频道,但它无法单单找到具体的上传者,或是视频主。如果您留意到列表里的一些视频含有不合适的内容,请向该视频所属的 PeerTube 实例管理者报告。 + 我的视频 + 标题 + 许可协议 + 类别 + 语言 + 此视频包含成人或露骨的内容 + 启用视频评论 + 描述 + 视频已更新! + 注册账号 + 邮箱地址 + 预览图 + 更改预览图 + 名字 + 显示更多 + 没有频道! + 补充您报告的理由… + 报告视频 + 报告 + 选择其他实例 + 观看历史 + 编辑 + 视频设置 + 界面 + 缓存 + 设置视频缓存(默认 100 兆字节) + 设定视频的默认播放质量 + 视频分辨率 + 视频缓存: %d MB + 字幕 + 选择字幕 + + 允许更改视频的播放模式(标准,串流或使用网页播放器)。 + 删除账号的评论 + 您确定删除该账号下所有的评论? + 删除视频 + 你确定要删除此视频吗? + 没要视频可以显示! + 分享 + %1$s 评论了你的视频 %2$s]]> + %1$s 关注了您的频道 %2$s]]> + %1$s 关注了您的账户]]> + %1$s 已发布]]> + %1$s]]> + %1$s 失败]]> + %1$s 发布了新视频:%2$s]]> + %1$s 已被加入黑名单]]> + %1$s 已被取消黑名单]]> + %1$s的滥用报告已被接受]]> + %1$s]]> + 添加公共评论 + 发送评论 + 全部 + + Playback speed + 正常视图 + Delete videos history + Are you sure you want to delete all your videos history? + Export + Import + Successful export! + Tap here to send the export by email + New Playlist + Open the attached file with TubeLab + 播放列表 + No playlists + 显示名称 + 您没有任何播放列表,点击 + 号添加一个新的播放列表 + 你必须提供显示的名字! + 当播放列表是公开的时,该频道是需要的。 + 创建播放列表 + 在这个播放列表中还没有任何内容。 + 确认密码 + 我同意 %1$s 和 %2$s + 服务器规则 + 服务条款 + 注册 + 请填写所有字段! + 密码不匹配! + 电子邮件似乎无效! + 您将收到确认电子邮件 + 至少使用8个字符 + 密码至少应包含8个字符 + 用户名仅应包含字母、数字和下划线 + 帐户已创建! + 您的账号已经成功创建!\n\n + 请在接下来的 48 小时内验证您的电子邮件。\n\n + 您可以在第一栏中填写 %1$s ,并点击 连接来连接您的账号。\n\n + 重要通知:如果您的实例要求验证,那么当验证完成时,您将会收到一封通知邮件! + 帐户 + 举报帐号 + + 标准 + 网页播放器 + Magnet + Torrent + + + 亮色 + 暗色 + 自动切换 + + + + 中等 + + + 你确定要取消关注此帐号吗? + 视频标题 + 加入Peertube + 我至少年满16岁,并同意此实例的 %1$s + 编辑个人资料 + 添加操作 + Unsubscribe + 显示敏感视频 + 全屏 + 您的收藏列表为空! + 删除频道 + 您确定永久删除该频道吗? + 播放列表中的视频 + 您尚未隐藏任何账号! + 该频道的名字与显示称呼不可为空! + 创建频道 + 编辑频道 + 在 %1$s 中的电子邮件地址是不行的! + 请务必注明原因 + 您必须登录来进行此操作! + 已成功报告该账号! + 已成功报告该条评论! + 已成功报告该视频! + 密码必须至少包含六个字符! + 已成功隐藏该账号! + 编辑视频 + 创建账号 + %1$s 名订阅者 + 开发者 + %1$s 版本 + 关于本应用 + 捐赠 + 源代码 + 问题跟踪器 + 没有符合选定条件的实例 + 挑选实例 + 选择该实例 + 敏感视频 + 敏感内容:%1$s + 该实例共有 %1$s 名订阅者 + 帮助 + 选择类别 + 选择语言 + 更新信息 + Fetch notifications + 添加帐户 + 账号列表 + 暂停 + 播放 + 最小化 + 快退 + 快进 + 最小化视频 + 当处于后台播放时,最小化视频(仅适用于 Android N 以及之后的版本) + 语言筛选 + 筛选其他语言的视频 + diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml new file mode 100644 index 0000000..2a5d126 --- /dev/null +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -0,0 +1,348 @@ + + + Enable Chromecast (beta) + Please wait + Allow to discover Chromecast devices on the network. + Videos in list + Change the layout for displaying videos in a list + No instances ! + 顯示更多… + 顯示較少… + ChromeCast + ChromeCast choice + Screen lock + Keep playing videos when the screen is locked + 儲存 + Enable history + Change profile picture + Automatic playback + If enabled, videos will be played automatically + Fullscreen + Automatically open videos in fullscreen + Autoplay + Automatically start playing the next video + When a video ends, follow up with the next suggested video. + Add a public reply + Originally published + Activity + App + New video from your subscriptions + New comment on your video + One of your video is blocked/unblocked + Video published (after transcoding/scheduled update) + Video import finished + You or your channel(s) has a new follower + Someone mentioned you in video comments + An abuse report received a new message + One of your abuse reports has been accepted or rejected by moderators + + %d 條回覆 + + 回覆 + Theme + Allow to change app theme + The video cannot be federated! + 首頁 + 本機 + Discover + 通知 + 最近新增 + 趨勢 + Most liked + Oops! An error occurred! + Muted + 頻道 + Do not list + Blur + Display + No opinion + Pick an instance + This instance does not seem to be valid! + No videos! + No notifications! + 網站圖示 + 選擇開啟工具 + Edit a playlist + 關閉 + 上傳 + 圖片預覽 + 選取要上傳的檔案 + New video + New blacklist info + Your video is published + Error when publishing your video + New comment + 新關注 + 頻道 + 影片 + 頻道 + Fetch every: + + 永不 + 15 分鐘 + 30 分鐘 + 1 小時 + 2 小時 + 6 小時 + 12 小時 + + Retry + Token refresh failed! + You can retry this action or simply disconnect the current account + + + 取消 + 下載 + 個人檔案照片 + 更新影片 + Remove from playlist + %d 秒 + %d 分鐘 + %d 小時 + %d 天 + %s 次檢視 + Instance host + 正在上傳,請稍候…… + 影片已上傳! + 上傳已取消! + Tap here to edit the video data. + 選擇媒體時發生錯誤! + 下載 %1$s + The account has been updated! + 隱私權 + 登出 + 登入 + 密碼 + 電子郵件 + 標籤 + 確認 + 分享給 + Shared via TubeLab + 使用者名稱 + 設定 + 您確定您要登出 @%1$s@%2$s 嗎? + 正在關注 + 關注者 + 無法取得客戶端 id! + 在帳號間切換時發生錯誤! + 搜尋時發生錯誤! + 無法採取行動 + Subscribe + 靜音 + Unlimited + MB + GB + Total video quota + Daily video quota + Mature or explicit content + This video contains mature or explicit content. Are you sure you want to watch it? + 搜尋 + 刪除 + 您確定您想要永久刪除此列表嗎? + 刪除列表 + 使用右上角的按鈕來成為第一個對這部影片留下評論的人! + 此影片未啟用評論! + 選擇解析度 + 影片已加入到書籤中! + 影片已從書籤中移除! + 資訊 + 應用程式圖示 + + 訂閱 + Delete an instance + Are you sure to delete this instance? + 刪除留言 + 您想要刪除此留言嗎? + 影片模式 + 過濾 + Sepia search + Display sensitive content + Published date + Any + Today + Last 7 days + Last 30 days + Last 365 days + Duration + + + 10 min)]]> + Display all categories + Display all licenses + Display all languages + All of these tags + One of these tags + Apply filter + + Best match + Most recent + Least recent + + Sort by + Keyword, channel, video, etc. + Sepia Search displays videos and channels that match your search but is not the publisher, nor the owner. If you notice any problems with a video, report it to the administrators on the PeerTube website where the video is published. + 我的影片 + 標題 + 授權條款 + 分類 + 語言 + 這個影片包含成人或裸露的內容 + 啟用影片留言 + 描述 + 影片已更新! + Register an account + Email address + Preview + Change preview + Name + 顯示更多 + No channels! + Some explanations about your report… + Report video + 檢舉 + Pick another instance + 歷史紀錄 + Edit + Video settings + 界面 + 快取 + Set the cache for videos (default 100Mb) + Define a default quality for videos + Resolution for videos + Video cache: %d Mb + Captions + Pick captions + None + Allows to change mode for playing videos (default, streaming or via a browser). + Delete account comments + Are you sure you want to remove all the comments of this account? + 刪除影片 + 您確定要刪除此部影片嗎? + 沒有影片 + 分享 + %1$s 已在您的影片留言 %2$s]]> + %1$s 追蹤您的頻道 %2$s]]> + %1$s 追蹤您的帳號]]> + %1$s 已發佈]]> + %1$s 成功]]> + %1$s 失敗]]> + %1$s 發佈了新影片:%2$s]]> + %1$s 已被加入黑名單]]> + %1$s 已被解除黑名單]]> + %1$s has been accepted]]> + %1$s]]> + 新增公開留言 + 傳送留言 + 全部 + + Playback speed + 正常 + Delete videos history + Are you sure you want to delete all your videos history? + Export + Import + Successful export! + Tap here to send the export by email + New Playlist + Open the attached file with TubeLab + 播放清單 + No playlists + 顯示名稱 + You don\'t have any playlists. Tap on the \"+\" icon to add a new playlist + 您必須提供顯示名稱! + 當播放清單公開時,頻道為必填。 + 建立播放清單 + 目前播放清單中還沒有東西。 + 確認密碼 + 我同意 %1$s 和 %2$s + 伺服器規則 + 服務條款 + 註冊 + 請填寫所有欄位! + 密碼不相符! + 電子郵件似乎是無效的! + 您將會收到一封確認用的電子郵件 + 使用至少 8 個字元 + 密碼應該包含至少 8 個字元 + 使用者名稱應僅包含字母、數字與底線 + 已建立帳號! + Your account has been created!\n\n + Think to validate your email within the 48 next hours.\n\n + You can now connect your account by writing %1$s in the first field and tap on Connect.\n\n + Important: If your instance required validation, you will receive an email once it is validated! + + 帳號 + 回報帳號 + + 正常 + Torrent + Magnet + Torrent + + + + + Automatic + + + High + Medium + Low + + 您想要取消追蹤此帳號嗎? + 影片標題 + 加入 Peertube + 我至少 16 歲並同意此站台的 %1$s + 編輯個人資料 + 做動作 + Unsubscribe + Display sensitive videos + Fullscreen + There are no videos in your favourites! + Remove channel + Are you sure to permanently delete this channel? + Video in playlists + No muted accounts! + You must define a name and a display name for this channel! + Create a channel + Edit channel + Email addresses in %1$s are not allowed! + Please, specify the reasons + You must be authenticated to proceed to this action! + The account has been reported! + The comment has been reported! + The video has been reported! + The password must contain at least 6 characters! + The account has been muted! + Edit video + Create an account + %1$s Subscribers + 開發者 + 釋出 %1$s + 關於應用程式 + Donate + 原始碼 + 議題追蹤程式 + No instances match these criteria + Instances picker + Pick this instance + Sensitive videos + Sensitive content: %1$s + %1$s instance followers + Help + Pick categories + Pick languages + Update information + Fetch notifications + 新增帳號 + List of accounts + Pause + Play + Minimize + Fast rewind + Fast forward + Minimize videos size + Minimize videos size when the app is in background (Android N+) + Language filter + Filter videos with different languages +