Compare commits
158 Commits
Author | SHA1 | Date | |
---|---|---|---|
7be0f72292 | |||
ffbe8877a8 | |||
74feb7e8f0 | |||
cbaef4bcfe | |||
38a387a423 | |||
1092eefc76 | |||
3615b43b97 | |||
e17c7fb01d | |||
f3d69e19a0 | |||
ea102eb485 | |||
2e4c01ed62 | |||
ed22892d10 | |||
017bd5a6a2 | |||
967f11ddb4 | |||
6b4abd019e | |||
8b66c4030f | |||
34f058358e | |||
2bab907777 | |||
52e64b6d85 | |||
9510678a9f | |||
b4e7c3f8e2 | |||
d800d2b10c | |||
785b4949e6 | |||
b79e17cb60 | |||
19fcbeb4b9 | |||
ffb355d1a2 | |||
43fd2945cc | |||
d93c74a449 | |||
7a197993c9 | |||
dc2a252dd5 | |||
2c33f7a7f8 | |||
24a8a0dc00 | |||
b78894b33c | |||
2d33d7f970 | |||
8823eb74ba | |||
7f77b86272 | |||
2f773b2f0f | |||
ca69a6e86d | |||
3e5cefbf24 | |||
245ef64ebe | |||
a0ff454dd9 | |||
fa6b1560f8 | |||
518b5f617b | |||
7c4ce7701c | |||
0b6557f9c5 | |||
a8e00d137a | |||
75d3f74e48 | |||
3866317597 | |||
10e904fe4a | |||
be655f6c2b | |||
676e540059 | |||
87763a050c | |||
ab45c1f80c | |||
ec5f2c7c45 | |||
c4448f22b9 | |||
62af5c54aa | |||
5872f5c99f | |||
2b1a63e08b | |||
7b96cf32b3 | |||
6108bd143c | |||
0127b9bffa | |||
8dddfc5497 | |||
bf119a5808 | |||
89ade69c5f | |||
93eaec8544 | |||
ce984de339 | |||
b089ae93e1 | |||
fc95708a84 | |||
7262690999 | |||
f818c74943 | |||
d7c5a04965 | |||
257a00fa1e | |||
23875a2ceb | |||
3f1883fbbc | |||
c5269a3129 | |||
056092ac71 | |||
fd7632f001 | |||
fb83a1927d | |||
641a616c96 | |||
fc051d8d1d | |||
b8bec4f357 | |||
fe78c8bf7e | |||
42caaa9dc9 | |||
74d6cb8041 | |||
7678da2bb6 | |||
e771153f35 | |||
e96b9f7f02 | |||
0604ac9ba8 | |||
bd0c59a69e | |||
0a84b75518 | |||
c4b49b58cf | |||
afbb27896e | |||
e0ff6c0ac3 | |||
4d7c7e88bb | |||
7eef023277 | |||
6a762a8fd6 | |||
752e3d50c1 | |||
8377f9bb8a | |||
5ff06a29d2 | |||
50aeb075b1 | |||
79ff617d67 | |||
5de8524f2a | |||
6164ff9163 | |||
6e8b304b63 | |||
3be0cd727f | |||
451dd53230 | |||
34c1222fbc | |||
ccf2fc877b | |||
10a496c299 | |||
ba1bfd1f9c | |||
b9622da6c6 | |||
b3e9100c2f | |||
fb0e87397d | |||
bed1bb634b | |||
4db288743e | |||
ba569b2d40 | |||
c774dcee96 | |||
48fe22c8db | |||
3f282c8116 | |||
4f4cdd68b5 | |||
9c350c922b | |||
8548777c50 | |||
30d344987c | |||
80c8e1a356 | |||
8ce7eb386f | |||
c50a587250 | |||
a8b17ce0b2 | |||
731863ef6c | |||
04b8294022 | |||
4937ff43e5 | |||
1670867a1d | |||
5e947cd221 | |||
1f8c5cbc05 | |||
c2ab7a3608 | |||
d62ff6d18f | |||
92a0af8b36 | |||
34ed36f9ae | |||
7777317eb8 | |||
4d53612adc | |||
e08d9805f1 | |||
cb5b7274fe | |||
db84cac8f0 | |||
b6769ca25f | |||
70903578d1 | |||
07d8a39681 | |||
7410467cd6 | |||
f21732f753 | |||
9dca5fcd3b | |||
1bc99b3c46 | |||
a8a5028852 | |||
f5fa9944ad | |||
3697917d2b | |||
9f25405983 | |||
9c476037ef | |||
2044a85b58 | |||
d878ac780c | |||
55179c6955 | |||
618384cccb |
@ -70,7 +70,7 @@ Si vous connectez votre compte, vous pourrez interagir avec les vidéos :
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### TubeLab (coming soon)
|
#### TubeLab
|
||||||
|
|
||||||
[Fdroid](https://f-droid.org/packages/app.fedilab.tubelab/)
|
[Fdroid](https://f-droid.org/packages/app.fedilab.tubelab/)
|
||||||
|
|
||||||
|
@ -6,12 +6,13 @@ android {
|
|||||||
compileSdkVersion 30
|
compileSdkVersion 30
|
||||||
buildToolsVersion "30.0.2"
|
buildToolsVersion "30.0.2"
|
||||||
|
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
|
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 11
|
versionCode 20
|
||||||
versionName "1.1.1"
|
versionName "1.5.1"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
@ -30,6 +31,10 @@ android {
|
|||||||
targetCompatibility JavaVersion.VERSION_1_8
|
targetCompatibility JavaVersion.VERSION_1_8
|
||||||
}
|
}
|
||||||
|
|
||||||
|
buildFeatures {
|
||||||
|
viewBinding = true
|
||||||
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
disable 'MissingTranslation'
|
disable 'MissingTranslation'
|
||||||
checkReleaseBuilds false
|
checkReleaseBuilds false
|
||||||
@ -92,7 +97,7 @@ dependencies {
|
|||||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||||
implementation 'androidx.preference:preference:1.1.1'
|
implementation 'androidx.preference:preference:1.1.1'
|
||||||
implementation 'com.google.android.material:material:1.2.1'
|
implementation 'com.google.android.material:material:1.2.1'
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
|
||||||
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
|
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
|
||||||
implementation 'androidx.navigation:navigation-fragment:2.3.0'
|
implementation 'androidx.navigation:navigation-fragment:2.3.0'
|
||||||
implementation "androidx.fragment:fragment:1.2.5"
|
implementation "androidx.fragment:fragment:1.2.5"
|
||||||
@ -116,5 +121,12 @@ dependencies {
|
|||||||
implementation "net.gotev:uploadservice-okhttp:3.5.2"
|
implementation "net.gotev:uploadservice-okhttp:3.5.2"
|
||||||
implementation "com.google.code.gson:gson:2.8.6"
|
implementation "com.google.code.gson:gson:2.8.6"
|
||||||
implementation 'androidx.media:media:1.2.0'
|
implementation 'androidx.media:media:1.2.0'
|
||||||
|
implementation 'com.github.ybq:Android-SpinKit:1.4.0'
|
||||||
|
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
||||||
|
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
|
||||||
|
implementation 'com.github.mancj:MaterialSearchBar:0.8.5'
|
||||||
|
|
||||||
|
implementation "io.github.kobakei:ratethisapp:1.2.0"
|
||||||
|
implementation 'com.github.HITGIF:TextFieldBoxes:1.4.5'
|
||||||
|
|
||||||
}
|
}
|
@ -4,10 +4,6 @@
|
|||||||
<color name="colorPrimaryDark">#4527A0</color>
|
<color name="colorPrimaryDark">#4527A0</color>
|
||||||
<color name="colorAccent">#9C27B0</color>
|
<color name="colorAccent">#9C27B0</color>
|
||||||
|
|
||||||
|
|
||||||
<color name="colorPrimary_full">#212529</color>
|
|
||||||
<color name="colorPrimaryDark_full">#000000</color>
|
|
||||||
<color name="colorAccent_full">#F2690D</color>
|
|
||||||
<color name="tag_color">#bbF2690D</color>
|
<color name="tag_color">#bbF2690D</color>
|
||||||
<color name="tag_color_text">#FAFAFA</color>
|
<color name="tag_color_text">#FAFAFA</color>
|
||||||
<color name="positive_thumbs">#2b90d9</color>
|
<color name="positive_thumbs">#2b90d9</color>
|
@ -1,20 +1,54 @@
|
|||||||
<resources>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||||
<string name="app_name" translatable="false">TubeAcad</string>
|
<string name="app_name" translatable="false">TubeAcad</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 name="set_theme_choice" translatable="false">set_theme_choice</string>
|
||||||
|
|
||||||
|
<string name="delete_account_comment">Supprimer tous les commentaires</string>
|
||||||
|
<string name="delete_account_comment_confirm">Etes-vous sûr de vouloir supprimer tous les commentaires de ce compte pour vos vidéos ?</string>
|
||||||
|
<string-array name="settings_theme">
|
||||||
|
<item>Clair</item>
|
||||||
|
<item>Sombre</item>
|
||||||
|
<item>Automatique</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
|
||||||
|
<plurals name="number_of_replies">
|
||||||
|
<item quantity="zero">%d réponse</item>
|
||||||
|
<item quantity="one">%d réponse</item>
|
||||||
|
<item quantity="other">%d réponses</item>
|
||||||
|
</plurals>
|
||||||
|
|
||||||
|
<string name="set_theme">Thème</string>
|
||||||
|
<string name="set_theme_description">Permet de changer le thème de l\'application</string>
|
||||||
|
<string name="federation_issue">La vidéo ne peut pas être fédérée !</string>
|
||||||
<string name="title_home">Locale</string>
|
<string name="title_home">Locale</string>
|
||||||
|
<string name="title_local">Locale</string>
|
||||||
<string name="title_discover">Découvrir</string>
|
<string name="title_discover">Découvrir</string>
|
||||||
<string name="title_notifications">Notifications</string>
|
<string name="title_notifications">Notifications</string>
|
||||||
<string name="title_instances">Instances</string>
|
|
||||||
<string name="title_recently_added">Nouveautés</string>
|
<string name="title_recently_added">Nouveautés</string>
|
||||||
<string name="title_trending">Tendances</string>
|
<string name="title_trending">Tendances</string>
|
||||||
<string name="title_account">Compte</string>
|
|
||||||
<string name="title_most_liked">Plus aimées</string>
|
<string name="title_most_liked">Plus aimées</string>
|
||||||
<string name="toast_error">Une erreur s\'est produite !</string>
|
<string name="toast_error">Une erreur s\'est produite !</string>
|
||||||
|
<string name="title_muted">Sourdine</string>
|
||||||
|
<string name="title_channel">Chaînes</string>
|
||||||
|
<string name="do_not_list">Ne pas lister</string>
|
||||||
|
<string name="blur">Estomper</string>
|
||||||
|
<string name="display">Afficher</string>
|
||||||
|
<string name="no_opinion">Pas d\'opinion</string>
|
||||||
|
<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_videos">Aucune vidéo !</string>
|
||||||
|
<string name="no_notifications">Aucune notification !</string>
|
||||||
<string name="favicon">Favicon</string>
|
<string name="favicon">Favicon</string>
|
||||||
<string name="open_with">Ouvrir avec</string>
|
<string name="open_with">Ouvrir avec</string>
|
||||||
|
<string name="action_playlist_edit">Modifier une liste de lecture</string>
|
||||||
<string name="close">Fermer</string>
|
<string name="close">Fermer</string>
|
||||||
<string name="upload_video">Téléverser</string>
|
<string name="upload_video">Téléverser</string>
|
||||||
<string name="bookmark_peertube_empty">Il n’y a aucune vidéo Peertube dans vos favoris !</string>
|
|
||||||
<string name="image_preview">Aperçu de l\'image</string>
|
<string name="image_preview">Aperçu de l\'image</string>
|
||||||
<string name="file_to_upload">Sélectionnez un fichier à transférer</string>
|
<string name="file_to_upload">Sélectionnez un fichier à transférer</string>
|
||||||
<string name="channel">Chaîne</string>
|
<string name="channel">Chaîne</string>
|
||||||
@ -25,143 +59,120 @@
|
|||||||
<string name="cancel">Annuler</string>
|
<string name="cancel">Annuler</string>
|
||||||
<string name="download">Télécharger</string>
|
<string name="download">Télécharger</string>
|
||||||
<string name="profile_picture">Photo du profil</string>
|
<string name="profile_picture">Photo du profil</string>
|
||||||
|
|
||||||
<string name="update_video">Mettre à jour la vidéo</string>
|
<string name="update_video">Mettre à jour la vidéo</string>
|
||||||
<!-- Date -->
|
<string name="remove_from_playlist">Supprimer de la liste de lecture</string>
|
||||||
<string name="date_seconds">%d s</string>
|
<string name="date_seconds">%d s</string>
|
||||||
<string name="date_minutes">%d min</string>
|
<string name="date_minutes">%d min</string>
|
||||||
<string name="date_hours">%d h</string>
|
<string name="date_hours">%d h</string>
|
||||||
<string name="date_day">%d j</string>
|
<string name="date_day">%d j</string>
|
||||||
|
|
||||||
<string name="number_view_video">%s vues</string>
|
<string name="number_view_video">%s vues</string>
|
||||||
<string name="duration_video">Durée : %s</string>
|
<string name="title_instance_login">Domaine de l\'instance</string>
|
||||||
|
|
||||||
<string name="toot_select_image_error">Une erreur s’est produite lors de la sélection du média !</string>
|
|
||||||
|
|
||||||
|
|
||||||
<string name="uploading">Transfert en cours, veuillez patienter …</string>
|
<string name="uploading">Transfert en cours, veuillez patienter …</string>
|
||||||
<string name="upload_video_success">La vidéo a été transférée !</string>
|
<string name="upload_video_success">La vidéo a été transférée !</string>
|
||||||
<string name="toast_cancelled">Transfert annulé !</string>
|
<string name="toast_cancelled">Transfert annulé !</string>
|
||||||
<string name="video_uploaded_action">Cliquez ici pour éditer les données de la vidéo.</string>
|
<string name="video_uploaded_action">Cliquez ici pour éditer les données de la vidéo.</string>
|
||||||
<string name="toot_select_image">Sélectionnez un média</string>
|
<string name="toot_select_image_error">Une erreur s’est produite lors de la sélection du média !</string>
|
||||||
<string name="download_file">Télécharger %1$s</string>
|
<string name="download_file">Télécharger %1$s</string>
|
||||||
|
<string name="action_privacy">Confidentialité</string>
|
||||||
|
<string name="action_logout">Déconnexion</string>
|
||||||
<string name="delete_video_confirmation">Êtes-vous sûr de vouloir supprimer cette vidéo ?</string>
|
<string name="login">Connexion</string>
|
||||||
<string name="toast_peertube_video_updated">La vidéo a été mise à jour !</string>
|
<string name="password">Mot de passe</string>
|
||||||
|
<string name="email">Courriel</string>
|
||||||
|
<string name="tags">Étiquettes</string>
|
||||||
|
<string name="validate">Valider</string>
|
||||||
|
<string name="share_with">Partager avec</string>
|
||||||
|
<string name="shared_via">Partagé via TubeLab</string>
|
||||||
|
<string name="username">Nom d’utilisateur</string>
|
||||||
|
<string name="settings">Paramètres</string>
|
||||||
|
<string name="logout_account_confirmation">Voulez-vous vraiment déconnecter le compte @%1$s@%2$s ?</string>
|
||||||
|
<string name="following">Suit</string>
|
||||||
|
<string name="followers">Abonné·e·s</string>
|
||||||
|
<string name="client_error">Impossible d’obtenir l’id du client !</string>
|
||||||
|
<string name="toast_error_loading_account">Une erreur s’est produite pendant le chargement du compte !</string>
|
||||||
|
<string name="toast_error_search">Une erreur s’est produite lors de la recherche !</string>
|
||||||
|
<string name="nothing_to_do">Aucune action ne peut être réalisée</string>
|
||||||
|
<string name="action_follow">S\'abonner</string>
|
||||||
|
<string name="action_mute">Mettre en sourdine</string>
|
||||||
|
<string name="search">Chercher</string>
|
||||||
|
<string name="delete">Supprimer</string>
|
||||||
|
<string name="action_lists_confirm_delete">Êtes-vous sûr de vouloir supprimer définitivement cette liste de lecture ?</string>
|
||||||
|
<string name="action_lists_delete">Supprimer la liste de lecture</string>
|
||||||
|
<string name="no_comments">Soyez le·a premier·ère à laisser un commentaire sur cette vidéo en utilisant le bouton supérieur droit !</string>
|
||||||
<string name="comment_no_allowed_peertube">Les commentaires sur cette vidéos ont été désactivés !</string>
|
<string name="comment_no_allowed_peertube">Les commentaires sur cette vidéos ont été désactivés !</string>
|
||||||
|
<string name="pickup_resolution">Choisissez une résolution</string>
|
||||||
|
|
||||||
<string name="bookmark_add_peertube">La vidéo est rajoutée aux favoris !</string>
|
<string name="bookmark_add_peertube">La vidéo est rajoutée aux favoris !</string>
|
||||||
<string name="bookmark_remove_peertube">La vidéo a été retirée de vos favoris !</string>
|
<string name="bookmark_remove_peertube">La vidéo a été retirée de vos favoris !</string>
|
||||||
|
<string name="information" tools:ignore="UnusedResources">Information</string>
|
||||||
<string name="shared_via">Partagé via TubeLab</string>
|
<string name="app_logo">Logo de l’application</string>
|
||||||
<string name="share_with">Partager avec</string>
|
<!-- languages not translated -->
|
||||||
|
<string name="subscriptions">Abonnements</string>
|
||||||
<string name="pickup_resolution">Choisissez une résolution</string>
|
|
||||||
|
|
||||||
<string name="fullscreen">Vidéo plein écran</string>
|
|
||||||
|
|
||||||
<string name="comment">Commenter</string>
|
|
||||||
<string name="validate">Valider</string>
|
|
||||||
<string name="delete_comment">Supprimer le commentaire</string>
|
<string name="delete_comment">Supprimer le commentaire</string>
|
||||||
<string name="delete_comment_confirm">Etes-vous sûr de vouloir supprimer ce commentaire ?</string>
|
<string name="delete_comment_confirm">Etes-vous sûr de vouloir supprimer ce commentaire ?</string>
|
||||||
|
<string name="set_video_mode">Mode pour les vidéos</string>
|
||||||
|
<string name="filter">Filtrer</string>
|
||||||
<string name="toot_sent">Le message a été envoyé !</string>
|
<string name="sepia_search">Recherche sépia</string>
|
||||||
<string name="reply">Répondre</string>
|
<string name="sepia_element_nsfw">Afficher le contenu sensible</string>
|
||||||
<string name="delete">Supprimer</string>
|
<string name="sepia_element_published_date">Date de publication</string>
|
||||||
<string name="no_video_to_display">Aucune vidéo n’est disponible !</string>
|
<string name="any">Toutes</string>
|
||||||
|
<string name="today">Aujourd\'hui</string>
|
||||||
|
<string name="last_7_days">Les 7 derniers jours</string>
|
||||||
|
<string name="last_30_days">Les 30 derniers jours</string>
|
||||||
|
<string name="last_365_days">Les 365 derniers jours</string>
|
||||||
|
<string name="sepia_element_duration">Durée</string>
|
||||||
|
<string name="duration_short"><![CDATA[Courte (<4 min)]]></string>
|
||||||
|
<string name="duration_medium"><![CDATA[Moyenne (4-10 min)]]></string>
|
||||||
|
<string name="duration_long"><![CDATA[Longue (> 10 min)]]></string>
|
||||||
|
<string name="display_all_categories">Afficher toutes les catégories</string>
|
||||||
|
<string name="display_all_licenses">Afficher toutes les licences</string>
|
||||||
|
<string name="display_all_languages">Afficher toutes les langues</string>
|
||||||
|
<string name="all_of_these_tags">Tous ces labels</string>
|
||||||
|
<string name="one_of_these_tags">Un de ces labels</string>
|
||||||
|
<string name="apply_filter">Appliquer le filtre</string>
|
||||||
|
<string-array name="sort_by_array">
|
||||||
|
<item>Meilleurs résultats</item>
|
||||||
|
<item>Les plus récentes</item>
|
||||||
|
<item>Les moins récentes</item>
|
||||||
|
</string-array>
|
||||||
|
<string name="sort_by">Trier par</string>
|
||||||
|
<string name="sepia_search_hint">Mot-clé, chaîne, vidéo, etc.</string>
|
||||||
|
<string name="sepia_indication">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.</string>
|
||||||
<string name="my_videos">Mes vidéos</string>
|
<string name="my_videos">Mes vidéos</string>
|
||||||
<string name="title">Titre</string>
|
<string name="title">Titre</string>
|
||||||
<string name="license">Licence</string>
|
<string name="license">Licence</string>
|
||||||
<string name="category">Catégorie</string>
|
<string name="category">Catégorie</string>
|
||||||
<string name="language">Langue</string>
|
<string name="language">Langue</string>
|
||||||
<string name="description">Description</string>
|
|
||||||
<string name="tags">Étiquettes</string>
|
|
||||||
<string name="action_privacy">Confidentialité</string>
|
|
||||||
<string name="peertube_nsfw">Cette vidéo contient du contenu pour adultes</string>
|
<string name="peertube_nsfw">Cette vidéo contient du contenu pour adultes</string>
|
||||||
<string name="delete_video">Supprimer la vidéo</string>
|
|
||||||
<string name="peertube_enable_comments">Activer les commentaires</string>
|
<string name="peertube_enable_comments">Activer les commentaires</string>
|
||||||
<string name="send_comment">Envoyer un commentaire</string>
|
<string name="description">Libellé</string>
|
||||||
<string name="add_public_comment">Ajouter un commentaire public</string>
|
<string name="toast_peertube_video_updated">La vidéo a été mise à jour !</string>
|
||||||
<string name="share">Partager</string>
|
<string name="register_account">Créer un compte</string>
|
||||||
<string name="no_comments">Soyez le·a premier·ère à laisser un commentaire sur cette vidéo en utilisant le bouton supérieur droit !</string>
|
|
||||||
<string name="title_video_peertube">Titre de la vidéo</string>
|
|
||||||
<string name="set_video_mode">Mode pour les vidéos</string>
|
|
||||||
<string name="display_nsfw_videos">Afficher les vidéos sensibles</string>
|
|
||||||
<string name="action_playlist_add">Vous n\'avez aucune liste de lecture. Cliquez sur l\'icône « + » pour en ajouter une</string>
|
|
||||||
<string name="not_logged_in">Vous devez être connecté.e pour effectuer cette action !</string>
|
|
||||||
<string name="change_instance">Changer d\'instance</string>
|
|
||||||
<string name="account">Compte</string>
|
|
||||||
<string name="instance_choice">Choisissez une instance</string>
|
|
||||||
<string name="toast_error_loading_account">Une erreur s’est produite pendant le chargement du compte !</string>
|
|
||||||
<string name="profile_banner">Bannière du profil</string>
|
|
||||||
<string name="make_an_action">Faire une action</string>
|
|
||||||
<string name="go_back">Retour</string>
|
|
||||||
<string name="open_menu">Ouvrir le menu</string>
|
|
||||||
<string name="display_more">Afficher plus</string>
|
|
||||||
<string name="edit_profile">Éditer le profil</string>
|
|
||||||
<string name="followed_by">Vous suit</string>
|
|
||||||
<string name="no_channels">Aucune chaîne !</string>
|
|
||||||
<string name="following">Suit</string>
|
|
||||||
<string name="followers">Abonné·e·s</string>
|
|
||||||
<string name="title_instance_login">Domaine de l\'instance</string>
|
|
||||||
<string name="followers_count">%1$s Abonné·e·s</string>
|
|
||||||
<string name="nothing_to_do">Aucune action ne peut être réalisée</string>
|
|
||||||
<string name="unfollow_confirm">Voulez-vous vous désabonner de ce compte ?</string>
|
|
||||||
<string name="action_unfollow">Se désabonner</string>
|
|
||||||
<string name="action_follow">S\'abonner</string>
|
|
||||||
<string name="search">Chercher</string>
|
|
||||||
<string name="toast_error_search">Une erreur s’est produite lors de la recherche !</string>
|
|
||||||
<string name="no_result">Aucun résultat !</string>
|
|
||||||
<string name="app_logo">Logo de l’application</string>
|
|
||||||
|
|
||||||
<string name="join_peertube">Rejoignez Peertube</string>
|
|
||||||
<string name="username">Nom d’utilisateur</string>
|
|
||||||
<string name="email_address">Adresse mèl</string>
|
<string name="email_address">Adresse mèl</string>
|
||||||
<string name="password">Mot de passe</string>
|
<string name="preview">Aperçu</string>
|
||||||
<string name="add_account">Ajouter un compte</string>
|
<string name="change_preview">Modifier l\'aperçu</string>
|
||||||
<string name="login">Connexion</string>
|
<string name="name">Nom</string>
|
||||||
<string name="client_error">Impossible d’obtenir l’id du client !</string>
|
<string name="display_more">Afficher plus</string>
|
||||||
<string name="email">Email</string>
|
<string name="no_channels">Aucune chaîne !</string>
|
||||||
<string name="email_indicator">Vous recevrez un e-mail de confirmation</string>
|
<string name="report_helper">Quelques explications concernant votre signalement…</string>
|
||||||
<string name="password_indicator">Utilisez au moins 8 caractères</string>
|
<string name="report_video">Signaler la vidéo</string>
|
||||||
<string name="password_confirm">Confirmer le mot de passe</string>
|
<string name="report">Signaler</string>
|
||||||
<string name="agreement_check_peertube">J\'ai au moins 16 ans et je suis d\'accord avec les %1$s de cette instance</string>
|
<string name="change_instance">Changer d\'instance</string>
|
||||||
<string name="sign_up">S’inscrire</string>
|
<string name="my_history">Historique</string>
|
||||||
<string name="account_created">Compte créé !</string>
|
<string name="edit">Modifier</string>
|
||||||
<string name="account_created_message">Votre compte est créé !\n\nVous allez recevoir un email de confirmation à l\'adresse <b>%1$s</b>.\n\nCliquez sur le lien présent dans le mail pour valider votre compte.</string>
|
<string name="video_settings">Réglages des vidéos</string>
|
||||||
<string name="all_field_filled">Veuillez remplir tous les champs !</string>
|
<string name="app_interface">Interface</string>
|
||||||
<string name="password_length_error">Le mot de passe doit contenir 6 caractères !</string>
|
<string name="set_cache_mode">Cache</string>
|
||||||
<string name="password_error">Les mots de passe ne sont pas identiques !</string>
|
<string name="set_video_cache_description">Définir le cache pour les vidéos (par défaut 100Mo)</string>
|
||||||
<string name="email_error">L\'e-mail ne semble pas être valide !</string>
|
<string name="set_video_quality_description">Définir une qualité par défaut pour les vidéos</string>
|
||||||
<string name="password_too_short">Le mot de passe doit contenir au moins 8 caractères</string>
|
<string name="set_quality_mode">Résolution pour les vidéos</string>
|
||||||
<string name="username_error">Le nom d\'utilisateur·rice doit être en minuscule, contenir uniquement des lettres, des chiffres, des points et des caractères de soulignement</string>
|
<string name="video_cache_value">Cache vidéo : %d Mo</string>
|
||||||
<string name="tos">conditions de service</string>
|
<string name="captions">Légendes</string>
|
||||||
<string name="server_rules">règles du serveur</string>
|
<string name="pickup_captions">Options d\'envoi</string>
|
||||||
<string name="agreement_check">J\'accepte les %1$s et les %2$s</string>
|
<string name="none">Aucune</string>
|
||||||
<string name="email_error_domain">Les adresses mails %1$s ne sont pas autorisées !</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="create_an_account">Créer un compte</string>
|
<string name="delete_video">Supprimer la vidéo</string>
|
||||||
<string name="action_logout">Déconnexion</string>
|
<string name="delete_video_confirmation">Êtes-vous sûr de vouloir supprimer cette vidéo ?</string>
|
||||||
<string name="logout_account_confirmation">Voulez-vous vraiment déconnecter le compte @%1$s@%2$s ?</string>
|
<string name="no_video_to_display">Aucune vidéo n’est disponible !</string>
|
||||||
|
<string name="share">Partager</string>
|
||||||
<string name="action_lists_delete">Supprimer la liste de lecture</string>
|
|
||||||
<string name="action_lists_confirm_delete">Êtes-vous sûr de vouloir supprimer définitivement cette liste de lecture ?</string>
|
|
||||||
<string name="action_channel_confirm_delete">Êtes-vous sûr de vouloir supprimer définitivement cette chaîne ?</string>
|
|
||||||
<string name="action_playlist_create">Créer une liste de lecture</string>
|
|
||||||
<string name="action_playlist_edit">Modifier une liste de lecture</string>
|
|
||||||
<string name="display_name">Nom d\'affichage</string>
|
|
||||||
<string name="error_channel_mandatory">Une chaîne est requise lorsque la liste de lecture est publique.</string>
|
|
||||||
<string name="error_display_name">Vous devez fournir un nom d\'affichage !</string>
|
|
||||||
<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>
|
<string name="peertube_comment_on_video"><![CDATA[<b>%1$s</b> a commenté votre vidéo <b>%2$s</b>]]></string>
|
||||||
<string name="peertube_follow_channel"><![CDATA[<b>%1$s</b> suit votre chaîne <b>%2$s</b>]]></string>
|
<string name="peertube_follow_channel"><![CDATA[<b>%1$s</b> suit votre chaîne <b>%2$s</b>]]></string>
|
||||||
<string name="peertube_follow_account"><![CDATA[<b>%1$s</b> suit votre compte]]></string>
|
<string name="peertube_follow_account"><![CDATA[<b>%1$s</b> suit votre compte]]></string>
|
||||||
@ -171,91 +182,101 @@
|
|||||||
<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_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_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> n’est plus blacklisté]]></string>
|
<string name="peertube_video_unblacklist"><![CDATA[Votre vidéo <b>%1$s</b> n’est plus blacklisté]]></string>
|
||||||
<string name="toast_code_error">Une erreur s’est produite ! L’instance n’a retourné aucun code d\autorisation !</string>
|
<string name="peertube_video_abuse"><![CDATA[Nouveau signalement pour la vidéo : <b>%1$s</b>]]></string>
|
||||||
<string name="subscriptions">Abonnements</string>
|
<string name="add_public_comment">Ajouter un commentaire public</string>
|
||||||
<string name="report">Signaler</string>
|
<string name="add_public_reply">Répondre publiquement</string>
|
||||||
<string name="report_video">Signaler la vidéo</string>
|
<string name="send_comment">Envoyer un commentaire</string>
|
||||||
<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_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>
|
<string name="all">Tout</string>
|
||||||
<string name="my_history">Historique</string>
|
|
||||||
<string name="edit_video">Modifier une vidéo</string>
|
|
||||||
<string name="settings">Paramètres</string>
|
|
||||||
|
|
||||||
|
<string name="peertube_video_report_success"><![CDATA[ Votre signalement <b>%1$s</b> a été accepté]]></string>
|
||||||
|
<string name="reply">Répondre</string>
|
||||||
|
<!-- end languages -->
|
||||||
|
<string name="playlists">Listes de lecture</string>
|
||||||
|
<string name="display_name">Nom d\'affichage</string>
|
||||||
|
<string name="action_playlist_add">Vous n\'avez aucune liste de lecture. Cliquez sur l\'icône « + » pour en ajouter une</string>
|
||||||
|
<string name="error_display_name">Vous devez fournir un nom d\'affichage !</string>
|
||||||
|
<string name="error_channel_mandatory">Une chaîne est requise lorsque la liste de lecture est publique.</string>
|
||||||
|
<string name="action_playlist_create">Créer une liste de lecture</string>
|
||||||
|
<string name="action_playlist_empty_content">Cette liste de lecture est vide.</string>
|
||||||
|
<string name="password_confirm">Confirmer le mot de passe</string>
|
||||||
|
<string name="agreement_check">J\'accepte les %1$s et les %2$s</string>
|
||||||
|
<string name="server_rules">règles du serveur</string>
|
||||||
|
<string name="tos">conditions de service</string>
|
||||||
|
<string name="sign_up">S’inscrire</string>
|
||||||
|
<string name="all_field_filled">Veuillez remplir tous les champs !</string>
|
||||||
|
<string name="password_error">Les mots de passe ne sont pas identiques !</string>
|
||||||
|
<string name="email_error">L\'e-mail ne semble pas être valide !</string>
|
||||||
|
<string name="email_indicator">Vous recevrez un e-mail de confirmation</string>
|
||||||
|
<string name="password_indicator">Utilisez au moins 8 caractères</string>
|
||||||
|
<string name="password_too_short">Le mot de passe doit contenir au moins 8 caractères</string>
|
||||||
|
<string name="username_error">Le nom d\'utilisateur·rice doit être en minuscule, contenir uniquement des lettres, des chiffres, des points et des caractères de soulignement</string>
|
||||||
|
<string name="account_created">Compte créé !</string>
|
||||||
|
<string name="account_created_message">Votre compte est créé !\n\nVous allez recevoir un email de confirmation à l\'adresse <b>%1$s</b>.\n\nCliquez sur le lien présent dans le mail pour valider votre compte.</string>
|
||||||
|
<string name="account">Compte</string>
|
||||||
|
<string name="report_account">Signaler le compte</string>
|
||||||
<string-array name="settings_video_mode">
|
<string-array name="settings_video_mode">
|
||||||
<item>Normal</item>
|
<item>Normal</item>
|
||||||
<item>Streaming</item>
|
<item>Streaming</item>
|
||||||
<item>Navigateur</item>
|
<item>Flux direct</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
<string-array name="settings_video_quality">
|
||||||
|
<item>Élevée</item>
|
||||||
<string name="set_video_mode_choice" translatable="false">set_video_mode_choice</string>
|
<item>Moyenne</item>
|
||||||
<string name="set_video_minimize_choice" translatable="false">set_video_minimize_choice</string>
|
<item>Faible</item>
|
||||||
<string name="set_video_language_choice" translatable="false">set_video_language_choice</string>
|
</string-array>
|
||||||
|
<string name="unfollow_confirm">Voulez-vous vous désabonner de ce compte ?</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="title_video_peertube">Titre de la vidéo</string>
|
||||||
<string name="register_account">Créer un compte</string>
|
<string name="join_peertube">Rejoignez Peertube</string>
|
||||||
<string name="preview">Aperçu</string>
|
<string name="agreement_check_peertube">J\'ai au moins 16 ans et je suis d\'accord avec les %1$s de cette instance</string>
|
||||||
<string name="change_preview">Modifier l\'aperçu</string>
|
<string name="edit_profile">Éditer le profil</string>
|
||||||
<string name="title_muted">Sourdine</string>
|
<string name="make_an_action">Faire une action</string>
|
||||||
<string name="title_blocked">Bloqués</string>
|
<string name="action_unfollow">Se désabonner</string>
|
||||||
|
<string name="display_nsfw_videos">Afficher les vidéos sensibles</string>
|
||||||
|
<string name="fullscreen">Vidéo plein écran</string>
|
||||||
|
<string name="bookmark_peertube_empty">Il n’y a aucune vidéo Peertube dans vos favoris !</string>
|
||||||
|
<string name="delete_channel">Supprimer la chaîne</string>
|
||||||
|
<string name="action_channel_confirm_delete">Êtes-vous sûr de vouloir supprimer définitivement cette chaîne ?</string>
|
||||||
|
<string name="modify_playlists">Vidéo dans les listes de lecture</string>
|
||||||
<string name="no_muted">Aucun compte en sourdine !</string>
|
<string name="no_muted">Aucun compte en sourdine !</string>
|
||||||
<string name="action_mute">Mettre en sourdine</string>
|
<string name="error_display_name_channel">Vous devez fournir un nom d\'affichage et un nom pour la chaîne!</string>
|
||||||
<string name="action_unmute">Réactiver le compte</string>
|
|
||||||
<string name="muted_done">Le compte a été mis en sourdine !</string>
|
|
||||||
<string name="title_channel">Chaînes</string>
|
|
||||||
<string name="captions">Sous-titres</string>
|
|
||||||
<string name="none">Aucun</string>
|
|
||||||
<string name="pickup_captions">Sélectionner des sous-titres</string>
|
|
||||||
<string name="name">Nom</string>
|
|
||||||
<string name="action_channel_create">Créer une chaîne</string>
|
<string name="action_channel_create">Créer une chaîne</string>
|
||||||
<string name="action_channel_edit">Modifier une chaîne</string>
|
<string name="action_channel_edit">Modifier une chaîne</string>
|
||||||
<string name="delete_channel">Supprimer la chaîne</string>
|
<string name="email_error_domain">Les adresses mails %1$s ne sont pas autorisées !</string>
|
||||||
<string name="display_list">Afficher la liste</string>
|
<string name="report_comment_size">Veuillez préciser les raisons.</string>
|
||||||
<string name="delete_list">Supprimer la liste de lecture</string>
|
<string name="not_logged_in">Vous devez être connecté.e pour effectuer cette action !</string>
|
||||||
<string name="edit">Modifier</string>
|
<string name="successful_report">Le compte a été signalé !</string>
|
||||||
|
<string name="successful_report_comment">Le commentaire a été signalé !</string>
|
||||||
<string name="not_valide_instance">Cette instance ne semble pas être valide !</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>
|
||||||
|
<string name="edit_video">Modifier une vidéo</string>
|
||||||
|
<string name="create_an_account">Créer un compte</string>
|
||||||
|
<string name="followers_count">%1$s Abonné·e·s</string>
|
||||||
<string name="developer">Développeur</string>
|
<string name="developer">Développeur</string>
|
||||||
<string name="about_vesrion">Version %1$s</string>
|
<string name="about_vesrion">Version %1$s</string>
|
||||||
<string name="about_the_app">À propos de l’application</string>
|
<string name="about_the_app">À propos de l’application</string>
|
||||||
<string name="Donate">Faire un don</string>
|
<string name="Donate">Faire un don</string>
|
||||||
<string name="source_code">Code source</string>
|
<string name="source_code">Code source</string>
|
||||||
<string name="issue_tracker">Suivi des tickets</string>
|
<string name="issue_tracker">Suivi des tickets</string>
|
||||||
|
<string name="action_instance_empty_content">Aucune instance ne correspond à ces critères</string>
|
||||||
<string name="action_instance_empty_content">No instances match these criteria</string>
|
<string name="instances_picker">Sélecteur d\'instances</string>
|
||||||
<string name="instances_picker">Instances picker</string>
|
<string name="pickup_instance">Choisissez une instance</string>
|
||||||
<string name="pickup_instance">Pickup this instance</string>
|
<string name="sensitive_video"> Vidéos sensibles</string>
|
||||||
<string name="sensitive_content">Sensitive content: %1$s</string>
|
<string name="sensitive_content">Contenu sensible : %1$s</string>
|
||||||
<string name="followers_instance">%1$s instance followers</string>
|
<string name="followers_instance">%1$s instances suiveuses</string>
|
||||||
<string name="help">Help</string>
|
<string name="help">Aide</string>
|
||||||
<string name="sensitive_video"> Sensitive videos</string>
|
<string name="pickup_categories">Sélection des catégories</string>
|
||||||
<string name="pickup_categories">Pickup categories</string>
|
<string name="pickup_languages">Sélection des langues</string>
|
||||||
|
|
||||||
<string name="do_not_list">Do not list</string>
|
|
||||||
<string name="blur">Blur</string>
|
|
||||||
<string name="display">Display</string>
|
|
||||||
<string name="no_opinion">No opinion</string>
|
|
||||||
<string name="pickup_languages">Pickup languages</string>
|
|
||||||
<string name="notification_channel_name">Mise à jour des informations</string>
|
<string name="notification_channel_name">Mise à jour des informations</string>
|
||||||
|
<string name="add_account">Ajouter un compte</string>
|
||||||
<string name="list_of_accounts">Liste des comptes</string>
|
<string name="list_of_accounts">Liste des comptes</string>
|
||||||
|
|
||||||
<string name="pause">Pause</string>
|
<string name="pause">Pause</string>
|
||||||
<string name="play">Lecture</string>
|
<string name="play">Jouer</string>
|
||||||
<string name="minimize">Réduire</string>
|
<string name="minimize">Minimiser</string>
|
||||||
<string name="fast_rewind">Retour rapide</string>
|
<string name="fast_rewind">Rembobinage rapide</string>
|
||||||
<string name="fast_forward">Avance rapide</string>
|
<string name="fast_forward">Avance rapide</string>
|
||||||
|
<string name="set_video_minimize">Minimiser la taille des vidéos</string>
|
||||||
<string name="set_video_minimize">Réduire 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_minimize_description">Réduit la taille des vidéos quand l\'application est en arrière plan (Android N+)</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>
|
||||||
|
|
||||||
<string name="set_video_language">Filtrer les langues</string>
|
|
||||||
<string name="set_video_language_description">Filtrer les vidéos en fonction de la langue</string>
|
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
<resources>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Base application theme. -->
|
|
||||||
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
|
|
||||||
<!-- Customize your theme here. -->
|
|
||||||
<item name="colorPrimary">@color/colorPrimary</item>
|
|
||||||
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
|
||||||
<item name="colorAccent">@color/colorAccent</item>
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</resources>
|
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 132 KiB |
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 2.3 MiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
3
app/src/fdroid_acad/play/release-notes/en-US/default.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
- Theme: Clair, Sombre et automatique
|
||||||
|
- Supprimer tous les commentaires d'un compte sur vos vidéos
|
||||||
|
- Mettre en sourdine un compte depuis les commentaires.
|
@ -1 +0,0 @@
|
|||||||
- Correction de bugs
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab ist eine Peertube-App für akademische Instanzen.
|
|
@ -1 +0,0 @@
|
|||||||
Το TubeLab είναι μια εφαρμογή για τις ακαδημαϊκές υποστάσεις Peertube.
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab es una aplicación de Peertube para instancias académicas.
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -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
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -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
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -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
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -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
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -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
|
|
@ -1 +0,0 @@
|
|||||||
TubeLab est une application Peertube pour les instances académiques.
|
|
@ -0,0 +1 @@
|
|||||||
|
App for all Peertube instances
|
@ -0,0 +1 @@
|
|||||||
|
App für alle Peertube Instanzen
|
@ -0,0 +1 @@
|
|||||||
|
Εφαρμογή για όλες τις υποστάσεις Peertube
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 139 KiB |
Before Width: | Height: | Size: 892 KiB After Width: | Height: | Size: 892 KiB |
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
@ -0,0 +1 @@
|
|||||||
|
App for all Peertube instances
|
@ -0,0 +1 @@
|
|||||||
|
Aplicación para todas las instancias de Peertube
|
@ -0,0 +1 @@
|
|||||||
|
Application pour toutes les instances de Peertube
|
@ -14,9 +14,9 @@ Molte funzioni sono disponibili con questa modalità:
|
|||||||
- Scrittura/elimina commenti
|
- Scrittura/elimina commenti
|
||||||
- Carica/rimuovi/modifica video
|
- Carica/rimuovi/modifica video
|
||||||
- Gestisci (crea/modifica/rimuovi) i canali e le playlist
|
- Gestisci (crea/modifica/rimuovi) i canali e le playlist
|
||||||
- Follow/unfollow channels
|
- Seguire/non seguire i canali
|
||||||
- Thumbs-up/down
|
- Pollici su/giù
|
||||||
- Controlla le notifiche
|
- Controlla le notifiche
|
||||||
- Mute/unmute channels
|
- Disattivare/disattivare i canali
|
||||||
- Segnala video/account
|
- Segnala video/account
|
||||||
- Controlla la tua cronologia
|
- Controlla la tua cronologia
|
@ -0,0 +1 @@
|
|||||||
|
App per tutti i casi Peertube
|
@ -0,0 +1 @@
|
|||||||
|
App for all Peertube instances
|
@ -0,0 +1 @@
|
|||||||
|
App for all Peertube instances
|
22
app/src/fdroid_full/play/listings/nl/full-description.txt
Normal 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
|
@ -0,0 +1 @@
|
|||||||
|
App voor alle Peertube gevallen
|
22
app/src/fdroid_full/play/listings/pl/full-description.txt
Normal file
@ -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
|
@ -0,0 +1 @@
|
|||||||
|
Aplikacja dla wszystkich instancji PeerTube
|
22
app/src/fdroid_full/play/listings/pt/full-description.txt
Normal 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
|
@ -0,0 +1 @@
|
|||||||
|
App for all Peertube instances
|
@ -0,0 +1 @@
|
|||||||
|
App for all Peertube instances
|
22
app/src/fdroid_full/play/listings/ru/full-description.txt
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
*Не аутентифицированный режим*
|
||||||
|
|
||||||
|
Это ограниченный режим, где можно совершить некоторые действия:
|
||||||
|
|
||||||
|
- Переключать экземпляры,
|
||||||
|
- Поделиться видео,
|
||||||
|
- Скачать видео.
|
||||||
|
|
||||||
|
|
||||||
|
*Аутентифицированный режим*
|
||||||
|
|
||||||
|
В этом режиме доступны многие функции:
|
||||||
|
|
||||||
|
- Оставлять/удалять комментарии
|
||||||
|
- Загружать/удалять/редактировать видео
|
||||||
|
- Управлять (создание/редактирование/удаление) каналами и плейлистами
|
||||||
|
- Подписаться/отписаться от каналов
|
||||||
|
- Нравится/не нравится
|
||||||
|
- Проверить уведомления
|
||||||
|
- Отключить/включить каналы
|
||||||
|
- Пожаловаться на видео/аккаунты
|
||||||
|
- История Ваших просмотров
|
@ -0,0 +1 @@
|
|||||||
|
Приложение для всех серверов Peertube
|
@ -0,0 +1 @@
|
|||||||
|
App for all Peertube instances
|