Skip to content

Commit 243d7e4

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 60d3c3f commit 243d7e4

File tree

5 files changed

+469
-1
lines changed

5 files changed

+469
-1
lines changed

app/src/main/res/values-bg-rBG/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
<string name="common_error">Грешка</string>
120120
<string name="common_error_out_memory">Няма достатъчно памет</string>
121121
<string name="common_error_unknown">Неизвестна грешка</string>
122+
<string name="common_leave_this_share">Напускане на споделянето</string>
122123
<string name="common_loading">Зареждане…</string>
123124
<string name="common_next">Следващ</string>
124125
<string name="common_no">Не</string>
@@ -821,6 +822,7 @@
821822
<string name="upload_local_storage_full">Локалното място за съхранение е пълно</string>
822823
<string name="upload_local_storage_not_copied">Файлът не може да бъде копиран в локалното хранилище</string>
823824
<string name="upload_lock_failed">Неуспешно заключване на папката</string>
825+
<string name="upload_manually_cancelled">Качването е отменено от потребителя</string>
824826
<string name="upload_old_android">Шифроването е възможно само с > = Android 5.0</string>
825827
<string name="upload_query_move_foreign_files">В папка %1$s няма достатъчно място за копиране на избраните файлове. Желаете ли да бъдат преместени?</string>
826828
<string name="upload_scan_doc_upload">Сканиране на документ от камера</string>

app/src/main/res/values-fr/strings.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<string name="app_widget_description">Affiche un widget du tableau de bord</string>
4545
<string name="appbar_search_in">Recherche dans %s</string>
4646
<string name="appear_offline">Apparaître hors-ligne</string>
47+
<string name="assistant_generation_warning">Ce contenu a été généré par IA et peut faire des erreurs.</string>
4748
<string name="assistant_screen_add_task_alert_dialog_title">Ajouter une nouvelle tâche</string>
4849
<string name="assistant_screen_create_a_new_task_from_bottom_right_text">Créer une nouvelle tâche en bas à droite</string>
4950
<string name="assistant_screen_create_task_alert_dialog_input_field_placeholder">Tapez du texte</string>
@@ -55,6 +56,7 @@
5556
<string name="assistant_screen_task_delete_fail_message">Une erreur est survenue lors de la suppression de la tâche</string>
5657
<string name="assistant_screen_task_delete_success_message">Tâche supprimée avec succès</string>
5758
<string name="assistant_screen_task_list_empty_message">La liste des tâches est vide.</string>
59+
<string name="assistant_screen_task_list_empty_warning">La liste des tâches est vide. Vérifiez la configuration de l’application de l’assistant.</string>
5860
<string name="assistant_screen_task_list_error_state_message">Impossible de récupérer la liste des tâches, veuillez vérifier votre connexion Internet.</string>
5961
<string name="assistant_screen_task_more_actions_bottom_sheet_delete_action">Supprimer la tâche</string>
6062
<string name="assistant_screen_task_output_empty_text">Le résultat de la tâche n\'est pas encore prêt.</string>
@@ -663,6 +665,7 @@
663665
<string name="pass_code_configure_your_pass_code">Saisissez votre code de sécurité</string>
664666
<string name="pass_code_configure_your_pass_code_explanation">Le code de sécurité sera demandé à chaque ouverture de l\'application</string>
665667
<string name="pass_code_enter_pass_code">Veuillez saisir votre code de sécurité</string>
668+
<string name="pass_code_explanation">Le code de sécurité sera demandé chaque fois que l’application est ouverte ou rouverte après 5 secondes.</string>
666669
<string name="pass_code_mismatch">Les codes de sécurité ne sont pas identiques</string>
667670
<string name="pass_code_reenter_your_pass_code">Veuillez saisir de nouveau votre code de sécurité</string>
668671
<string name="pass_code_remove_your_pass_code">Supprimer votre code de sécurité</string>
@@ -1221,6 +1224,11 @@
12211224
<item quantity="many">%d fichiers vont être exportés. Voir la notification pour plus de détails.</item>
12221225
<item quantity="other">%d fichiers vont être exportés. Voir la notification pour plus de détails.</item>
12231226
</plurals>
1227+
<plurals name="file_upload_limit_message">
1228+
<item quantity="one">Vous pouvez téléverser uniquement 1%d fichier à la fois.</item>
1229+
<item quantity="many">Vous pouvez téléverser jusqu\'à %d fichiers à la fois.</item>
1230+
<item quantity="other">Vous pouvez téléverser jusqu\'à %d fichiers à la fois.</item>
1231+
</plurals>
12241232
<plurals name="file_list__footer__folder">
12251233
<item quantity="one">%1$d dossier</item>
12261234
<item quantity="many">%1$d dossiers</item>

0 commit comments

Comments
 (0)