Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into 3816-upload-error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Clayton committed Jul 11, 2023
2 parents 84c9b17 + f5ffe3c commit ca86c49
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 15 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<string name="action_compose">Beitrag erstellen</string>
<string name="action_login">Mit Tusky anmelden</string>
<string name="action_logout">Abmelden</string>
<string name="action_logout_confirm">Möchtest du dich vom Konto %1$s wirklich abmelden\?</string>
<string name="action_logout_confirm">Möchtest du %1$s wirklich abmelden\? Dadurch werden alle lokalen Daten des Profils, wie Entwürfe und Einstellungen, gelöscht.</string>
<string name="action_follow">Folgen</string>
<string name="action_unfollow">Entfolgen</string>
<string name="action_block">Blockieren</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-fa/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
<string name="notification_update_description">آگاهی‌ها هنگام ویرایش فرسته‌هایی که با آن‌ها تعامل داشته‌اید</string>
<string name="action_unbookmark">برداشن نشانک</string>
<string name="dialog_push_notification_migration_other_accounts">برای اعطای اجازهٔ اشتراک آگاهی‌های ارسالی به تاسکی، دوباره به حسابتان وارد شدید. با این حال هنوز حساب‌هایی دیگر دارید که این‌گونه مهاجرت داده نشده‌اند. به آن‌ها رفته و برای به کار انداختن پشتیبانی آگاهی‌های UnifiedPush یکی‌یکی دوباره وارد شوید.</string>
<string name="action_logout_confirm">مطمئنید که می‌خواهید از حساب %1$s خارج شوید؟</string>
<string name="action_logout_confirm">مطمئنید که می‌خواهید از %1$s خارج شوید؟ این کار تمامی داده‌های محلی از جمله پیش‌نویس‌ها و ترجیحات را حذف خواهد کرد.</string>
<string name="duration_14_days">۱۴ روز</string>
<string name="duration_30_days">۳۰ روز</string>
<string name="duration_60_days">۶۰ روز</string>
Expand Down
9 changes: 7 additions & 2 deletions app/src/main/res/values-gl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<string name="error_failed_app_registration">Fallou a autenticación nesta instancia. Se persiste, inténtao desde Acceder no Navegador no menú.</string>
<string name="error_invalid_domain">O dominio escrito non é válido</string>
<string name="error_empty">Esto non pode estar baleiro.</string>
<string name="error_network">Houbo un fallo na rede! Comproba a túa conexión e inténtao outra vez!</string>
<string name="error_network">Houbo un fallo na rede. Comproba a conexión e inténtao outra vez.</string>
<string name="error_generic">Algo fallou.</string>
<string name="conversation_1_recipients">%1$s</string>
<string name="action_unsubscribe_account">Desubscribir</string>
Expand Down Expand Up @@ -350,7 +350,7 @@
<string name="pref_main_nav_position_option_top">Arriba</string>
<string name="pref_main_nav_position">Posición de navegación principal</string>
<string name="pref_failed_to_sync">Fallou a sincronización dos axustes</string>
<string name="pref_publishing">Publicando (sincronizado co servidor)</string>
<string name="pref_publishing">Ao publicar (sincronizado co servidor)</string>
<string name="pref_default_media_sensitivity">Marcar sempre multimedia como sensible</string>
<string name="pref_default_post_privacy">Privacidade por defecto da publicación</string>
<string name="pref_title_http_proxy_port">Porto proxy HTTP</string>
Expand Down Expand Up @@ -662,4 +662,9 @@
\nÉ un <a href="https://github.com/mastodon/mastodon/issues/25398">problema coñecido</a> en Mastodon.</string>
<string name="load_newest_notifications">Cargar as notificacións máis recentes</string>
<string name="compose_delete_draft">Eliminar borrador\?</string>
<string name="pref_ui_text_size">Tamaño da letra</string>
<string name="notification_listenable_worker_name">Actividade en segundo plano</string>
<string name="notification_listenable_worker_description">Notificacións cando Tusky está a funcionar en segundo plano</string>
<string name="notification_notification_worker">Obtendo as notificacións…</string>
<string name="notification_prune_cache">Mantemento da caché…</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values-nb-rNO/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<string name="action_compose">Skriv</string>
<string name="action_login">Logg inn med Tusky</string>
<string name="action_logout">Logg ut</string>
<string name="action_logout_confirm">Er du sikker på at du vil logge ut fra kontoen %1$s\?</string>
<string name="action_logout_confirm">Er du sikker på at du vil logge ut fra kontoen %1$s\? Dette vil slette all lokal data for kontoen, som utkast og instillinger.</string>
<string name="action_follow">Følg</string>
<string name="action_unfollow">Slutt å følge</string>
<string name="action_block">Blokkér</string>
Expand Down
18 changes: 9 additions & 9 deletions app/src/main/res/values-vi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
<string name="post_text_size_medium">Trung bình</string>
<string name="post_text_size_small">Nhỏ vừa</string>
<string name="post_text_size_smallest">Nhỏ</string>
<string name="pref_post_text_size">Cỡ chữ</string>
<string name="pref_post_text_size">Cỡ chữ tút</string>
<string name="post_privacy_followers_only">Chỉ người theo dõi</string>
<string name="post_privacy_unlisted">Hạn chế</string>
<string name="post_privacy_public">Công khai</string>
Expand Down Expand Up @@ -624,18 +624,18 @@
<string name="status_filter_placeholder_label_format">Đã lọc: %s</string>
<string name="pref_title_account_filter_keywords">Người</string>
<string name="hint_filter_title">Bộ lọc của tôi</string>
<string name="label_filter_title">Tiêu đề</string>
<string name="label_filter_title">Tên bộ lọc</string>
<string name="filter_action_warn">Cảnh báo</string>
<string name="filter_action_hide">Ẩn</string>
<string name="filter_action_hide">Đã ẩn</string>
<string name="filter_description_warn">Ẩn với cảnh báo</string>
<string name="filter_description_hide">Ẩn hoàn toàn</string>
<string name="label_filter_action">Hành động lọc</string>
<string name="label_filter_context">Bối cảnh lọc</string>
<string name="label_filter_keywords">Từ khóa hoặc cụm từ muốn lọc</string>
<string name="label_filter_action">Hành động</string>
<string name="label_filter_context">Nơi áp dụng</string>
<string name="label_filter_keywords">Từ hoặc cụm từ muốn lọc</string>
<string name="action_add">Thêm</string>
<string name="filter_keyword_display_format">%s (cả từ)</string>
<string name="filter_keyword_addition_title">Thêm từ khóa</string>
<string name="filter_edit_keyword_title">Sửa từ khóa</string>
<string name="filter_keyword_addition_title">Thêm từ</string>
<string name="filter_edit_keyword_title">Sửa từ</string>
<string name="filter_description_format">%s: %s</string>
<string name="pref_title_show_stat_inline">Hiện số tương tác trên tút</string>
<string name="help_empty_home">Đây là <b>bảng tin của bạn</b>. Nó sẽ hiện những tút gần đây từ những người bạn theo dõi.
Expand All @@ -651,7 +651,7 @@
<string name="error_missing_edits">Máy chủ của bạn biết tút đã được sửa, nhưng không có bản sao của lần sửa, nên nó không thể hiện.
\n
\nĐây là <a href="https://github.com/mastodon/mastodon/issues/25398">Lỗi Mastodon #25398</a>.</string>
<string name="pref_ui_text_size">Cỡ chữ</string>
<string name="pref_ui_text_size">Cỡ chữ giao diện</string>
<string name="notification_listenable_worker_name">Hoạt động chạy nền</string>
<string name="notification_listenable_worker_description">Thông báo khi Tusky hoạt động ngầm</string>
<string name="notification_notification_worker">Đang nạp thông báo…</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<string name="action_compose">发表嘟文</string>
<string name="action_login">用 Tusky 登录</string>
<string name="action_logout">注销</string>
<string name="action_logout_confirm">确定要退出账号 %1$s 吗?</string>
<string name="action_logout_confirm">你确定要退出登录 %1$s 吗?这会删除账户的所有本地数据,包括草稿和选项。</string>
<string name="action_follow">关注</string>
<string name="action_unfollow">取消关注</string>
<string name="action_block">屏蔽</string>
Expand Down

0 comments on commit ca86c49

Please sign in to comment.