Merge remote-tracking branch 'megalodon_main/main'
# Conflicts: # mastodon/build.gradle # mastodon/src/main/res/layout/fragment_compose.xml
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
android:background="?colorM3OutlineVariant"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/reply_wrap"
|
||||
android:orientation="vertical"
|
||||
@@ -265,7 +265,7 @@
|
||||
android:paddingHorizontal="8dp"
|
||||
android:gravity="center_vertical"
|
||||
android:background="@drawable/bg_rect_4dp_ripple">
|
||||
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="16dp"
|
||||
@@ -275,7 +275,7 @@
|
||||
android:singleLine="true"
|
||||
android:ellipsize="end"
|
||||
android:text="@string/poll_length"/>
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/poll_duration_value"
|
||||
android:layout_width="wrap_content"
|
||||
@@ -287,7 +287,7 @@
|
||||
android:singleLine="true"
|
||||
android:ellipsize="end"
|
||||
tools:text="1 day"/>
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -390,37 +390,41 @@
|
||||
android:gravity="center_vertical"
|
||||
android:visibility="gone"
|
||||
android:minHeight="48dp"
|
||||
android:paddingVertical="4dp">
|
||||
android:paddingVertical="6dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/schedule_draft_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="6dp"
|
||||
android:ellipsize="end"
|
||||
android:drawableStart="@drawable/ic_fluent_drafts_20_regular"
|
||||
android:drawableTint="?android:textColorSecondary"
|
||||
android:drawablePadding="16dp"
|
||||
android:text="@string/sk_compose_draft" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/scheduled_time_btn"
|
||||
style="@style/Widget.Mastodon.M3.Button.Outlined.Icon"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="12dp"
|
||||
android:gravity="center"
|
||||
android:textSize="14sp"
|
||||
android:textColor="?android:textColorSecondary"
|
||||
android:fontFamily="sans-serif"
|
||||
android:drawableStart="@drawable/ic_fluent_clock_20_regular"
|
||||
android:drawableTint="?android:textColorSecondary"
|
||||
tools:text="Dec 12, 2021, 12:42 PM"/>
|
||||
|
||||
<Space
|
||||
<org.joinmastodon.android.ui.views.AutoOrientationLinearLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1" />
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/schedule_draft_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="6dp"
|
||||
android:layout_marginVertical="2dp"
|
||||
android:ellipsize="end"
|
||||
android:drawableStart="@drawable/ic_fluent_drafts_20_regular"
|
||||
android:drawableTint="?android:textColorSecondary"
|
||||
android:drawablePadding="16dp"
|
||||
android:text="@string/sk_compose_draft" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/scheduled_time_btn"
|
||||
style="@style/Widget.Mastodon.M3.Button.Outlined.Icon"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="6dp"
|
||||
android:layout_marginVertical="2dp"
|
||||
android:gravity="center"
|
||||
android:textSize="14sp"
|
||||
android:textColor="?android:textColorSecondary"
|
||||
android:fontFamily="sans-serif"
|
||||
android:drawableStart="@drawable/ic_fluent_clock_20_regular"
|
||||
android:drawableTint="?android:textColorSecondary"
|
||||
tools:text="Dec 12, 2021, 12:42 PM"/>
|
||||
|
||||
</org.joinmastodon.android.ui.views.AutoOrientationLinearLayout>
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/schedule_draft_dismiss"
|
||||
|
||||
@@ -55,6 +55,8 @@
|
||||
android:layout_marginTop="4dp"
|
||||
android:textColor="@color/m3_on_surface_selector"
|
||||
android:tag="label"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="1"
|
||||
android:text="@string/sk_tab_home" />
|
||||
|
||||
</LinearLayout>
|
||||
@@ -99,6 +101,8 @@
|
||||
android:maxLines="1"
|
||||
android:layout_marginTop="4dp"
|
||||
android:tag="label"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="1"
|
||||
android:text="@string/sk_tab_search" />
|
||||
|
||||
</LinearLayout>
|
||||
@@ -161,6 +165,8 @@
|
||||
android:layout_marginTop="4dp"
|
||||
android:textColor="@color/m3_on_surface_selector"
|
||||
android:tag="label"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="1"
|
||||
android:text="@string/sk_tab_notifications" />
|
||||
|
||||
</LinearLayout>
|
||||
@@ -211,6 +217,8 @@
|
||||
android:layout_marginTop="4dp"
|
||||
android:textColor="@color/m3_on_surface_selector"
|
||||
android:tag="label"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="1"
|
||||
android:text="@string/sk_tab_profile" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -712,4 +712,7 @@
|
||||
<item quantity="many">مُشارِكًا</item>
|
||||
<item quantity="other">مُشارك</item>
|
||||
</plurals>
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -306,13 +306,13 @@
|
||||
<string name="sk_resource_not_found">المَورِد غير موجود</string>
|
||||
<string name="sk_delete_notification_confirm">أتريد حقا حذف هذا الإشعار؟</string>
|
||||
<string name="sk_draft_or_schedule">تحرير مسودة أو برمجتها</string>
|
||||
<string name="sk_trending_links_info_banner">هذه هي القصص الإخبارية التي يُتَحدّث عنها في خادمكم.</string>
|
||||
<string name="sk_trending_links_info_banner">هذه هي القصص الإخبارية تثير حاليًا الحديث عبر الفديفرس.</string>
|
||||
<string name="sk_notification_type_posts">إشعارات المنشورات</string>
|
||||
<string name="sk_confirm_delete_draft">هل أنت متأكد من أنك تريد حذف مُسودّة هذا المنشور؟</string>
|
||||
<string name="sk_compose_no_schedule">لا تُبرمِجه</string>
|
||||
<string name="sk_confirm_clear_recent_languages">أتريد حقا مسح لغاتك المُستخدَمة حديثا؟</string>
|
||||
<string name="sk_confirm_delete_scheduled_post">هل أنت متأكد من أنك تريد حذف هذا المنشور المُبرمَج؟</string>
|
||||
<string name="sk_trending_posts_info_banner">هذه هي المنشورات المثيرة للإهتمام على خادمكم.</string>
|
||||
<string name="sk_trending_posts_info_banner">هذه هي المنشورات التي تحظى حاليًا بشعبية على الفديفرس.</string>
|
||||
<string name="sk_federated_timeline_info_banner">هذه هي أحدث المنشورات للأعضاء في فديراليتك.</string>
|
||||
<string name="sk_bubble_timeline_info_banner">هذه هي أحدث المنشورات على الشبكة والتي انتقاها مُدراء خادمكم.</string>
|
||||
<string name="sk_schedule_or_draft">برمجة أو تحرير مُسودّة</string>
|
||||
@@ -322,4 +322,6 @@
|
||||
<string name="sk_muted_accounts">الحسابات المكتومة</string>
|
||||
<string name="sk_settings_continues_playback_summary">السماح للوسائط المشغَّلَة بالفعل بالاستمرار في التشغيل، مع تراكب التشغيل الجديد</string>
|
||||
<string name="sk_settings_continues_playback">تراكُب صوتي</string>
|
||||
<string name="sk_settings_enable_marquee">تمكين تمرير النص في عناوين الأشرطة</string>
|
||||
<string name="sk_settings_tabs_disable_swipe">تعطيل التمرير بين الألسِنة</string>
|
||||
</resources>
|
||||
@@ -529,4 +529,7 @@
|
||||
<string name="time_days_ago_short">%d дз таму</string>
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -201,4 +201,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -184,4 +184,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -295,4 +295,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -641,4 +641,7 @@
|
||||
<string name="time_days_ago_short">Před %dd</string>
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -505,4 +505,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -584,4 +584,7 @@
|
||||
<string name="time_days_ago_short">vor %d Tagen</string>
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -406,4 +406,8 @@
|
||||
<item quantity="other">%d Minuten</item>
|
||||
</plurals>
|
||||
<string name="sk_trending_links_info_banner">Über diese Nachrichten wird im Fediverse gerade gesprochen.</string>
|
||||
<string name="sk_set_as_default">Als Standard setzen</string>
|
||||
<string name="sk_settings_color_palette_default">Standardwert (%s)</string>
|
||||
<string name="sk_settings_underlined_links">Unterstrichene Links</string>
|
||||
<string name="sk_recently_used">Zuletzt verwendet</string>
|
||||
</resources>
|
||||
@@ -599,4 +599,7 @@
|
||||
<item quantity="one">%,d ανάρτηση σήμερα</item>
|
||||
<item quantity="other">%,d αναρτήσεις σήμερα</item>
|
||||
</plurals>
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -575,4 +575,7 @@
|
||||
<string name="time_days_ago_short">hace %dd</string>
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -367,7 +367,7 @@
|
||||
<item quantity="other">%1$,d usuarios reaccionaron con %2$s</item>
|
||||
</plurals>
|
||||
<string name="sk_enter_emoji_toast">Por favor, introduce un emoticono</string>
|
||||
<string name="sk_enter_emoji_hint">Escribe un emoticono o busca un emoticono personalizado</string>
|
||||
<string name="sk_enter_emoji_hint">Escribe un emoticono o busca uno</string>
|
||||
<string name="sk_settings_emoji_reactions">Activar reacciones con emoticonos</string>
|
||||
<string name="sk_settings_emoji_reactions_explanation">Muestra las reacciones con emoticonos a las publicaciones y te permite añadir las tuyas. Varias instancias del Fediverso lo soportan, pero Mastodon no.</string>
|
||||
<string name="sk_settings_emoji_reactions_in_lists_explanation">Las reacciones con los emoticonos deben mostrarse en las líneas de tiempo. Si esta opción está desactivada, las reacciones con los emoticonos solo se mostrarán al ver un hilo.</string>
|
||||
@@ -399,8 +399,10 @@
|
||||
<string name="sk_load_missing_posts_below">Cargar publicaciones más antiguas</string>
|
||||
<string name="sk_time_seconds">%d segundos</string>
|
||||
<string name="sk_load_missing_posts_above">Cargar publicaciones más recientes</string>
|
||||
<string name="sk_trending_posts_info_banner">Estos son los posts que ganan popularidad en tu servidor.</string>
|
||||
<string name="sk_trending_links_info_banner">Estas son las noticias de las que se habla en tu servidor.</string>
|
||||
<string name="sk_trending_posts_info_banner">Estas publicaciones están ganando adeptos en Fediverse.</string>
|
||||
<string name="sk_trending_links_info_banner">Estas noticias están dando que hablar en todo el Fediverso.</string>
|
||||
<string name="sk_blocked_accounts">Cuentas bloqueadas</string>
|
||||
<string name="sk_muted_accounts">Cuentas silenciadas</string>
|
||||
<string name="sk_settings_like_icon">Utilizar el corazón como icono favorito</string>
|
||||
<string name="sk_recently_used">Utilizado recientemente</string>
|
||||
</resources>
|
||||
@@ -443,4 +443,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -599,4 +599,7 @@
|
||||
<item quantity="one">%,d فرسته امروز</item>
|
||||
<item quantity="other">%,d فرسته امروز</item>
|
||||
</plurals>
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -600,4 +600,7 @@
|
||||
<item quantity="other">%,d viestiä tänään</item>
|
||||
</plurals>
|
||||
<string name="error_playing_video">Virhe videon toistossa</string>
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -409,4 +409,5 @@
|
||||
<string name="sk_trending_links_info_banner">Näistä uutisjutuista keskustellaan Fediversumissa.</string>
|
||||
<string name="sk_post_contains_media">Julkaisussa on mediaa</string>
|
||||
<string name="sk_settings_like_icon">Käytä sydäntä suosikkikuvakkeena</string>
|
||||
<string name="sk_recently_used">Äskettäin käytetty</string>
|
||||
</resources>
|
||||
@@ -286,4 +286,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -596,4 +596,7 @@
|
||||
<item quantity="one">%,d message aujourd’hui</item>
|
||||
<item quantity="other">%,d messages aujourd’hui</item>
|
||||
</plurals>
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -22,9 +22,9 @@
|
||||
<string name="sk_check_for_update">Vérifier les mises à jour</string>
|
||||
<string name="sk_no_update_available">Pas de mise a jour disponible</string>
|
||||
<string name="sk_list_timelines">Listes</string>
|
||||
<string name="sk_follow_requests">Suivre les demandes</string>
|
||||
<string name="sk_accept_follow_request">Accepter la demande de suivi</string>
|
||||
<string name="sk_reject_follow_request">Refuser la demande de suivi</string>
|
||||
<string name="sk_follow_requests">Demandes d’abonnement</string>
|
||||
<string name="sk_accept_follow_request">Accepter la demande d’abonnement</string>
|
||||
<string name="sk_reject_follow_request">Refuser la demande d’abonnement</string>
|
||||
<string name="sk_lists_with_user">Listes avec %s</string>
|
||||
<string name="sk_settings_always_reveal_content_warnings">Toujours afficher les avertissements de contenu</string>
|
||||
<string name="sk_settings_enable_marquee">Désactiver le défilement du texte dans les barres de titre</string>
|
||||
@@ -148,7 +148,7 @@
|
||||
<string name="sk_remove_follower_success">Abonné supprimé avec succès</string>
|
||||
<string name="sk_changelog">Journal des modifications</string>
|
||||
<string name="sk_remove_follower_confirm">Supprimer %s en tant qu\'abonné en le bloquant et en le débloquant immédiatement \?</string>
|
||||
<string name="sk_remove_follower">Supprimer comme abonné</string>
|
||||
<string name="sk_remove_follower">Retirer des abonné·e·s</string>
|
||||
<string name="sk_unpin_timeline">Détacher le fil</string>
|
||||
<string name="sk_alt_text_missing_title">Texte alternatif manquant</string>
|
||||
<string name="sk_alt_text_missing">Au moins une pièce jointe ne contient pas de description.</string>
|
||||
@@ -404,4 +404,5 @@
|
||||
<string name="sk_blocked_accounts">Comptes bloqués</string>
|
||||
<string name="sk_muted_accounts">Comptes silenciés</string>
|
||||
<string name="sk_settings_like_icon">Utiliser le cœur comme icône pour les favoris</string>
|
||||
<string name="sk_recently_used">Utilisé récemment</string>
|
||||
</resources>
|
||||
@@ -22,4 +22,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -642,4 +642,7 @@
|
||||
<string name="time_days_ago_short">%dl air ais</string>
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -599,4 +599,7 @@
|
||||
<item quantity="one">%,d publicación hoxe</item>
|
||||
<item quantity="other">%,d publicacións hoxe</item>
|
||||
</plurals>
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -390,6 +390,10 @@
|
||||
<item quantity="one">Un usuario reaccionou con %2$s</item>
|
||||
<item quantity="other">%1$,d usuarios reaccionaron con %2$s</item>
|
||||
</plurals>
|
||||
<string name="sk_search_suicide_message">Se estás a buscar para non suicidarte, é este. Por favor considera poñerte en contacto coa túa liña de suicidios local se estás en apuros</string>
|
||||
<string name="sk_search_suicide_message">Se estás a buscar para non suicidarte, é este. Por favor considera poñerte en contacto coa túa liña de suicidios local se estás en apuros.</string>
|
||||
<string name="sk_post_contains_media">A publicación contén contido multimedia</string>
|
||||
<string name="sk_settings_like_icon">Empregar o corazón como icona favorita</string>
|
||||
<string name="sk_blocked_accounts">Contas bloqueadas</string>
|
||||
<string name="sk_muted_accounts">Contas silenciadas</string>
|
||||
<string name="sk_recently_used">Empregados recentemente</string>
|
||||
</resources>
|
||||
@@ -49,4 +49,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -229,4 +229,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -374,4 +374,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -386,4 +386,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -22,4 +22,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -568,4 +568,7 @@
|
||||
<plurals name="x_posts_today">
|
||||
<item quantity="other">%,d kiriman hari ini</item>
|
||||
</plurals>
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -397,4 +397,5 @@
|
||||
<string name="sk_blocked_accounts">Akun yang diblokir</string>
|
||||
<string name="sk_muted_accounts">Akun yang dibisukan</string>
|
||||
<string name="sk_settings_like_icon">Gunakam hati sebagai ikon favorit</string>
|
||||
<string name="sk_recently_used">Baru-baru ini digunakan</string>
|
||||
</resources>
|
||||
@@ -600,4 +600,39 @@
|
||||
<item quantity="other">%,d færslur í dag</item>
|
||||
</plurals>
|
||||
<string name="error_playing_video">Villa við að spila myndskeið</string>
|
||||
<string name="timeline_following">Fylgist með</string>
|
||||
<string name="lists">Listar</string>
|
||||
<string name="followed_hashtags">Myllumerki sem fylgst er með</string>
|
||||
<string name="no_lists">Þú ert ekki ennþá með neina lista.</string>
|
||||
<string name="no_followed_hashtags">Þú fylgist ekki með neinum myllumerkjum.</string>
|
||||
<string name="manage_lists">Sýsla með lista</string>
|
||||
<string name="manage_hashtags">Sýsla með myllumerki</string>
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<string name="dropdown_menu">Fellivalmynd</string>
|
||||
<string name="edit_list">Breyta lista</string>
|
||||
<string name="list_members">Meðlimir lista</string>
|
||||
<string name="delete_list">Eyða lista</string>
|
||||
<!-- %s is the name of the list -->
|
||||
<string name="delete_list_confirm">Eyða “%s”?</string>
|
||||
<string name="list_exclusive">Fela meðlimi í Fylgist með</string>
|
||||
<string name="list_exclusive_subtitle">Ef einhver er á þessum lista, geturðu falið viðkomandi í \'Fylgist með\'-tímalínunni þinni til að koma í veg fyrir að þú sjáir færslurnar frá þeim tvisvar.</string>
|
||||
<string name="list_name">Heiti lista</string>
|
||||
<string name="list_show_replies_to">Sýna svör til</string>
|
||||
<string name="list_replies_no_one">Engra</string>
|
||||
<string name="list_replies_members">Meðlima listans</string>
|
||||
<string name="list_replies_anyone">Hverjum þeim sem ég fylgi</string>
|
||||
<string name="confirm_remove_list_members">Fjarlægja meðlimi?</string>
|
||||
<string name="remove">Fjarlægja</string>
|
||||
<string name="add_list_member">Bæta við meðlimi</string>
|
||||
<string name="search_among_people_you_follow">Leita meðal þeirra sem þú fylgist með</string>
|
||||
<string name="add_user_to_list">Bæta á lista…</string>
|
||||
<string name="add_user_to_list_title">Bæta á lista</string>
|
||||
<!-- %s is a username -->
|
||||
<string name="manage_user_lists">Sýsla með lista sem %s birtist á</string>
|
||||
<string name="remove_from_list">Fjarlægja af lista</string>
|
||||
<string name="confirm_remove_list_member">Fjarlægja meðlim?</string>
|
||||
<plurals name="x_posts_recently">
|
||||
<item quantity="one">%,d nýleg færsla</item>
|
||||
<item quantity="other">%,d nýlegar færslur</item>
|
||||
</plurals>
|
||||
</resources>
|
||||
|
||||
@@ -600,4 +600,7 @@
|
||||
<item quantity="other">%,d post oggi</item>
|
||||
</plurals>
|
||||
<string name="error_playing_video">Errore nella riproduzione del video</string>
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -90,4 +90,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -569,4 +569,38 @@
|
||||
<item quantity="other">今日の投稿 %,d 件</item>
|
||||
</plurals>
|
||||
<string name="error_playing_video">動画再生に失敗しました</string>
|
||||
<string name="timeline_following">フォロー中</string>
|
||||
<string name="lists">リスト</string>
|
||||
<string name="followed_hashtags">フォロー中のハッシュタグ</string>
|
||||
<string name="no_lists">まだリストがありません。</string>
|
||||
<string name="no_followed_hashtags">ハッシュタグをフォローしていません。</string>
|
||||
<string name="manage_lists">リストを管理</string>
|
||||
<string name="manage_hashtags">ハッシュタグを管理</string>
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<string name="dropdown_menu">ドロップダウンメニュー</string>
|
||||
<string name="edit_list">リストを編集</string>
|
||||
<string name="list_members">リストのメンバー</string>
|
||||
<string name="delete_list">リストを削除</string>
|
||||
<!-- %s is the name of the list -->
|
||||
<string name="delete_list_confirm">「%s」を削除しますか?</string>
|
||||
<string name="list_exclusive">フォロー中のメンバーを非表示</string>
|
||||
<string name="list_exclusive_subtitle">このリストに誰かが表示されている場合は、フォロー中タイムラインで投稿を 2 回表示しないように非表示にしてください。</string>
|
||||
<string name="list_name">リスト名</string>
|
||||
<string name="list_show_replies_to">リプライを表示</string>
|
||||
<string name="list_replies_no_one">なし</string>
|
||||
<string name="list_replies_members">リストのメンバー</string>
|
||||
<string name="list_replies_anyone">フォローしている人</string>
|
||||
<string name="confirm_remove_list_members">メンバーを削除しますか?</string>
|
||||
<string name="remove">削除</string>
|
||||
<string name="add_list_member">メンバーを追加</string>
|
||||
<string name="search_among_people_you_follow">フォローしている人の中から検索</string>
|
||||
<string name="add_user_to_list">リストに追加…</string>
|
||||
<string name="add_user_to_list_title">リストに追加</string>
|
||||
<!-- %s is a username -->
|
||||
<string name="manage_user_lists">%s さんが表示されるリストを管理</string>
|
||||
<string name="remove_from_list">リストから外す</string>
|
||||
<string name="confirm_remove_list_member">メンバーを削除しますか?</string>
|
||||
<plurals name="x_posts_recently">
|
||||
<item quantity="other">最近の投稿 %,d 件</item>
|
||||
</plurals>
|
||||
</resources>
|
||||
|
||||
@@ -244,4 +244,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -302,4 +302,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -182,4 +182,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -596,4 +596,7 @@
|
||||
<item quantity="one">%,d bericht vandaag</item>
|
||||
<item quantity="other">%,d berichten vandaag</item>
|
||||
</plurals>
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -325,4 +325,5 @@
|
||||
<string name="sk_time_days">%d dagen</string>
|
||||
<string name="sk_time_seconds">%d seconden</string>
|
||||
<string name="sk_search_suicide_hotlines">Vind een hulplijn</string>
|
||||
<string name="sk_recently_used">Recent gebruikt</string>
|
||||
</resources>
|
||||
@@ -583,4 +583,7 @@
|
||||
<string name="time_days_ago_short">%dd siden</string>
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -81,4 +81,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -459,4 +459,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -583,4 +583,7 @@
|
||||
<item quantity="one">%,d participante</item>
|
||||
<item quantity="other">%,d participantes</item>
|
||||
</plurals>
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -236,4 +236,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -50,4 +50,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -379,11 +379,11 @@
|
||||
<string name="sk_time_days">%d zile</string>
|
||||
<string name="sk_settings_show_emoji_reactions_always">Afișați mereu butonul adăugare</string>
|
||||
<string name="sk_search_suicide_hotlines">Găsiți o linie de asistență telefonică</string>
|
||||
<string name="sk_enter_emoji_hint">Scrieți un emoji sau căutați emoji personalizat</string>
|
||||
<string name="sk_enter_emoji_hint">Scrieți un emoji sau căutați</string>
|
||||
<string name="sk_do_not_show_again">Nu mai afișați din nou</string>
|
||||
<string name="sk_suicide_helplines_url">http://www.antisuicid.com/</string>
|
||||
<string name="sk_enter_emoji_toast">Vă rugăm scrieți un emoji</string>
|
||||
<string name="sk_trending_posts_info_banner">Acestea sunt postările care prind tracțiune pe serverul tău.</string>
|
||||
<string name="sk_trending_posts_info_banner">Acest postări prind acum tracțiune pe Fedivers.</string>
|
||||
<string name="sk_button_react">Reacționați cu un emoji</string>
|
||||
<string name="sk_load_missing_posts_below">Încărcați postări mai vechi</string>
|
||||
<string name="sk_settings_emoji_reactions_explanation">Afișează reacțiile emoji la postări și vă permite să le adăugați pe ale dumneavoastră. Diferite servere Fedivers acceptă acest lucru, dar Mastodon nu.</string>
|
||||
@@ -395,8 +395,10 @@
|
||||
<item quantity="other">%1$,d de utilizatori au reacționat cu %2$s</item>
|
||||
</plurals>
|
||||
<string name="sk_search_suicide_message">Dacă sunteți în căutarea unui semn pentru a nu vă sinucide, acesta este. Vă rugăm să luați în considerare posibilitatea de a apela la o linie telefonică locală de urgență pentru suicid dacă vă aflați în dificultate.</string>
|
||||
<string name="sk_trending_links_info_banner">Acestea sunt știrile despre care se vorbește pe serverul tău.</string>
|
||||
<string name="sk_trending_links_info_banner">Acestea sunt știrile despre care se vorbește pe Fedivers.</string>
|
||||
<string name="sk_post_contains_media">Postare conține media</string>
|
||||
<string name="sk_blocked_accounts">Conturi blocate</string>
|
||||
<string name="sk_muted_accounts">Conturi amuțite</string>
|
||||
<string name="sk_settings_like_icon">Folosiți inimă ca iconița favorite</string>
|
||||
<string name="sk_recently_used">Recent folosit</string>
|
||||
</resources>
|
||||
@@ -662,4 +662,7 @@
|
||||
<item quantity="other">%,d постов сегодня</item>
|
||||
</plurals>
|
||||
<string name="error_playing_video">Ошибка воспроизведения видео</string>
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -274,7 +274,7 @@
|
||||
<string name="sk_reacted">%s отреагировал</string>
|
||||
<string name="sk_notification_action_replied">Отправлен ответ на %s</string>
|
||||
<string name="sk_show_thread">Показать тему</string>
|
||||
<string name="sk_icon_feed">Новости</string>
|
||||
<string name="sk_icon_feed">Лента</string>
|
||||
<string name="sk_settings_auto_reveal_nobody">Никогда</string>
|
||||
<string name="sk_settings_auto_reveal_author">Ответы от этого автора</string>
|
||||
<string name="sk_settings_auto_reveal_anyone">Ответы ото всех</string>
|
||||
@@ -333,10 +333,10 @@
|
||||
<string name="sk_settings_content_types_explanation">Позволяет устанавливать тип содержимого вроде Markdown при создании поста. Имейте в виду, что это поддерживается не на всех серверах.</string>
|
||||
<string name="sk_settings_allow_remote_loading_explanation">Пробовать получить более точные данные о подписчиках, избранных и продвижениях, загрузив информацию из экземпляра происхождения.</string>
|
||||
<string name="sk_settings_default_content_type_explanation">Это позволяет предварительно выбирать тип содержимого при создании новых публикаций, переопределяя значение, установленное в “Параметры публикации”.</string>
|
||||
<string name="sk_trending_posts_info_banner">Эти посты набирают обороты на вашем сервере.</string>
|
||||
<string name="sk_trending_posts_info_banner">Эти посты сейчас набирают обороты в Fediverse.</string>
|
||||
<string name="sk_settings_continues_playback_summary">Позволять продолжить воспроизведение уже проигрываемого медиа, накладывая его на новое воспроизведение</string>
|
||||
<string name="sk_settings_continues_playback">Наложение аудио</string>
|
||||
<string name="sk_trending_links_info_banner">Это новости, которые обсуждаются на вашем сервере.</string>
|
||||
<string name="sk_trending_links_info_banner">Эти новости обсуждаются во всем Fediverse.</string>
|
||||
<string name="sk_disable_pill_shaped_active_indicator">Отключить индикатор активной вкладки в виде таблетки</string>
|
||||
<string name="sk_tab_profile">Профиль</string>
|
||||
<plurals name="sk_time_seconds">
|
||||
@@ -411,4 +411,11 @@
|
||||
<string name="sk_post_contains_media">Пост содержит медиа</string>
|
||||
<string name="sk_tab_notifications">Уведомления</string>
|
||||
<string name="sk_list_exclusive_switch_explanation">Участники эксклюзивного списка не будут отображаться в вашей домашней ленте - если ваш экземпляр поддерживает такую возможность.</string>
|
||||
<string name="sk_settings_like_icon">Использовать сердечно как значок избранного</string>
|
||||
<string name="sk_blocked_accounts">Заблокированые аккаунты</string>
|
||||
<string name="sk_settings_forward_report_default">По умолчанию переключатель \"Отчет о пересылке\"</string>
|
||||
<string name="sk_muted_accounts">Заглушенные аккаунты</string>
|
||||
<string name="sk_list_exclusive_switch">Сделать список исключительным</string>
|
||||
<string name="sk_recently_used">Недавно использованные</string>
|
||||
<string name="sk_exclusive_list">Исключительный список</string>
|
||||
</resources>
|
||||
@@ -77,4 +77,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -547,4 +547,7 @@
|
||||
<string name="settings_privacy">Zasebnost in dosegljivost</string>
|
||||
<string name="settings_discoverable">Izpostavljaj profile in objave v algoritmih odkrivanja</string>
|
||||
<string name="settings_indexable">Med zadetke iskanja vključi javne objave</string>
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -436,4 +436,7 @@
|
||||
<!-- %s is the name of the post language -->
|
||||
<string name="translate_post">Översätt från %s</string>
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -569,4 +569,38 @@
|
||||
<item quantity="other">%,d โพสต์วันนี้</item>
|
||||
</plurals>
|
||||
<string name="error_playing_video">เกิดข้อผิดพลาดในการเล่นวิดีโอ</string>
|
||||
<string name="timeline_following">กำลังติดตาม</string>
|
||||
<string name="lists">รายการ</string>
|
||||
<string name="followed_hashtags">แฮชแท็กที่ติดตาม</string>
|
||||
<string name="no_lists">คุณยังไม่มีรายการใด ๆ</string>
|
||||
<string name="no_followed_hashtags">คุณไม่ได้ติดตามแฮชแท็กใด ๆ</string>
|
||||
<string name="manage_lists">จัดการรายการ</string>
|
||||
<string name="manage_hashtags">จัดการแฮชแท็ก</string>
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<string name="dropdown_menu">เมนูแบบเลื่อนลง</string>
|
||||
<string name="edit_list">แก้ไขรายการ</string>
|
||||
<string name="list_members">สมาชิกของรายการ</string>
|
||||
<string name="delete_list">ลบรายการ</string>
|
||||
<!-- %s is the name of the list -->
|
||||
<string name="delete_list_confirm">ลบ “%s”?</string>
|
||||
<string name="list_exclusive">ซ่อนสมาชิกในกำลังติดตาม</string>
|
||||
<string name="list_exclusive_subtitle">หากใครสักคนอยู่ในรายการนี้ ให้ซ่อนเขาในเส้นเวลากำลังติดตามของคุณเพื่อหลีกเลี่ยงการเห็นโพสต์ของเขาสองครั้ง</string>
|
||||
<string name="list_name">ชื่อรายการ</string>
|
||||
<string name="list_show_replies_to">แสดงการตอบกลับแก่</string>
|
||||
<string name="list_replies_no_one">ไม่มีใคร</string>
|
||||
<string name="list_replies_members">สมาชิกของรายการ</string>
|
||||
<string name="list_replies_anyone">ใครก็ตามที่ฉันติดตาม</string>
|
||||
<string name="confirm_remove_list_members">เอาสมาชิกออก?</string>
|
||||
<string name="remove">เอาออก</string>
|
||||
<string name="add_list_member">เพิ่มสมาชิก</string>
|
||||
<string name="search_among_people_you_follow">ค้นหาในหมู่ผู้คนที่คุณติดตาม</string>
|
||||
<string name="add_user_to_list">เพิ่มไปยังรายการ…</string>
|
||||
<string name="add_user_to_list_title">เพิ่มไปยังรายการ</string>
|
||||
<!-- %s is a username -->
|
||||
<string name="manage_user_lists">จัดการรายการที่ %s ปรากฏอยู่ใน</string>
|
||||
<string name="remove_from_list">เอาออกจากรายการ</string>
|
||||
<string name="confirm_remove_list_member">เอาสมาชิกออก?</string>
|
||||
<plurals name="x_posts_recently">
|
||||
<item quantity="other">%,d โพสต์ล่าสุด</item>
|
||||
</plurals>
|
||||
</resources>
|
||||
|
||||
@@ -599,4 +599,7 @@
|
||||
<item quantity="one">%,d bunu gönder</item>
|
||||
<item quantity="other">%,d bunları gönder</item>
|
||||
</plurals>
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -662,4 +662,7 @@
|
||||
<item quantity="other">%,d дописа сьогодні</item>
|
||||
</plurals>
|
||||
<string name="error_playing_video">Помилка відтворення відео</string>
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -372,7 +372,7 @@
|
||||
<string name="sk_settings_emoji_reactions">Увімкнути реакції з емоджі</string>
|
||||
<string name="sk_settings_emoji_reactions_explanation">Показує реакції емоджі на дописи та дає змогу додавати свої. Різні сервери Fediverse підтримують цю функцію, але Mastodon не підтримує.</string>
|
||||
<string name="sk_enter_emoji_toast">Введіть емоджі</string>
|
||||
<string name="sk_enter_emoji_hint">Введіть або знайдіть власний емоджі</string>
|
||||
<string name="sk_enter_emoji_hint">Введіть емоджі або скористайтеся пошуком</string>
|
||||
<string name="sk_settings_emoji_reactions_in_lists_explanation">Чи відображати реакції емоджі у стрічках. Якщо цю опцію вимкнено, реакції емоджі показуватимуться лише під час перегляду гілки.</string>
|
||||
<plurals name="sk_posts_count_label">
|
||||
<item quantity="one">допис</item>
|
||||
@@ -396,12 +396,14 @@
|
||||
<string name="sk_load_missing_posts_newest_first">Спочатку найновіші (за спаданням)</string>
|
||||
<string name="sk_load_missing_posts_below">Завантажити давніші дописи</string>
|
||||
<string name="sk_load_missing_posts_above">Завантажити новіші дописи</string>
|
||||
<string name="sk_trending_links_info_banner">Це новини, які обговорюються на вашому сервері.</string>
|
||||
<string name="sk_trending_links_info_banner">Ці новини обговорюють у всьому Fediverse.</string>
|
||||
<string name="sk_time_minutes">%d хвилин</string>
|
||||
<string name="sk_time_hours">%d годин</string>
|
||||
<string name="sk_time_seconds">%d секунд</string>
|
||||
<string name="sk_trending_posts_info_banner">Це дописи, які набирають популярність на вашому сервері.</string>
|
||||
<string name="sk_trending_posts_info_banner">Ці дописи зараз набирають популярність популярності у Fediverse.</string>
|
||||
<string name="sk_time_days">%d днів</string>
|
||||
<string name="sk_blocked_accounts">Заблоковані облікові записи</string>
|
||||
<string name="sk_muted_accounts">Ігноровані облікові записи</string>
|
||||
<string name="sk_settings_like_icon">Використовувати серце як піктограму «Вподобане»</string>
|
||||
<string name="sk_recently_used">Недавно використані</string>
|
||||
</resources>
|
||||
@@ -22,4 +22,7 @@
|
||||
<!-- Shown in the post header. Please keep it short -->
|
||||
<!-- %s is the name of the post language -->
|
||||
<!-- %1$s is the language, %2$s is the name of the translation service -->
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -568,4 +568,39 @@
|
||||
<plurals name="x_posts_today">
|
||||
<item quantity="other">%,d tút hôm nay</item>
|
||||
</plurals>
|
||||
<string name="error_playing_video">Lỗi khi phát video</string>
|
||||
<string name="timeline_following">Đang theo dõi</string>
|
||||
<string name="lists">Danh sách</string>
|
||||
<string name="followed_hashtags">Hashtag theo dõi</string>
|
||||
<string name="no_lists">Bạn chưa có danh sách nào.</string>
|
||||
<string name="no_followed_hashtags">Bạn chưa theo dõi hashtag nào.</string>
|
||||
<string name="manage_lists">Quản lý danh sách</string>
|
||||
<string name="manage_hashtags">Quản lý hashtag</string>
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<string name="dropdown_menu">Menu xổ xuống</string>
|
||||
<string name="edit_list">Sửa danh sách</string>
|
||||
<string name="list_members">Liệt kê các thành viên</string>
|
||||
<string name="delete_list">Xóa danh sách</string>
|
||||
<!-- %s is the name of the list -->
|
||||
<string name="delete_list_confirm">Xóa “%s”?</string>
|
||||
<string name="list_exclusive">Ẩn người đang theo dõi</string>
|
||||
<string name="list_exclusive_subtitle">Nếu ai đó có trong danh sách này, ẩn họ trong bảng tin Đang theo dõi để tránh thấy tút của họ hiện trùng lặp.</string>
|
||||
<string name="list_name">Tên danh sách</string>
|
||||
<string name="list_show_replies_to">Hiện trả lời với</string>
|
||||
<string name="list_replies_no_one">Không ai</string>
|
||||
<string name="list_replies_members">Người trong danh sách</string>
|
||||
<string name="list_replies_anyone">Người tôi theo dõi</string>
|
||||
<string name="confirm_remove_list_members">Xóa người này?</string>
|
||||
<string name="remove">Xóa</string>
|
||||
<string name="add_list_member">Thêm người</string>
|
||||
<string name="search_among_people_you_follow">Tìm những người mà bạn quan tâm</string>
|
||||
<string name="add_user_to_list">Thêm vào danh sách…</string>
|
||||
<string name="add_user_to_list_title">Thêm vào danh sách</string>
|
||||
<!-- %s is a username -->
|
||||
<string name="manage_user_lists">Quản lý danh sách %s xuất hiện trên</string>
|
||||
<string name="remove_from_list">Xóa khỏi danh sách</string>
|
||||
<string name="confirm_remove_list_member">Xóa người này?</string>
|
||||
<plurals name="x_posts_recently">
|
||||
<item quantity="other">%,d tút mới</item>
|
||||
</plurals>
|
||||
</resources>
|
||||
|
||||
@@ -561,4 +561,7 @@
|
||||
<string name="settings_privacy">隐私与可达性</string>
|
||||
<string name="settings_discoverable">在发现算法中展示您的个人资料和嘟文</string>
|
||||
<string name="settings_indexable">将您的公开嘟文纳入搜索范围</string>
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<!-- %s is the name of the list -->
|
||||
<!-- %s is a username -->
|
||||
</resources>
|
||||
|
||||
@@ -325,7 +325,7 @@
|
||||
<string name="sk_button_react">用表情回应</string>
|
||||
<string name="sk_again_for_system_keyboard">再次点击以打开系统键盘</string>
|
||||
<string name="sk_enter_emoji_toast">请输入一个表情</string>
|
||||
<string name="sk_enter_emoji_hint">输入表情符号或搜索自定义表情</string>
|
||||
<string name="sk_enter_emoji_hint">输入表情符号或搜索</string>
|
||||
<string name="sk_mute_label">持续时间</string>
|
||||
<string name="sk_duration_indefinite">无限期</string>
|
||||
<string name="sk_duration_minutes_5">5分钟</string>
|
||||
@@ -386,13 +386,15 @@
|
||||
<string name="sk_settings_show_emoji_reactions_always">始终显示添加按钮</string>
|
||||
<string name="sk_search_suicide_hotlines">查找求助热线</string>
|
||||
<string name="sk_do_not_show_again">下次不再显示</string>
|
||||
<string name="sk_trending_posts_info_banner">这些是在你的服务器上引起关注的嘟文。</string>
|
||||
<string name="sk_trending_posts_info_banner">这些嘟文正在联邦宇宙上引起关注。</string>
|
||||
<string name="sk_load_missing_posts_below">加载较旧的嘟文</string>
|
||||
<string name="sk_search_suicide_title">以防你遇到困难…</string>
|
||||
<string name="sk_time_minutes">%d 分</string>
|
||||
<string name="sk_search_suicide_message">如果你正在寻找一个不自杀的迹象,这就是。如果你遇到困难,请考虑拨打当地的自杀热线。</string>
|
||||
<string name="sk_trending_links_info_banner">这些是你的服务器上正在谈论的新闻故事。</string>
|
||||
<string name="sk_trending_links_info_banner">这些新闻故事正在联邦宇宙上被讨论。</string>
|
||||
<string name="sk_post_contains_media">嘟文包含媒体</string>
|
||||
<string name="sk_blocked_accounts">已屏蔽账号</string>
|
||||
<string name="sk_muted_accounts">已静音账号</string>
|
||||
<string name="sk_settings_like_icon">使用心形作为收藏图标</string>
|
||||
<string name="sk_recently_used">最近使用</string>
|
||||
</resources>
|
||||
@@ -569,4 +569,38 @@
|
||||
<item quantity="other">本日共 %,d 則嘟文</item>
|
||||
</plurals>
|
||||
<string name="error_playing_video">播放影片時發生錯誤</string>
|
||||
<string name="timeline_following">跟隨中</string>
|
||||
<string name="lists">列表</string>
|
||||
<string name="followed_hashtags">已跟隨主題標籤</string>
|
||||
<string name="no_lists">您尚未建立任何列表。</string>
|
||||
<string name="no_followed_hashtags">您尚未跟隨任何主題標籤。</string>
|
||||
<string name="manage_lists">管理列表</string>
|
||||
<string name="manage_hashtags">管理主題標籤</string>
|
||||
<!-- Screen reader description for the menu on the home timeline screen -->
|
||||
<string name="dropdown_menu">下拉選單</string>
|
||||
<string name="edit_list">編輯列表</string>
|
||||
<string name="list_members">列表成員</string>
|
||||
<string name="delete_list">刪除列表</string>
|
||||
<!-- %s is the name of the list -->
|
||||
<string name="delete_list_confirm">刪除「%s」?</string>
|
||||
<string name="list_exclusive">隱藏跟隨中之成員</string>
|
||||
<string name="list_exclusive_subtitle">如果某個帳號於此列表中,將自您跟隨河道中隱藏此帳號,以防重複見到他們的嘟文。</string>
|
||||
<string name="list_name">列表名稱</string>
|
||||
<string name="list_show_replies_to">顯示回覆:</string>
|
||||
<string name="list_replies_no_one">沒有人</string>
|
||||
<string name="list_replies_members">列表成員</string>
|
||||
<string name="list_replies_anyone">任何我跟隨的人</string>
|
||||
<string name="confirm_remove_list_members">移除這些成員?</string>
|
||||
<string name="remove">移除</string>
|
||||
<string name="add_list_member">新增成員</string>
|
||||
<string name="search_among_people_you_follow">搜尋您跟隨的使用者</string>
|
||||
<string name="add_user_to_list">新增至列表...</string>
|
||||
<string name="add_user_to_list_title">新增至列表</string>
|
||||
<!-- %s is a username -->
|
||||
<string name="manage_user_lists">管理包含 %s 之列表</string>
|
||||
<string name="remove_from_list">從列表中移除</string>
|
||||
<string name="confirm_remove_list_member">移除此成員?</string>
|
||||
<plurals name="x_posts_recently">
|
||||
<item quantity="other">%,d 最近發嘟</item>
|
||||
</plurals>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user