1
0
mirror of https://framagit.org/tom79/fedilab-tube synced 2025-06-05 21:09:11 +02:00

55 Commits
1.1.0 ... 1.2.0

Author SHA1 Message Date
4db288743e typo 2020-10-03 19:10:00 +02:00
ba569b2d40 change version code 2020-10-03 19:04:02 +02:00
c774dcee96 Last fixes 2020-10-03 18:37:34 +02:00
48fe22c8db Merge remote-tracking branch 'origin/develop' into develop 2020-10-03 17:02:59 +02:00
3f282c8116 Some fixes 2020-10-03 17:02:48 +02:00
4f4cdd68b5 Merge branch 'l10n_develop' into 'develop'
New Crowdin updates

See merge request tom79/fedilab-tube!12
2020-10-03 17:01:54 +02:00
9c350c922b New Crowdin updates 2020-10-03 17:01:53 +02:00
8548777c50 some checks 2020-10-03 16:22:19 +02:00
30d344987c Fix an issue 2020-10-03 13:41:33 +02:00
80c8e1a356 Release notes 2020-10-03 11:54:18 +02:00
8ce7eb386f Release 1.2.0 2020-10-03 11:44:00 +02:00
c50a587250 Some improvements 2020-10-03 11:24:26 +02:00
a8b17ce0b2 Add cache for videos 2020-10-03 10:59:31 +02:00
731863ef6c Merge remote-tracking branch 'origin/develop' into develop 2020-10-03 09:08:41 +02:00
04b8294022 Fix triple-t 2020-10-03 09:08:36 +02:00
4937ff43e5 Merge branch 'l10n_develop' into 'develop'
New Crowdin updates

See merge request tom79/fedilab-tube!11
2020-10-03 08:18:02 +02:00
1670867a1d New Crowdin updates 2020-10-03 08:18:02 +02:00
5e947cd221 Beta release 2020-10-02 19:33:57 +02:00
1f8c5cbc05 Fix strings 2020-10-02 19:31:00 +02:00
c2ab7a3608 Some improvements 2020-10-02 19:29:00 +02:00
d62ff6d18f some fixes 2020-10-02 18:22:19 +02:00
92a0af8b36 Fix full screen 2020-10-02 15:23:36 +02:00
34ed36f9ae Fix issue 2020-10-02 15:14:08 +02:00
7777317eb8 Merge remote-tracking branch 'origin/develop' into develop 2020-10-02 07:09:01 +02:00
4d53612adc Some fixes 2020-10-02 07:03:36 +02:00
e08d9805f1 Some improvements 2020-10-01 17:42:03 +02:00
cb5b7274fe Merge branch 'l10n_develop' into 'develop'
New Crowdin updates

See merge request tom79/fedilab-tube!10
2020-10-01 16:47:48 +02:00
db84cac8f0 New Crowdin updates 2020-10-01 16:47:47 +02:00
b6769ca25f Fix upload 2020-09-29 17:48:12 +02:00
70903578d1 upload+actions with retrofit 2020-09-29 17:42:15 +02:00
07d8a39681 Merge branch 'l10n_develop' into 'develop'
New Crowdin updates

See merge request tom79/fedilab-tube!9
2020-09-28 07:18:09 +02:00
7410467cd6 New Crowdin updates 2020-09-28 07:18:09 +02:00
f21732f753 Refresh token 2020-09-27 18:33:51 +02:00
9dca5fcd3b Fix authentication 2020-09-27 16:33:43 +02:00
1bc99b3c46 Fix Playing 2020-09-27 14:12:06 +02:00
a8a5028852 Fix OverviewVideo 2020-09-27 11:37:48 +02:00
f5fa9944ad Change overview management 2020-09-27 11:11:39 +02:00
3697917d2b Some fixes 2020-09-26 19:41:21 +02:00
9f25405983 Some fixes 2020-09-26 19:36:10 +02:00
9c476037ef Some fixes 2020-09-26 19:31:38 +02:00
2044a85b58 Fix issue 2020-09-26 16:52:41 +02:00
d878ac780c some changes 2020-09-26 16:46:51 +02:00
55179c6955 some changes 2020-09-26 10:22:11 +02:00
618384cccb Change classes 2020-09-25 18:58:04 +02:00
0b84823f64 Release notes 2020-09-24 07:36:25 +02:00
9361f6ca64 Fix date 2020-09-24 07:31:46 +02:00
b81257c77c Release 1.1.1 2020-09-24 07:28:36 +02:00
75e919adbc Merge remote-tracking branch 'origin/develop' into develop 2020-09-24 07:27:55 +02:00
d946451b27 Fix issue #3 2020-09-24 07:27:41 +02:00
2d960d4c55 Merge branch 'l10n_develop' into 'develop'
New Crowdin updates

See merge request tom79/fedilab-tube!8
2020-09-23 08:35:18 +02:00
6f24030b86 New Crowdin updates 2020-09-23 08:35:17 +02:00
ce7b0d4d7d Fix typo 2020-09-21 07:33:46 +02:00
ed34917550 Fix typo 2020-09-21 07:33:26 +02:00
18bd328814 Fix typo 2020-09-21 07:30:08 +02:00
cf35a65edd Fix typo 2020-09-21 07:28:26 +02:00
234 changed files with 10981 additions and 9448 deletions

2
.gitignore vendored
View File

@ -9,3 +9,5 @@
.cxx
/app/release/
/app/fdroid_full/release/
/app/google_full/
/app/google_acad/

View File

@ -10,8 +10,8 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 10
versionName "1.1.0"
versionCode 12
versionName "1.2.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@ -117,4 +117,7 @@ dependencies {
implementation "com.google.code.gson:gson:2.8.6"
implementation 'androidx.media:media:1.2.0'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
}

View File

@ -1,6 +1,7 @@
<resources>
<string name="app_name" translatable="false">TubeAcad</string>
<string name="title_home">Locale</string>
<string name="title_local">Locale</string>
<string name="title_discover">Découvrir</string>
<string name="title_notifications">Notifications</string>
<string name="title_instances">Instances</string>
@ -159,7 +160,6 @@
<string name="error_display_name_channel">Vous devez fournir un nom d\'affichage et un nom pour la chaîne!</string>
<string name="action_playlist_empty_content">Cette liste de lecture est vide.</string>
<string name="playlists">Listes de lecture</string>
<string name="no_notifications">Aucune notification à afficher</string>
<string name="peertube_comment_on_video"><![CDATA[<b>%1$s</b> a commenté votre vidéo <b>%2$s</b>]]></string>
@ -171,6 +171,7 @@
<string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b> a publié une nouvelle vidéo : <b>%2$s</b>]]></string>
<string name="peertube_video_blacklist"><![CDATA[Votre vidéo <b>%1$s</b> a été blacklisté]]></string>
<string name="peertube_video_unblacklist"><![CDATA[Votre vidéo <b>%1$s</b> nest plus blacklisté]]></string>
<string name="peertube_video_abuse"><![CDATA[Nouvelle modération sur la vidéo : <b>%1$s</b>]]></string>
<string name="toast_code_error">Une erreur sest produite! Linstance na retourné aucun code d\autorisation!</string>
<string name="subscriptions">Abonnements</string>
<string name="report">Signaler</string>
@ -178,6 +179,7 @@
<string name="report_account">Signaler le compte</string>
<string name="report_helper">Quelques explications concernant votre signalement…</string>
<string name="successful_report">Le compte a été signalé !</string>
<string name="successful_report_comment">Le commentaire a été signalé !</string>
<string name="successful_video_report">La vidéo a été signalée !</string>
<string name="report_comment_size">Veuillez préciser les raisons.</string>
<string name="all">Tout</string>
@ -185,16 +187,34 @@
<string name="edit_video">Modifier une vidéo</string>
<string name="settings">Paramètres</string>
<string name="video_settings">Paramètres des vidéos</string>
<string name="app_interface">Interface</string>
<string-array name="settings_video_mode">
<item>Normal</item>
<item>Streaming</item>
<item>Navigateur</item>
</string-array>
<string name="set_cache_mode">Cache</string>
<string name="set_video_cache_description">Set the cache for videos (default 100Mb)</string>
<string name="video_cache_value">Cache pour les vidéos: %d Mo</string>
<string name="set_video_mode_choice" translatable="false">set_video_mode_choice</string>
<string name="set_video_minimize_choice" translatable="false">set_video_minimize_choice</string>
<string name="set_video_language_choice" translatable="false">set_video_language_choice</string>
<string name="set_video_quality_choice" translatable="false">set_video_quality_choice</string>
<string name="set_video_cache_choice" translatable="false">set_video_cache_choice</string>
<string-array name="settings_video_quality">
<item>Elevé</item>
<item>Moyen</item>
<item>Faible</item>
</string-array>
<string name="set_video_quality_description">Permet de définir la qualité de la vidéo par défaut</string>
<string name="set_quality_mode">Résolution pour les vidéos</string>
<string name="set_video_mode_description">Permet de changer le mode de lecture pour les vidéos (normal, streaming ou via un navigateur).</string>
<string name="register_account">Créer un compte</string>
@ -203,6 +223,7 @@
<string name="title_muted">Sourdine</string>
<string name="title_blocked">Bloqués</string>
<string name="no_muted">Aucun compte en sourdine !</string>
<string name="no_notifications">Aucune notification !</string>
<string name="action_mute">Mettre en sourdine</string>
<string name="action_unmute">Réactiver le compte</string>
<string name="muted_done">Le compte a été mis en sourdine !</string>
@ -231,7 +252,7 @@
<string name="instances_picker">Instances picker</string>
<string name="pickup_instance">Pickup this instance</string>
<string name="sensitive_content">Sensitive content: %1$s</string>
<string name="followers_instance">%1$s followers instances</string>
<string name="followers_instance">%1$s instance followers</string>
<string name="help">Help</string>
<string name="sensitive_video"> Sensitive videos</string>
<string name="pickup_categories">Pickup categories</string>

View File

@ -9,4 +9,10 @@
<item name="colorAccent">@color/colorAccent</item>
</style>
<style name="AppThemeNoActionBar" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
</resources>

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,4 @@
- Force le mode paysage lors du passage en mode plein écran
- Modifier la valeur du cache pour les vidéos
- Définir la résolution par défaut pour les vidéos
- Correction de bugs

View File

@ -1,22 +0,0 @@
*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

View File

@ -1 +0,0 @@
TubeLab est une application Peertube pour les instances académiques.

View File

@ -1,22 +0,0 @@
*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

View File

@ -1 +0,0 @@
TubeLab est une application Peertube pour les instances académiques.

View File

@ -1,22 +0,0 @@
*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

View File

@ -1 +0,0 @@
TubeLab est une application Peertube pour les instances académiques.

View File

@ -1,22 +0,0 @@
*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

View File

@ -1 +0,0 @@
TubeLab est une application Peertube pour les instances académiques.

View File

@ -1,22 +0,0 @@
*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

View File

@ -1 +0,0 @@
TubeLab est une application Peertube pour les instances académiques.

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -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

View File

@ -0,0 +1 @@
TubeLab è un'applicazione Peertube per le istanze accademiche.

View File

@ -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

View File

@ -0,0 +1 @@
TubeLab is een Peertube-toepassing voor academische instanties.

View File

@ -0,0 +1,22 @@
*Nie ma trybu uwierzytelnionego*
Jest to tryb ograniczony, w którym można wykonywać pewne czynności:
- Przełącznik,
- Podziel się filmami,
- Pobierz filmy.
*Tryb uwierzytelniony*
W tym trybie dostępnych jest wiele funkcji:
- Napisać/usunąć komentarz
- Przesyłanie/usuwanie/edycja filmów
- Zarządzanie (tworzenie/edycja/usuwanie) kanałami i listami odtwarzania
- Kanały podążające/niepodążające
- Kciuki w górę/w dół
- Powiadomienia o kontroli
- Kanały wyciszone/niewyciszone
- Raporty wideo/rachunki
- Sprawdź swoją historię

View File

@ -0,0 +1 @@
TubeLab jest aplikacją Peertube dla instancji akademickich.

View File

@ -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

View File

@ -0,0 +1 @@
O TubeLab é uma aplicação Peertube para instâncias acadêmicas.

View File

@ -0,0 +1,22 @@
*Не аутентифицированный режим*
Это ограниченный режим, где можно совершить некоторые действия:
- Переключать экземпляры,
- Поделиться видео,
- Скачать видео.
*Аутентифицированный режим*
В этом режиме доступны многие функции:
- Оставлять/удалять комментарии
- Загружать/удалять/редактировать видео
- Управлять (создание/редактирование/удаление) каналами и плейлистами
- Подписаться/отписаться от каналов
- Палец вверх/вниз
- Проверить уведомления
- Отключить/включить каналы
- Пожаловаться на видео/аккаунты
- История Ваших просмотров

View File

@ -0,0 +1 @@
TubeLab - это приложение Peertube для образовательных экземпляров.

View File

@ -0,0 +1,5 @@
- Force landscape view when switching in full screen
- Sync languages with the instance
- Change default cache for videos (settings)
- Set default resolution for videos (settings)
- Some bug fixes.

View File

@ -1,4 +0,0 @@
- Play videos in background
- Allow to set subtitles
- Filter videos with languages
- Some fixes

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="title_home">Home</string>
<string name="title_local">Local</string>
<string name="title_discover">Discover</string>
<string name="title_notifications">Notifications</string>
<string name="title_recently_added">Recently added</string>
@ -13,9 +14,10 @@
<string name="blur">Blur</string>
<string name="display">Display</string>
<string name="no_opinion">No opinion</string>
<string name="instance_choice">Pickup an instance</string>
<string name="instance_choice">Pick an instance</string>
<string name="not_valide_instance">This instance does not seem to be valid!</string>
<string name="no_videos">No videos!</string>
<string name="no_notifications">No notifications!</string>
<string name="favicon">Favicon</string>
<string name="open_with">Open with</string>
<string name="action_playlist_edit">Edit a playlist</string>
@ -99,11 +101,18 @@
<string name="report_helper">Some explanations about your report…</string>
<string name="report_video">Report video</string>
<string name="report">Report</string>
<string name="change_instance">Pickup another instance</string>
<string name="change_instance">Pick another instance</string>
<string name="my_history">History</string>
<string name="edit">Edit</string>
<string name="video_settings">Video settings</string>
<string name="app_interface">Interface</string>
<string name="set_cache_mode">Cache</string>
<string name="set_video_cache_description">Définir le cache pour les vidéos (défaut 100Mo)</string>
<string name="set_video_quality_description">Define a default quality for videos</string>
<string name="set_quality_mode">Resolution for videos</string>
<string name="video_cache_value">Video cache: %d Mb</string>
<string name="captions">Captions</string>
<string name="pickup_captions">Pickup captions</string>
<string name="pickup_captions">Pick captions</string>
<string name="none">None</string>
<string name="set_video_mode_description">Allows to change mode for playing videos (default, streaming or via a browser).</string>
<string name="delete_video">Delete video</string>
@ -119,6 +128,7 @@
<string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b> published a new video: <b>%2$s</b>]]></string>
<string name="peertube_video_blacklist"><![CDATA[Your video <b>%1$s</b> has been blacklisted]]></string>
<string name="peertube_video_unblacklist"><![CDATA[Your video <b>%1$s</b> has been unblacklisted]]></string>
<string name="peertube_video_abuse"><![CDATA[New abuse report for video: <b>%1$s</b>]]></string>
<string name="add_public_comment">Add a public comment</string>
<string name="send_comment">Send comment</string>
<string name="all">All</string>
@ -154,6 +164,11 @@
<item>Webview</item>
<item>Direct stream</item>
</string-array>
<string-array name="settings_video_quality">
<item>High</item>
<item>Medium</item>
<item>Low</item>
</string-array>
<string name="unfollow_confirm">Do you want to unfollow this account?</string>
<string name="title_video_peertube">Title for the video</string>
<string name="join_peertube">Join Peertube</string>
@ -174,6 +189,7 @@
<string name="report_comment_size">Please, specify the reasons</string>
<string name="not_logged_in">You must be authenticated to proceed to this action!</string>
<string name="successful_report">The account has been reported!</string>
<string name="successful_report_comment">The comment has been reported!</string>
<string name="successful_video_report">The video has been reported!</string>
<string name="password_length_error">The password must contain at least 6 characters!</string>
<string name="muted_done">The account has been muted!</string>
@ -188,13 +204,13 @@
<string name="issue_tracker">Issue tracker</string>
<string name="action_instance_empty_content">No instances match these criteria</string>
<string name="instances_picker">Instances picker</string>
<string name="pickup_instance">Pickup this instance</string>
<string name="pickup_instance">Pick this instance</string>
<string name="sensitive_video"> Sensitive videos</string>
<string name="sensitive_content">Sensitive content: %1$s</string>
<string name="followers_instance">%1$s followers instances</string>
<string name="followers_instance">%1$s instance followers</string>
<string name="help">Help</string>
<string name="pickup_categories">Pickup categories</string>
<string name="pickup_languages">Pickup languages</string>
<string name="pickup_categories">Pick categories</string>
<string name="pickup_languages">Pick languages</string>
<string name="notification_channel_name">Update information</string>
<string name="add_account">Add an account</string>
<string name="list_of_accounts">List of accounts</string>
@ -204,7 +220,7 @@
<string name="fast_rewind">Fast rewind</string>
<string name="fast_forward">Fast forward</string>
<string name="set_video_minimize">Minimize videos size</string>
<string name="set_video_minimize_description">Minize videos size when the app is in background (Android N+)</string>
<string name="set_video_minimize_description">Minimize videos size when the app is in background (Android N+)</string>
<string name="set_video_language">Language filter</string>
<string name="set_video_language_description">Filter videos with different languages</string>
</resources>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="title_home">Startseite</string>
<string name="title_local">Local</string>
<string name="title_discover">Mehr erfahren</string>
<string name="title_notifications">Benachrichtigungen</string>
<string name="title_recently_added">Zuletzt hinzugefügt</string>
@ -16,6 +17,7 @@
<string name="instance_choice">Wähle eine Instanz</string>
<string name="not_valide_instance">Der Name der Instanz scheint ungültig zu sein!</string>
<string name="no_videos">Keine Videos!</string>
<string name="no_notifications">No notifications!</string>
<string name="favicon">Favicon</string>
<string name="open_with">Öffnen mit</string>
<string name="action_playlist_edit">Playlist bearbeiten</string>
@ -102,6 +104,13 @@
<string name="change_instance">Wähle eine andere Instanz</string>
<string name="my_history">Verlauf</string>
<string name="edit">Bearbeiten</string>
<string name="video_settings">Video settings</string>
<string name="app_interface">Interface</string>
<string name="set_cache_mode">Cache</string>
<string name="set_video_cache_description">Définir le cache pour les vidéos (défaut 100Mo)</string>
<string name="set_video_quality_description">Define a default quality for videos</string>
<string name="set_quality_mode">Resolution for videos</string>
<string name="video_cache_value">Video cache: %d Mb</string>
<string name="captions">Untertitel</string>
<string name="pickup_captions">Untertitel abholen</string>
<string name="none">Keine</string>
@ -119,6 +128,7 @@
<string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b> hat ein neues Video veröffentlicht: <b>%2$s</b>]]></string>
<string name="peertube_video_blacklist"><![CDATA[Dein Video <b>%1$s</b> wurde gesperrt]]></string>
<string name="peertube_video_unblacklist"><![CDATA[Die Sperre für dein Video <b>%1$s</b> wurde aufgehoben]]></string>
<string name="peertube_video_abuse"><![CDATA[New abuse report for video: <b>%1$s</b>]]></string>
<string name="add_public_comment">Öffentlichen Kommentar hinzufügen</string>
<string name="send_comment">Kommentar absenden</string>
<string name="all">Alle</string>
@ -154,6 +164,11 @@
<item>WebView</item>
<item>Direkter Datenstrom</item>
</string-array>
<string-array name="settings_video_quality">
<item>High</item>
<item>Medium</item>
<item>Low</item>
</string-array>
<string name="unfollow_confirm">Möchtest du diesem Konto nicht mehr folgen?</string>
<string name="title_video_peertube">Videotitel</string>
<string name="join_peertube">Peertube beitreten</string>
@ -174,6 +189,7 @@
<string name="report_comment_size">Bitte gib einen Grund an</string>
<string name="not_logged_in">Du musst authentifiziert sein, um diesen Vorgang auszuführen.</string>
<string name="successful_report">Der Account wurde gemeldet!</string>
<string name="successful_report_comment">The comment has been reported!</string>
<string name="successful_video_report">Dieses Video wurde gemeldet!</string>
<string name="password_length_error">Das Passwort muss mindestens 6 Zeichen lang sein!</string>
<string name="muted_done">Der Account wurde stummgeschaltet!</string>
@ -205,6 +221,6 @@
<string name="fast_forward">Schnell vorwärts</string>
<string name="set_video_minimize">Videogröße minimieren</string>
<string name="set_video_minimize_description">Verkleinern der Videogröße, wenn die App im Hintergrund läuft (Android N+)</string>
<string name="set_video_language">Language filter</string>
<string name="set_video_language_description">Filter videos with different languages</string>
<string name="set_video_language">Sprachfilter</string>
<string name="set_video_language_description">Videos mit verschiedenen Sprachen filtern</string>
</resources>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="title_home">Αρχική</string>
<string name="title_local">Local</string>
<string name="title_discover">Ανακαλύψτε</string>
<string name="title_notifications">Ειδοποιήσεις</string>
<string name="title_recently_added">Προστέθηκαν πρόσφατα</string>
@ -16,6 +17,7 @@
<string name="instance_choice">Επιλογή υπόστασης</string>
<string name="not_valide_instance">Η υπόσταση δεν μοιάζει να είναι έγκυρη!</string>
<string name="no_videos">Κανένα βίντεο!</string>
<string name="no_notifications">No notifications!</string>
<string name="favicon">Favicon</string>
<string name="open_with">Άνοιγμα με</string>
<string name="action_playlist_edit">Επεξεργασία λίστας αναπαραγωγής</string>
@ -102,6 +104,13 @@
<string name="change_instance">Επιλογή άλλης υπόστασης</string>
<string name="my_history">Ιστορικό</string>
<string name="edit">Επεξεργασία</string>
<string name="video_settings">Video settings</string>
<string name="app_interface">Interface</string>
<string name="set_cache_mode">Cache</string>
<string name="set_video_cache_description">Définir le cache pour les vidéos (défaut 100Mo)</string>
<string name="set_video_quality_description">Define a default quality for videos</string>
<string name="set_quality_mode">Resolution for videos</string>
<string name="video_cache_value">Video cache: %d Mb</string>
<string name="captions">Υπότιτλοι</string>
<string name="pickup_captions">Επιλογή υποτίτλων</string>
<string name="none">Κανένας</string>
@ -119,6 +128,7 @@
<string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b> Δημοσίευσε ένα νέο βίντεο: <b>%2$s</b>]]></string>
<string name="peertube_video_blacklist"><![CDATA[Το βίντεό σου <b>%1$s</b> έχει μπει στη μαύρη λίστα]]></string>
<string name="peertube_video_unblacklist"><![CDATA[Το βίντεό σου <b>%1$s</b> έχει βγει από τη μαύρη λίστα]]></string>
<string name="peertube_video_abuse"><![CDATA[New abuse report for video: <b>%1$s</b>]]></string>
<string name="add_public_comment">Προσθήκη ενός δημόσιου σχόλιου</string>
<string name="send_comment">Αποστολή σχόλιου</string>
<string name="all">Όλα</string>
@ -153,6 +163,11 @@
<item>Webview</item>
<item>Άμεση ροή</item>
</string-array>
<string-array name="settings_video_quality">
<item>High</item>
<item>Medium</item>
<item>Low</item>
</string-array>
<string name="unfollow_confirm">Θέλετε να σταματήσετε να παρακολουθείτε αυτό το λογαριασμό;</string>
<string name="title_video_peertube">Τίτλος του βίντεο</string>
<string name="join_peertube">Συμμετοχή στο Peertube</string>
@ -173,6 +188,7 @@
<string name="report_comment_size">Παρακαλούμε, προσδιορίστε τους λόγους</string>
<string name="not_logged_in">Πρέπει να είστε ταυτοποιημένοι για να προχωρήσετε σε αυτήν την ενέργεια!</string>
<string name="successful_report">Ο λογαριασμός έχει αναφερθεί!</string>
<string name="successful_report_comment">The comment has been reported!</string>
<string name="successful_video_report">Το βίντεο έχει αναφερθεί!</string>
<string name="password_length_error">Ο κωδικός πρόσβασης πρέπει να περιέχει τουλάχιστον 6 χαρακτήρες!</string>
<string name="muted_done">Ο λογαριασμός φιμώθηκε!</string>
@ -204,6 +220,6 @@
<string name="fast_forward">Γρήγορη μετακίνηση μπροστά</string>
<string name="set_video_minimize">Ελαχιστοποίηση μεγέθους βίντεο</string>
<string name="set_video_minimize_description">Ελαχιστοποίηση μεγέθους βίντεο όταν η εφαρμογή είναι στο παρασκήνιο (Android N+)</string>
<string name="set_video_language">Language filter</string>
<string name="set_video_language_description">Filter videos with different languages</string>
<string name="set_video_language">Φίλτρο Γλώσσας</string>
<string name="set_video_language_description">Φιλτράρετε βίντεο με διάφορες γλώσσες</string>
</resources>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="title_home">Inicio</string>
<string name="title_local">Local</string>
<string name="title_discover">Descubre</string>
<string name="title_notifications">Notificaciones</string>
<string name="title_recently_added">Añadido recientemente</string>
@ -16,6 +17,7 @@
<string name="instance_choice">Selecciona una instancia</string>
<string name="not_valide_instance">¡Esta instancia no parece ser válida!</string>
<string name="no_videos">¡Ningún vídeo!</string>
<string name="no_notifications">No notifications!</string>
<string name="favicon">Favicon</string>
<string name="open_with">Abrir con</string>
<string name="action_playlist_edit">Editar lista de reproducción</string>
@ -102,6 +104,13 @@
<string name="change_instance">Selecciona otra instancia</string>
<string name="my_history">Historia</string>
<string name="edit">Editar</string>
<string name="video_settings">Video settings</string>
<string name="app_interface">Interface</string>
<string name="set_cache_mode">Cache</string>
<string name="set_video_cache_description">Définir le cache pour les vidéos (défaut 100Mo)</string>
<string name="set_video_quality_description">Define a default quality for videos</string>
<string name="set_quality_mode">Resolution for videos</string>
<string name="video_cache_value">Video cache: %d Mb</string>
<string name="captions">Subtítulos</string>
<string name="pickup_captions">Pies de foto de la camioneta</string>
<string name="none">Ninguno</string>
@ -119,6 +128,7 @@
<string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b> publicó un nuevo video: <b>%2$s</b>]]></string>
<string name="peertube_video_blacklist"><![CDATA[Su video <b>%1$s</b> esta en lista negra]]></string>
<string name="peertube_video_unblacklist"><![CDATA[Tu video <b>%1$s</b> non más esta en lista negra]]></string>
<string name="peertube_video_abuse"><![CDATA[New abuse report for video: <b>%1$s</b>]]></string>
<string name="add_public_comment">Añade un comentario público</string>
<string name="send_comment">Enviar comentario</string>
<string name="all">Todo</string>
@ -154,6 +164,11 @@
<item>Webview</item>
<item>Corriente Directa</item>
</string-array>
<string-array name="settings_video_quality">
<item>High</item>
<item>Medium</item>
<item>Low</item>
</string-array>
<string name="unfollow_confirm">Quieres seguir esta cuenta?</string>
<string name="title_video_peertube">Título del video</string>
<string name="join_peertube">Únete a Peertube</string>
@ -174,6 +189,7 @@
<string name="report_comment_size">Por favor, especifique las razones</string>
<string name="not_logged_in">¡Debe ser autentificado para proceder a esta acción!</string>
<string name="successful_report">La cuenta ha sido reportada!</string>
<string name="successful_report_comment">The comment has been reported!</string>
<string name="successful_video_report">El video ha sido reportado!</string>
<string name="password_length_error">La contraseña debe contener al menos 6 caracteres!</string>
<string name="muted_done">La cuenta ha sido silenciada!</string>
@ -205,6 +221,6 @@
<string name="fast_forward">Avance rápido</string>
<string name="set_video_minimize">Minimizar el tamaño de los videos</string>
<string name="set_video_minimize_description">Minimizar el tamaño de los vídeos cuando la aplicación está en segundo plano (Android N+)</string>
<string name="set_video_language">Language filter</string>
<string name="set_video_language_description">Filter videos with different languages</string>
<string name="set_video_language">Filtro de idioma</string>
<string name="set_video_language_description">Filtrar los videos con diferentes idiomas</string>
</resources>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="title_home">Locale</string>
<string name="title_local">Local</string>
<string name="title_discover">Découvrir</string>
<string name="title_notifications">Notifications</string>
<string name="title_recently_added">Nouveautés</string>
@ -16,6 +17,7 @@
<string name="instance_choice">Choisissez une instance</string>
<string name="not_valide_instance">Cette instance ne semble pas être valide !</string>
<string name="no_videos">Aucune vidéo !</string>
<string name="no_notifications">Aucune notification !</string>
<string name="favicon">Favicon</string>
<string name="open_with">Ouvrir avec</string>
<string name="action_playlist_edit">Modifier une liste de lecture</string>
@ -102,6 +104,13 @@
<string name="change_instance">Changer d\'instance</string>
<string name="my_history">Historique</string>
<string name="edit">Modifier</string>
<string name="video_settings">Video settings</string>
<string name="app_interface">Interface</string>
<string name="set_cache_mode">Cache</string>
<string name="set_video_cache_description">Définir le cache pour les vidéos (défaut 100Mo)</string>
<string name="set_video_quality_description">Define a default quality for videos</string>
<string name="set_quality_mode">Resolution for videos</string>
<string name="video_cache_value">Video cache: %d Mb</string>
<string name="captions">Légendes</string>
<string name="pickup_captions">Options d\'envoi</string>
<string name="none">Aucune</string>
@ -119,6 +128,7 @@
<string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b> a publié une nouvelle vidéo : <b>%2$s</b>]]></string>
<string name="peertube_video_blacklist"><![CDATA[Votre vidéo <b>%1$s</b> a été blacklisté]]></string>
<string name="peertube_video_unblacklist"><![CDATA[Votre vidéo <b>%1$s</b> nest plus blacklisté]]></string>
<string name="peertube_video_abuse"><![CDATA[New abuse report for video: <b>%1$s</b>]]></string>
<string name="add_public_comment">Ajouter un commentaire public</string>
<string name="send_comment">Envoyer un commentaire</string>
<string name="all">Tout</string>
@ -150,6 +160,11 @@
<item>Normal</item>
<item>Streaming</item>
</string-array>
<string-array name="settings_video_quality">
<item>High</item>
<item>Medium</item>
<item>Low</item>
</string-array>
<string name="unfollow_confirm">Voulez-vous vous désabonner de ce compte ?</string>
<string name="title_video_peertube">Titre de la vidéo</string>
<string name="join_peertube">Rejoignez Peertube</string>
@ -170,6 +185,7 @@
<string name="report_comment_size">Veuillez préciser les raisons.</string>
<string name="not_logged_in">Vous devez être connecté.e pour effectuer cette action !</string>
<string name="successful_report">Le compte a été signalé !</string>
<string name="successful_report_comment">The comment has been reported!</string>
<string name="successful_video_report">La vidéo a été signalée !</string>
<string name="password_length_error">Le mot de passe doit contenir 6 caractères !</string>
<string name="muted_done">Le compte a été mis en sourdine !</string>
@ -201,6 +217,6 @@
<string name="fast_forward">Avance rapide</string>
<string name="set_video_minimize">Minimiser la taille des vidéos</string>
<string name="set_video_minimize_description">Minimiser la taille des vidéos lorsque l\'application est en arrière-plan (Android N+)</string>
<string name="set_video_language">Language filter</string>
<string name="set_video_language_description">Filter videos with different languages</string>
<string name="set_video_language">Filtre de langue</string>
<string name="set_video_language_description">Filtrer les vidéos avec différentes langues</string>
</resources>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="title_home">Inizio</string>
<string name="title_local">Local</string>
<string name="title_discover">Esplora</string>
<string name="title_notifications">Notifiche</string>
<string name="title_recently_added">Aggiunti di recente</string>
@ -10,12 +11,13 @@
<string name="title_muted">Silenziato</string>
<string name="title_channel">Canali</string>
<string name="do_not_list">Non inviare L\'inserzione</string>
<string name="blur">Blur</string>
<string name="blur">Sfocatura</string>
<string name="display">Schermo</string>
<string name="no_opinion">Non ho opinione</string>
<string name="instance_choice">Trova un\'istanza</string>
<string name="not_valide_instance">Questa istanza non sembra essere valida!</string>
<string name="no_videos">Nessun video!</string>
<string name="no_notifications">No notifications!</string>
<string name="favicon">Favicon</string>
<string name="open_with">Apri con</string>
<string name="action_playlist_edit">Modifica playlist</string>
@ -24,7 +26,7 @@
<string name="image_preview">Anteprima immagine</string>
<string name="file_to_upload">Seleziona il file da caricare</string>
<string name="channel">Canale</string>
<string name="videos">Videos</string>
<string name="videos">Video</string>
<string name="channels">Canali</string>
<string name="yes">Si</string>
<string name="no">No</string>
@ -37,7 +39,7 @@
<string name="date_hours">%d h</string>
<string name="date_day">%d d</string>
<string name="number_view_video">%s visualizzazioni</string>
<string name="title_instance_login">Instance host</string>
<string name="title_instance_login">Istanza ospite</string>
<string name="uploading">Caricamento, attendere prego…</string>
<string name="upload_video_success">Il video è stato caricato!</string>
<string name="toast_cancelled">Caricamento annullato!</string>
@ -49,13 +51,13 @@
<string name="login">Accedi</string>
<string name="password">Password</string>
<string name="email">Indirizzo di posta elettronica</string>
<string name="tags">Tags</string>
<string name="tags">Etichette</string>
<string name="validate">Conferma</string>
<string name="share_with">Condividi con</string>
<string name="shared_via">Condiviso tramite TubeLab</string>
<string name="username">Nome utente</string>
<string name="settings">Impostazioni</string>
<string name="logout_account_confirmation">Are you sure you want to logout @%1$s@%2$s?</string>
<string name="logout_account_confirmation">Sei sicuro di voler fare il logout @%1$s@%2$s?</string>
<string name="following">Seguendo</string>
<string name="followers">Seguaci</string>
<string name="client_error">Impossibile ottenere il client id!</string>
@ -97,40 +99,48 @@
<string name="display_more">Mostra di più</string>
<string name="no_channels">Nessun canale!</string>
<string name="report_helper">Alcune spiegazioni sul tuo rapporto…</string>
<string name="report_video">Report video</string>
<string name="report">Report</string>
<string name="change_instance">Pickup another instance</string>
<string name="my_history">History</string>
<string name="edit">Edit</string>
<string name="captions">Captions</string>
<string name="pickup_captions">Pickup captions</string>
<string name="none">None</string>
<string name="set_video_mode_description">Allows to change mode for playing videos (default, streaming or via a browser).</string>
<string name="delete_video">Delete video</string>
<string name="delete_video_confirmation">Are you sure to delete this video?</string>
<string name="no_video_to_display">No videos to display!</string>
<string name="share">Share</string>
<string name="peertube_comment_on_video"><![CDATA[<b>%1$s</b> commented your video <b>%2$s</b>]]></string>
<string name="peertube_follow_channel"><![CDATA[<b>%1$s</b> is following your channel <b>%2$s</b>]]></string>
<string name="peertube_follow_account"><![CDATA[<b>%1$s</b> is following your account]]></string>
<string name="peertube_video_published"><![CDATA[Your video <b>%1$s</b> has been published]]></string>
<string name="peertube_video_import_success"><![CDATA[Your video import <b>%1$s</b> succeeded]]></string>
<string name="peertube_video_import_error"><![CDATA[Your video import <b>%1$s</b> failed]]></string>
<string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b> published a new video: <b>%2$s</b>]]></string>
<string name="peertube_video_blacklist"><![CDATA[Your video <b>%1$s</b> has been blacklisted]]></string>
<string name="peertube_video_unblacklist"><![CDATA[Your video <b>%1$s</b> has been unblacklisted]]></string>
<string name="add_public_comment">Add a public comment</string>
<string name="send_comment">Send comment</string>
<string name="all">All</string>
<string name="report_video">Segnala video</string>
<string name="report">Segnala</string>
<string name="change_instance">Prendi un\'altra istanza</string>
<string name="my_history">Cronologia</string>
<string name="edit">Modifica</string>
<string name="video_settings">Video settings</string>
<string name="app_interface">Interface</string>
<string name="set_cache_mode">Cache</string>
<string name="set_video_cache_description">Définir le cache pour les vidéos (défaut 100Mo)</string>
<string name="set_video_quality_description">Define a default quality for videos</string>
<string name="set_quality_mode">Resolution for videos</string>
<string name="video_cache_value">Video cache: %d Mb</string>
<string name="captions">Didascalie</string>
<string name="pickup_captions">Scegliere le didascalie</string>
<string name="none">Nessuno</string>
<string name="set_video_mode_description">Permette di cambiare la modalità di riproduzione dei video (di default, in streaming o tramite browser).</string>
<string name="delete_video">Elimina video</string>
<string name="delete_video_confirmation">Sei sicuro di voler eliminare questo video?</string>
<string name="no_video_to_display">Nessun video da mostrare!</string>
<string name="share">Condividi</string>
<string name="peertube_comment_on_video"><![CDATA[<b>%1$s</b> ha commentato il tuo video <b>%2$s</b>]]></string>
<string name="peertube_follow_channel"><![CDATA[<b>%1$s</b> sta seguendo il tuo canale <b>%2$s</b>]]></string>
<string name="peertube_follow_account"><![CDATA[<b>%1$s</b> sta seguendo il tuo account]]></string>
<string name="peertube_video_published"><![CDATA[Il tuo video <b>%1$s</b> è stato pubblicato]]></string>
<string name="peertube_video_import_success"><![CDATA[La tua importazione video <b>%1$s</b> ha avuto successo]]></string>
<string name="peertube_video_import_error"><![CDATA[La tua importazione video <b>%1$s</b> non è riuscita]]></string>
<string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b> ha pubblicato un nuovo video: <b>%2$s</b>]]></string>
<string name="peertube_video_blacklist"><![CDATA[Il tuo video <b>%1$s</b> è stato messo nella lista nera]]></string>
<string name="peertube_video_unblacklist"><![CDATA[Il tuo video <b>%1$s</b> è stato rimosso dalla lista nera]]></string>
<string name="peertube_video_abuse"><![CDATA[New abuse report for video: <b>%1$s</b>]]></string>
<string name="add_public_comment">Aggiungi un commento pubblico</string>
<string name="send_comment">Invia commento</string>
<string name="all">Tutto</string>
<!-- end languages -->
<string name="playlists">Playlists</string>
<string name="display_name">Display name</string>
<string name="action_playlist_add">You don\'t have any playlists. Tap on the \"+\" icon to add a new playlist</string>
<string name="error_display_name">You must provide a display name!</string>
<string name="error_channel_mandatory">The channel is required when the playlist is public.</string>
<string name="action_playlist_create">Create a playlist</string>
<string name="action_playlist_empty_content">There is nothing in this playlist yet.</string>
<string name="password_confirm">Confirm password</string>
<string name="playlists">Playlist</string>
<string name="display_name">Nome visualizzato</string>
<string name="action_playlist_add">Non hai nessuna playlist. Premi l\'icona \"+\" per aggiungere una nuova playlist</string>
<string name="error_display_name">È necessario fornire un nome da visualizzare!</string>
<string name="error_channel_mandatory">Il canale è richiesto quando la playlist è pubblica.</string>
<string name="action_playlist_create">Crea una playlist</string>
<string name="action_playlist_empty_content">Non c\'è ancora nulla in questa playlist.</string>
<string name="password_confirm">Conferma password</string>
<string name="agreement_check">Sono d\'accordo con %1$s e %2$s</string>
<string name="server_rules">regole del server</string>
<string name="tos">termini di servizio</string>
@ -143,10 +153,10 @@
<string name="password_too_short">La password deve contenere almeno 8 caratteri</string>
<string name="username_error">Il nome utente può contenere solo lettere, numeri e trattini bassi</string>
<string name="account_created">Account creato!</string>
<string name="account_created_message"> 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 <b>%1$s</b> in the first field and tap on <b>Connect</b>.\n\n
<b>Important</b>: If your instance required validation, you will receive an email once it is validated!
<string name="account_created_message"> Il tuo account è stato creato!\n\n
Pensa di convalidare la tua email entro le 48 ore successive.\n\n
Ora puoi collegare il tuo account scrivendo <b>%1$s</b> nel primo campo e toccando <b>Connetti</b>.\n\n
<b>Importante</b>: Se la tua istanza ha richiesto la convalida, riceverai un\'email una volta convalidata!
</string>
<string name="account">Account</string>
<string name="report_account">Segnala account</string>
@ -154,6 +164,11 @@
<item>Webview</item>
<item>Stream diretto</item>
</string-array>
<string-array name="settings_video_quality">
<item>High</item>
<item>Medium</item>
<item>Low</item>
</string-array>
<string name="unfollow_confirm">Vuoi smettere di seguire questo account?</string>
<string name="title_video_peertube">Titolo per il video</string>
<string name="join_peertube">Unisciti a Peertube</string>
@ -173,8 +188,9 @@
<string name="email_error_domain">Gli indirizzi email in %1$s non sono ammessi!</string>
<string name="report_comment_size">Per favore, specifica una motivazione</string>
<string name="not_logged_in">Per eseguire questa operazione, è necessario autenticarsi!</string>
<string name="successful_report">The account has been reported!</string>
<string name="successful_video_report">The video has been reported!</string>
<string name="successful_report">L\'account è stato segnalato!</string>
<string name="successful_report_comment">The comment has been reported!</string>
<string name="successful_video_report">Il video è stato segnalato!</string>
<string name="password_length_error">La password deve contenere almeno 6 caratteri!</string>
<string name="muted_done">L\'account è stato silenziato!</string>
<string name="edit_video">Modifica video</string>
@ -187,24 +203,24 @@
<string name="source_code">Codice sorgente</string>
<string name="issue_tracker">Elenco problemi</string>
<string name="action_instance_empty_content">Nessuna istanza corrisponde a questi criteri</string>
<string name="instances_picker">Instances picker</string>
<string name="pickup_instance">Pickup this instance</string>
<string name="sensitive_video"> Sensitive videos</string>
<string name="sensitive_content">Sensitive content: %1$s</string>
<string name="followers_instance">%1$s followers instances</string>
<string name="help">Help</string>
<string name="pickup_categories">Pickup categories</string>
<string name="pickup_languages">Pickup languages</string>
<string name="notification_channel_name">Update information</string>
<string name="add_account">Add an account</string>
<string name="list_of_accounts">List of accounts</string>
<string name="pause">Pause</string>
<string name="play">Play</string>
<string name="minimize">Minimize</string>
<string name="fast_rewind">Fast rewind</string>
<string name="fast_forward">Fast forward</string>
<string name="set_video_minimize">Minimize videos size</string>
<string name="set_video_minimize_description">Minize videos size when the app is in background (Android N+)</string>
<string name="set_video_language">Language filter</string>
<string name="set_video_language_description">Filter videos with different languages</string>
<string name="instances_picker">Selettore istanze</string>
<string name="pickup_instance">Prendi questa istanza</string>
<string name="sensitive_video"> Video sensibili</string>
<string name="sensitive_content">Contenuto sensibile: %1$s</string>
<string name="followers_instance">%1$s seguaci di istanza</string>
<string name="help">Aiuto</string>
<string name="pickup_categories">Selezionare categorie</string>
<string name="pickup_languages">Scegliere le lingue</string>
<string name="notification_channel_name">Aggiorna informazioni</string>
<string name="add_account">Aggiungi un account</string>
<string name="list_of_accounts">Lista di account</string>
<string name="pause">Pausa</string>
<string name="play">Riproduci</string>
<string name="minimize">Minimizzare</string>
<string name="fast_rewind">Riavvolgimento rapido</string>
<string name="fast_forward">Avanti veloce</string>
<string name="set_video_minimize">Minimizza dimensione video</string>
<string name="set_video_minimize_description">Ridurre al minimo le dimensioni dei video quando l\'applicazione è in background (Android N+)</string>
<string name="set_video_language">Filtro per le lingue</string>
<string name="set_video_language_description">Filtra video con lingue diverse</string>
</resources>

View File

@ -1,55 +1,57 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="title_home">Home</string>
<string name="title_discover">Discover</string>
<string name="title_notifications">Notifications</string>
<string name="title_recently_added">Recently added</string>
<string name="title_trending">Trending</string>
<string name="title_most_liked">Most liked</string>
<string name="toast_error">Oops! An error occurred!</string>
<string name="title_muted">Muted</string>
<string name="title_channel">Channels</string>
<string name="do_not_list">Do not list</string>
<string name="blur">Blur</string>
<string name="display">Display</string>
<string name="title_home">ホーム</string>
<string name="title_local">Local</string>
<string name="title_discover">発見</string>
<string name="title_notifications">通知</string>
<string name="title_recently_added">最近追加された項目</string>
<string name="title_trending">トレンド</string>
<string name="title_most_liked">いいねの数が最大</string>
<string name="toast_error">エラーが発生しました!</string>
<string name="title_muted">ミュート中</string>
<string name="title_channel">チャンネル</string>
<string name="do_not_list">リストに表示しない</string>
<string name="blur">ぼかし</string>
<string name="display">表示</string>
<string name="no_opinion">No opinion</string>
<string name="instance_choice">Pickup an instance</string>
<string name="not_valide_instance">This instance does not seem to be valid!</string>
<string name="no_videos">No videos!</string>
<string name="favicon">Favicon</string>
<string name="open_with">Open with</string>
<string name="action_playlist_edit">Edit a playlist</string>
<string name="close">Close</string>
<string name="upload_video">Upload</string>
<string name="image_preview">Image preview</string>
<string name="file_to_upload">Select the file to upload</string>
<string name="channel">Channel</string>
<string name="videos">Videos</string>
<string name="channels">Channels</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="cancel">Cancel</string>
<string name="download">Download</string>
<string name="profile_picture">Profile picture</string>
<string name="update_video">Update video</string>
<string name="date_seconds">%d s</string>
<string name="date_minutes">%d m</string>
<string name="date_hours">%d h</string>
<string name="date_day">%d d</string>
<string name="number_view_video">%s views</string>
<string name="title_instance_login">Instance host</string>
<string name="uploading">Uploading, please wait…</string>
<string name="upload_video_success">The video has been uploaded!</string>
<string name="toast_cancelled">Upload cancelled!</string>
<string name="video_uploaded_action">Tap here to edit the video data.</string>
<string name="toot_select_image_error">An error occurred while selecting the media!</string>
<string name="download_file">Download %1$s</string>
<string name="action_privacy">Privacy</string>
<string name="action_logout">Logout</string>
<string name="login">Login</string>
<string name="password">Password</string>
<string name="email">Email</string>
<string name="tags">Tags</string>
<string name="instance_choice">インスタンスを選択</string>
<string name="not_valide_instance">このインスタンスは無効です!</string>
<string name="no_videos">動画がありません!</string>
<string name="no_notifications">No notifications!</string>
<string name="favicon">ファビコン</string>
<string name="open_with">他のアプリで開く</string>
<string name="action_playlist_edit">プレイリストの編集</string>
<string name="close">閉じる</string>
<string name="upload_video">アップロード</string>
<string name="image_preview">画像のプレビュー</string>
<string name="file_to_upload">アップロードするファイルを選択する</string>
<string name="channel">チャンネル</string>
<string name="videos">動画</string>
<string name="channels">チャンネル</string>
<string name="yes">はい</string>
<string name="no">いいえ</string>
<string name="cancel">キャンセル</string>
<string name="download">ダウンロード</string>
<string name="profile_picture">プロフィール画像</string>
<string name="update_video">動画をアップロード</string>
<string name="date_seconds">%d </string>
<string name="date_minutes">%d </string>
<string name="date_hours">%d 時間</string>
<string name="date_day">%d 日</string>
<string name="number_view_video">%s 回再生</string>
<string name="title_instance_login">インスタンスホスト</string>
<string name="uploading">アップロード中です。しばらくお待ちください…</string>
<string name="upload_video_success">動画をアップロードしました!</string>
<string name="toast_cancelled">アップロードを中止しました!</string>
<string name="video_uploaded_action">タップして動画情報を編集します。</string>
<string name="toot_select_image_error">メディアの選択中にエラーが発生しました!</string>
<string name="download_file">ダウンロード: %1$s</string>
<string name="action_privacy">プライバシー</string>
<string name="action_logout">ログアウト</string>
<string name="login">ログイン</string>
<string name="password">パスワード</string>
<string name="email">メールアドレス</string>
<string name="tags">タグ</string>
<string name="validate">Validate</string>
<string name="share_with">Share with</string>
<string name="shared_via">Shared via TubeLab</string>
@ -99,32 +101,40 @@
<string name="report_helper">Some explanations about your report…</string>
<string name="report_video">Report video</string>
<string name="report">Report</string>
<string name="change_instance">Pickup another instance</string>
<string name="my_history">History</string>
<string name="edit">Edit</string>
<string name="captions">Captions</string>
<string name="pickup_captions">Pickup captions</string>
<string name="none">None</string>
<string name="set_video_mode_description">Allows to change mode for playing videos (default, streaming or via a browser).</string>
<string name="delete_video">Delete video</string>
<string name="delete_video_confirmation">Are you sure to delete this video?</string>
<string name="no_video_to_display">No videos to display!</string>
<string name="share">Share</string>
<string name="peertube_comment_on_video"><![CDATA[<b>%1$s</b> commented your video <b>%2$s</b>]]></string>
<string name="peertube_follow_channel"><![CDATA[<b>%1$s</b> is following your channel <b>%2$s</b>]]></string>
<string name="peertube_follow_account"><![CDATA[<b>%1$s</b> is following your account]]></string>
<string name="peertube_video_published"><![CDATA[Your video <b>%1$s</b> has been published]]></string>
<string name="peertube_video_import_success"><![CDATA[Your video import <b>%1$s</b> succeeded]]></string>
<string name="peertube_video_import_error"><![CDATA[Your video import <b>%1$s</b> failed]]></string>
<string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b> published a new video: <b>%2$s</b>]]></string>
<string name="peertube_video_blacklist"><![CDATA[Your video <b>%1$s</b> has been blacklisted]]></string>
<string name="peertube_video_unblacklist"><![CDATA[Your video <b>%1$s</b> has been unblacklisted]]></string>
<string name="add_public_comment">Add a public comment</string>
<string name="send_comment">Send comment</string>
<string name="all">All</string>
<string name="change_instance">Pick another instance</string>
<string name="my_history">履歴</string>
<string name="edit">編集</string>
<string name="video_settings">Video settings</string>
<string name="app_interface">Interface</string>
<string name="set_cache_mode">Cache</string>
<string name="set_video_cache_description">Définir le cache pour les vidéos (défaut 100Mo)</string>
<string name="set_video_quality_description">Define a default quality for videos</string>
<string name="set_quality_mode">Resolution for videos</string>
<string name="video_cache_value">Video cache: %d Mb</string>
<string name="captions">字幕</string>
<string name="pickup_captions">字幕を選択</string>
<string name="none">なし</string>
<string name="set_video_mode_description">動画再生モードの変更を許可する(デフォルト、ストリーミングまたはブラウザ経由)。</string>
<string name="delete_video">動画を削除</string>
<string name="delete_video_confirmation">この動画を本当に削除しますか?</string>
<string name="no_video_to_display">動画がありません!</string>
<string name="share">共有</string>
<string name="peertube_comment_on_video"><![CDATA[<b>%1$s</b>があなたの動画<b>%2$s</b>にコメントしました]]></string>
<string name="peertube_follow_channel"><![CDATA[<b>%1$s</b>があなたのチャンネル<b>%2$s</b>をフォローしました]]></string>
<string name="peertube_follow_account"><![CDATA[<b>%1$s</b>があなたのアカウントをフォローしました]]></string>
<string name="peertube_video_published"><![CDATA[<b>%1$s</b>を投稿しました]]></string>
<string name="peertube_video_import_success"><![CDATA[<b>%1$s</b>をインポートしました]]></string>
<string name="peertube_video_import_error"><![CDATA[<b>%1$s</b>のインポートに失敗しました]]></string>
<string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b>が新しい動画を投稿しました: <b>%2$s</b>]]></string>
<string name="peertube_video_blacklist"><![CDATA[<b>%1$s</b>がブラックリストに追加されました]]></string>
<string name="peertube_video_unblacklist"><![CDATA[<b>%1$s</b>がブラックリストから外されました]]></string>
<string name="peertube_video_abuse"><![CDATA[New abuse report for video: <b>%1$s</b>]]></string>
<string name="add_public_comment">パブリックコメントを追加</string>
<string name="send_comment">コメントを送信</string>
<string name="all">すべて</string>
<!-- end languages -->
<string name="playlists">Playlists</string>
<string name="display_name">Display name</string>
<string name="playlists">プレイリスト</string>
<string name="display_name">表示名</string>
<string name="action_playlist_add">You don\'t have any playlists. Tap on the \"+\" icon to add a new playlist</string>
<string name="error_display_name">You must provide a display name!</string>
<string name="error_channel_mandatory">The channel is required when the playlist is public.</string>
@ -154,6 +164,11 @@
<item>Webview</item>
<item>Direct stream</item>
</string-array>
<string-array name="settings_video_quality">
<item>High</item>
<item>Medium</item>
<item>Low</item>
</string-array>
<string name="unfollow_confirm">Do you want to unfollow this account?</string>
<string name="title_video_peertube">Title for the video</string>
<string name="join_peertube">Join Peertube</string>
@ -174,6 +189,7 @@
<string name="report_comment_size">Please, specify the reasons</string>
<string name="not_logged_in">You must be authenticated to proceed to this action!</string>
<string name="successful_report">The account has been reported!</string>
<string name="successful_report_comment">The comment has been reported!</string>
<string name="successful_video_report">The video has been reported!</string>
<string name="password_length_error">The password must contain at least 6 characters!</string>
<string name="muted_done">The account has been muted!</string>
@ -188,13 +204,13 @@
<string name="issue_tracker">Issue tracker</string>
<string name="action_instance_empty_content">No instances match these criteria</string>
<string name="instances_picker">Instances picker</string>
<string name="pickup_instance">Pickup this instance</string>
<string name="pickup_instance">Pick this instance</string>
<string name="sensitive_video"> Sensitive videos</string>
<string name="sensitive_content">Sensitive content: %1$s</string>
<string name="followers_instance">%1$s followers instances</string>
<string name="followers_instance">%1$s instance followers</string>
<string name="help">Help</string>
<string name="pickup_categories">Pickup categories</string>
<string name="pickup_languages">Pickup languages</string>
<string name="pickup_categories">Pick categories</string>
<string name="pickup_languages">Pick languages</string>
<string name="notification_channel_name">Update information</string>
<string name="add_account">Add an account</string>
<string name="list_of_accounts">List of accounts</string>
@ -204,7 +220,7 @@
<string name="fast_rewind">Fast rewind</string>
<string name="fast_forward">Fast forward</string>
<string name="set_video_minimize">Minimize videos size</string>
<string name="set_video_minimize_description">Minize videos size when the app is in background (Android N+)</string>
<string name="set_video_minimize_description">Minimize videos size when the app is in background (Android N+)</string>
<string name="set_video_language">Language filter</string>
<string name="set_video_language_description">Filter videos with different languages</string>
</resources>

Some files were not shown because too many files have changed in this diff Show More