mirror of
https://github.com/nostrlabs-io/zap-stream-flutter.git
synced 2025-06-21 21:22:50 +00:00
feat: improve notifications
This commit is contained in:
@ -10,7 +10,7 @@ no_user_found: لم يتم العثور على مستخدم
|
||||
anon: هوية مخفية
|
||||
viewers:
|
||||
one: 1 مشاهد
|
||||
other: "${n:decimalPattern} المشاهدين"
|
||||
other: "{n:decimalPattern} المشاهدين"
|
||||
"@viewers":
|
||||
description: عدد مشاهدي البث
|
||||
"@anon":
|
||||
@ -21,10 +21,11 @@ stream:
|
||||
ended: انتهى
|
||||
planned: مخطط
|
||||
started: بدأ $timestamp
|
||||
notification: ${name} بدأ البث المباشر!
|
||||
chat:
|
||||
disabled: تم تعطيل الدردشة
|
||||
disabled_timeout: "تنتهي المهلة: $time"
|
||||
timeout(rich): $mod انتهى الوقت $user لـ $time
|
||||
timeout(rich): $mod انتهى الوقت $user لـ ${time}
|
||||
"@timeout":
|
||||
description: رسالة دردشة تظهر أحداث المهلة
|
||||
ended: انتهى البث
|
||||
|
@ -22,10 +22,11 @@ stream:
|
||||
ended: KONEC
|
||||
planned: PLÁNOVANÉ
|
||||
started: Založeno $timestamp
|
||||
notification: ${name} byl spuštěn!
|
||||
chat:
|
||||
disabled: CHAT ZRUŠEN
|
||||
disabled_timeout: "Časový limit vyprší: $time"
|
||||
timeout(rich): $mod vypršel čas $user pro $time
|
||||
timeout(rich): $mod vypršel čas $user pro ${time}
|
||||
"@timeout":
|
||||
description: Zpráva chatu zobrazující události časového limitu
|
||||
ended: STREAM UKONČEN
|
||||
|
@ -22,10 +22,11 @@ stream:
|
||||
ended: AFSLUTTET
|
||||
planned: PLANLAGT
|
||||
started: Startet $timestamp
|
||||
notification: ${name} gik live!
|
||||
chat:
|
||||
disabled: CHAT DEAKTIVERET
|
||||
disabled_timeout: "Timeout udløber: $time"
|
||||
timeout(rich): $mod udløbet $user for $time
|
||||
timeout(rich): $mod udløbet $user for ${time}
|
||||
"@timeout":
|
||||
description: Chatbesked, der viser timeout-hændelser
|
||||
ended: STREAM AFSLUTTET
|
||||
|
@ -4,7 +4,7 @@ upload_avatar: Avatar hochladen
|
||||
klicken, um den Upload zu starten
|
||||
most_zapped_streamers: Meistgezappte Streamer
|
||||
"@most_zapped_streamers":
|
||||
description: Überschrift über gelistete Top-Streamer von zaps
|
||||
description: Überschrift über gelistete Top-Streamer nach Zaps
|
||||
no_user_found: Kein Benutzer gefunden
|
||||
"@no_user_found":
|
||||
description: Kein Benutzer bei der Suche gefunden
|
||||
@ -13,27 +13,28 @@ viewers:
|
||||
one: 1 Zuschauer
|
||||
other: ${n:decimalPattern} Zuschauer
|
||||
"@viewers":
|
||||
description: Anzahl der Betrachter des Streams
|
||||
description: Anzahl der Zuschauer des Streams
|
||||
"@anon":
|
||||
description: Ein anonymer Benutzer
|
||||
stream:
|
||||
status:
|
||||
live: LIVE
|
||||
ended: ENDED
|
||||
ended: BEENDET
|
||||
planned: GEPLANT
|
||||
started: Gestartet $timestamp
|
||||
notification: ${name} ging live!
|
||||
chat:
|
||||
disabled: CHAT DEAKTIVIERT
|
||||
disabled_timeout: "Die Zeitüberschreitung läuft ab: $time"
|
||||
timeout(rich): $mod Zeitüberschreitung $user für $time
|
||||
disabled_timeout: "Timeout läuft ab: $time"
|
||||
timeout(rich): $mod gibt $user einen Timeout für ${time}
|
||||
"@timeout":
|
||||
description: Chat-Nachricht mit Zeitüberschreitungsereignissen
|
||||
description: Chat-Nachricht mit Timeout-Ereignissen
|
||||
ended: STREAM BEENDET
|
||||
"@ended":
|
||||
description: Stream beendet Fußzeile am Ende des Chats
|
||||
zap(rich): $user hat $amount sats gezappt
|
||||
"@zap":
|
||||
description: Chatnachricht mit Stream Zaps
|
||||
description: Chat-Nachricht mit Stream-Zaps
|
||||
write:
|
||||
label: Nachricht schreiben
|
||||
"@label":
|
||||
|
@ -22,10 +22,11 @@ stream:
|
||||
ended: ENDED
|
||||
planned: ΣΧΕΔΙΑΣΜΟΣ
|
||||
started: Ξεκίνησε $timestamp
|
||||
notification: ${name} βγήκε ζωντανά!
|
||||
chat:
|
||||
disabled: ΑΠΕΝΕΡΓΟΠΟΙΗΜΈΝΗ ΣΥΝΟΜΙΛΊΑ
|
||||
disabled_timeout: "Το χρονικό όριο λήγει: $time"
|
||||
timeout(rich): $mod χρονομετρημένη λήξη $user για $time
|
||||
timeout(rich): $mod χρονομετρημένη λήξη $user για ${time}
|
||||
"@timeout":
|
||||
description: Μήνυμα συνομιλίας που εμφανίζει συμβάντα timeout
|
||||
ended: STREAM ΤΕΛΕΙΩΣΕ
|
||||
|
@ -21,6 +21,7 @@ stream:
|
||||
ended: ENDED
|
||||
planned: PLANNED
|
||||
started: Started $timestamp
|
||||
notification: ${name} went live!
|
||||
chat:
|
||||
disabled: CHAT DISABLED
|
||||
disabled_timeout: "Timeout expires: $time"
|
||||
|
@ -22,10 +22,11 @@ stream:
|
||||
ended: FIN
|
||||
planned: PLANIFICADO
|
||||
started: Comenzó $timestamp
|
||||
notification: ${name} ¡se ha puesto en marcha!
|
||||
chat:
|
||||
disabled: CHAT DESHABILITADO
|
||||
disabled_timeout: "El tiempo de espera expira: $time"
|
||||
timeout(rich): $mod timed out $user para $time
|
||||
timeout(rich): $mod timed out $user para ${time}
|
||||
"@timeout":
|
||||
description: Mensaje de chat que muestra los eventos de tiempo de espera
|
||||
ended: STREAM FINED
|
||||
|
@ -22,10 +22,11 @@ stream:
|
||||
ended: ENDED
|
||||
planned: SUUNNITELTU
|
||||
started: Aloitettu $timestamp
|
||||
notification: ${name} meni suoraksi!
|
||||
chat:
|
||||
disabled: CHAT POISTETTU KÄYTÖSTÄ
|
||||
disabled_timeout: "Aikakatkaisu päättyy: $time"
|
||||
timeout(rich): $mod ajastettu $user for $time
|
||||
timeout(rich): $mod ajastettu $user for ${time}
|
||||
"@timeout":
|
||||
description: Chat-viesti, joka näyttää aikakatkaisutapahtumat
|
||||
ended: STREAM PÄÄTTYNYT
|
||||
|
@ -11,7 +11,7 @@ no_user_found: Aucun utilisateur trouvé
|
||||
anon: Anonyme
|
||||
viewers:
|
||||
one: 1 téléspectateur
|
||||
other: "${n:decimalPattern} téléspectateurs"
|
||||
other: "{n:decimalPattern} téléspectateurs"
|
||||
"@viewers":
|
||||
description: Nombre de spectateurs du flux
|
||||
"@anon":
|
||||
@ -22,10 +22,11 @@ stream:
|
||||
ended: FINI
|
||||
planned: PRÉVU
|
||||
started: Commencé à $timestamp
|
||||
notification: ${name} est en ligne !
|
||||
chat:
|
||||
disabled: CHAT DISABLED
|
||||
disabled_timeout: "Le délai expire : $time"
|
||||
timeout(rich): $mod $user a expiré dans le temps pour $time
|
||||
timeout(rich): $mod $user a expiré dans le temps pour ${time}
|
||||
"@timeout":
|
||||
description: Message de chat indiquant les événements de dépassement de délai
|
||||
ended: STREAM ENDED
|
||||
|
@ -22,6 +22,7 @@ stream:
|
||||
ended: ENDED
|
||||
planned: TERVEZETT
|
||||
started: Elindult $timestamp
|
||||
notification: ${name} elindult!
|
||||
chat:
|
||||
disabled: CHAT KIKAPCSOLVA
|
||||
disabled_timeout: "Az időkorlát lejár: $time"
|
||||
@ -56,7 +57,7 @@ stream:
|
||||
from: RAID FROM $name
|
||||
"@from":
|
||||
description: Chat raid üzenet egy másik folyamból
|
||||
countdown: Raiding a ${time}oldalon
|
||||
countdown: Raiding a ${time} oldalon
|
||||
"@countdown":
|
||||
description: Visszaszámláló időzítő az automatikus lovagláshoz
|
||||
goal:
|
||||
@ -84,7 +85,7 @@ button:
|
||||
embed:
|
||||
article_by: Cikk ${name}
|
||||
note_by: $name bejegyzése
|
||||
live_stream_by: Élő közvetítés a ${name}oldalon
|
||||
live_stream_by: Élő közvetítés a ${name} oldalon
|
||||
stream_list:
|
||||
following: Követettek bejegyzései
|
||||
live: Élő
|
||||
|
@ -22,10 +22,11 @@ stream:
|
||||
ended: FINE
|
||||
planned: PREVISTO
|
||||
started: Avviato $timestamp
|
||||
notification: ${name} è andato in onda!
|
||||
chat:
|
||||
disabled: CHAT DISABILITATA
|
||||
disabled_timeout: "Il timeout scade: $time"
|
||||
timeout(rich): $mod time out $user per $time
|
||||
timeout(rich): $mod time out $user per ${time}
|
||||
"@timeout":
|
||||
description: Messaggio di chat che mostra gli eventi di timeout
|
||||
ended: STREAM ENDED
|
||||
|
@ -21,10 +21,11 @@ stream:
|
||||
ended: 終了
|
||||
planned: 予定
|
||||
started: $timestamp を開始
|
||||
notification: ${name} がライブを開始した!
|
||||
chat:
|
||||
disabled: チャット無効
|
||||
disabled_timeout: タイムアウト: $time
|
||||
timeout(rich): $mod タイムアウト $user for $time
|
||||
timeout(rich): $mod タイムアウト $user for ${time}
|
||||
"@timeout":
|
||||
description: タイムアウトイベントを表示するチャットメッセージ
|
||||
ended: 配信終了
|
||||
|
@ -10,7 +10,7 @@ no_user_found: 사용자를 찾을 수 없습니다.
|
||||
anon: Anon
|
||||
viewers:
|
||||
one: 시청자 1명
|
||||
other: "${n:decimalPattern} 시청자"
|
||||
other: "{n:decimalPattern} 시청자"
|
||||
"@viewers":
|
||||
description: 스트림 시청자 수
|
||||
"@anon":
|
||||
@ -21,10 +21,11 @@ stream:
|
||||
ended: 종료
|
||||
planned: 계획된
|
||||
started: 시작 $timestamp
|
||||
notification: ${name} 라이브가 시작되었습니다!
|
||||
chat:
|
||||
disabled: 채팅 사용 안 함
|
||||
disabled_timeout: "시간 초과가 만료되었습니다: $time"
|
||||
timeout(rich): $mod 시간 초과됨 $user $time
|
||||
timeout(rich): $mod 시간 초과됨 $user ${time}
|
||||
"@timeout":
|
||||
description: 시간 초과 이벤트를 표시하는 채팅 메시지
|
||||
ended: 스트림 종료
|
||||
|
@ -22,10 +22,11 @@ stream:
|
||||
ended: GESLOTEN
|
||||
planned: GEPLAND
|
||||
started: Begonnen met $timestamp
|
||||
notification: ${name} ging live!
|
||||
chat:
|
||||
disabled: CHAT UITGESCHAKELD
|
||||
disabled_timeout: "Time-out loopt af: $time"
|
||||
timeout(rich): $mod timed out $user voor $time
|
||||
timeout(rich): $mod timed out $user voor ${time}
|
||||
"@timeout":
|
||||
description: Chatbericht met time-outgebeurtenissen
|
||||
ended: STREAM BEËINDIGD
|
||||
|
@ -22,10 +22,11 @@ stream:
|
||||
ended: ZAKOŃCZONY
|
||||
planned: PLANOWANE
|
||||
started: Start $timestamp
|
||||
notification: ${name} został uruchomiony!
|
||||
chat:
|
||||
disabled: CZAT WYŁĄCZONY
|
||||
disabled_timeout: "Upłynął limit czasu: $time"
|
||||
timeout(rich): $mod upłynął limit czasu $user dla $time
|
||||
timeout(rich): $mod upłynął limit czasu $user dla ${time}
|
||||
"@timeout":
|
||||
description: Komunikat czatu pokazujący zdarzenia przekroczenia limitu czasu
|
||||
ended: TRANSMISJA ZAKOŃCZONA
|
||||
|
@ -22,10 +22,11 @@ stream:
|
||||
ended: FINALIZADO
|
||||
planned: PLANEJADO
|
||||
started: Iniciado em $timestamp
|
||||
notification: ${name} foi ao ar!
|
||||
chat:
|
||||
disabled: BATE-PAPO DESATIVADO
|
||||
disabled_timeout: "O tempo limite expira: $time"
|
||||
timeout(rich): $mod Tempo esgotado $user para $time
|
||||
timeout(rich): $mod Tempo esgotado $user para ${time}
|
||||
"@timeout":
|
||||
description: Mensagem de bate-papo mostrando eventos de tempo limite
|
||||
ended: TRANSMISSÃO ENCERRADA
|
||||
|
@ -22,10 +22,11 @@ stream:
|
||||
ended: TERMINAT
|
||||
planned: PLANIFICATE
|
||||
started: A început $timestamp
|
||||
notification: ${name} a intrat în direct!
|
||||
chat:
|
||||
disabled: CHAT DEZACTIVAT
|
||||
disabled_timeout: "Timpul expiră: $time"
|
||||
timeout(rich): $mod Timed out $user pentru $time
|
||||
timeout(rich): $mod Timed out $user pentru ${time}
|
||||
"@timeout":
|
||||
description: Mesaj de chat care afișează evenimentele de timeout
|
||||
ended: STREAM ÎNCHEIAT
|
||||
|
@ -22,10 +22,11 @@ stream:
|
||||
ended: КОНЕЦ
|
||||
planned: ПЛАНИРУЕМЫЙ
|
||||
started: Начало $timestamp
|
||||
notification: ${name} запустился!
|
||||
chat:
|
||||
disabled: ЧАТ ОТКЛЮЧЕН
|
||||
disabled_timeout: "Таймаут истекает: $time"
|
||||
timeout(rich): $mod тайм-аут $user для $time
|
||||
timeout(rich): $mod тайм-аут $user для ${time}
|
||||
"@timeout":
|
||||
description: Сообщение в чате, показывающее события по тайм-ауту
|
||||
ended: ТРАНСЛЯЦИЯ ОКОНЧЕНА
|
||||
|
@ -1,19 +1,19 @@
|
||||
upload_avatar: Ladda upp avatar
|
||||
"@upload_avatar":
|
||||
description: Text som uppmanar användaren att trycka på avatarplatshållaren för
|
||||
description: Text som uppmanar användaren att trycka på avatar platshållaren för
|
||||
att påbörja uppladdningen
|
||||
most_zapped_streamers: De flesta zappade streamers
|
||||
most_zapped_streamers: De flest zappade streamers
|
||||
"@most_zapped_streamers":
|
||||
description: Rubrik över listade toppstreamers av zaps
|
||||
description: Rubrik över listade topp streamers av zaps
|
||||
no_user_found: Ingen användare hittades
|
||||
"@no_user_found":
|
||||
description: Ingen användare hittades vid sökning
|
||||
anon: Anon
|
||||
anon: Anno
|
||||
viewers:
|
||||
one: 1 tittare
|
||||
other: ${n:decimalPattern} tittare
|
||||
"@viewers":
|
||||
description: Antal tittare på streamingen
|
||||
description: Antal tittare på strömmingen
|
||||
"@anon":
|
||||
description: En anonym användare
|
||||
stream:
|
||||
@ -21,16 +21,17 @@ stream:
|
||||
live: LIVE
|
||||
ended: AVSLUTAD
|
||||
planned: PLANERADE
|
||||
started: Startade $timestamp
|
||||
started: Startad $timestamp
|
||||
notification: ${name} gick live!
|
||||
chat:
|
||||
disabled: CHAT AVSTÄNGD
|
||||
disabled_timeout: "Tidsgränsen går ut: $time"
|
||||
timeout(rich): $mod tidsbegränsad $user för $time
|
||||
timeout(rich): $mod tidsbegränsad $user för ${time}
|
||||
"@timeout":
|
||||
description: Chattmeddelande som visar timeout-händelser
|
||||
ended: STREAM AVSLUTAD
|
||||
"@ended":
|
||||
description: Stream avslutade sidfoten längst ner på chatten
|
||||
description: Streama slutade sidfot längst ned i chatten
|
||||
zap(rich): $user zapped $amount sats
|
||||
"@zap":
|
||||
description: Chattmeddelande som visar strömavbrott
|
||||
@ -38,27 +39,27 @@ stream:
|
||||
label: Skriv meddelande
|
||||
"@label":
|
||||
description: Etikett på inmatningsrutan för chattmeddelanden
|
||||
no_signer: Det går inte att skriva meddelanden med npub-inloggning
|
||||
no_signer: Det går inte att skriva meddelanden med n-pub inloggning
|
||||
"@no_signer":
|
||||
description: Chattinmatningsmeddelande som visas när användaren endast är
|
||||
inloggad med pubkey
|
||||
inloggad med publik nyckel
|
||||
login: Logga in för att skicka meddelanden
|
||||
"@login":
|
||||
description: Chattinmatningsmeddelande som visas när användaren är utloggad
|
||||
badge:
|
||||
awarded_to: "Tilldelas till:"
|
||||
"@awarded_to":
|
||||
description: Rubrik över lista över användare som tilldelats en badge
|
||||
description: Rubrik över listan över användare som tilldelas ett märke
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
to: RAIDING ${name}
|
||||
"@to":
|
||||
description: Chatta raidmeddelande till en annan ström
|
||||
from: RAID FRÅN $name
|
||||
description: Chatt raid meddelande till en annan ström
|
||||
from: RAID FRÅN ${name}
|
||||
"@from":
|
||||
description: Chat raid-meddelande från en annan ström
|
||||
countdown: Raiding på $time
|
||||
description: Chatt raid meddelande från en annan ström
|
||||
countdown: Radiering i ${time}
|
||||
"@countdown":
|
||||
description: Nedräkningstimer för auto-raiding
|
||||
description: Nedräkningstimer för auto- radiering
|
||||
goal:
|
||||
title: "Mål: $amount"
|
||||
remaining: "Kvarvarande: $amount"
|
||||
@ -74,7 +75,7 @@ button:
|
||||
description: Knapptext för följ-knappen
|
||||
unfollow: Sluta följa
|
||||
"@unfollow":
|
||||
description: Knapptext för avföljningsknappen
|
||||
description: Knapptext för sluta följa knappen
|
||||
mute: Tysta
|
||||
unmute: Avtysta
|
||||
share: Dela
|
||||
@ -82,9 +83,9 @@ button:
|
||||
connect: Anslut
|
||||
settings: Inställningar
|
||||
embed:
|
||||
article_by: Artikel av $name
|
||||
article_by: Artikel av ${name}
|
||||
note_by: Anteckning av $name
|
||||
live_stream_by: Direktsändning via $name
|
||||
live_stream_by: Direktsändning via ${name}
|
||||
stream_list:
|
||||
following: Följer
|
||||
live: Live
|
||||
@ -114,17 +115,17 @@ settings:
|
||||
profile:
|
||||
display_name: Visa namn
|
||||
about: Om
|
||||
nip05: Nostr Adress
|
||||
lud16: Adress för blixtnedslag
|
||||
nip05: Nostr adress
|
||||
lud16: Lightning-adress
|
||||
error:
|
||||
logged_out: Kan inte redigera profil när jag är utloggad
|
||||
wallet:
|
||||
connect_wallet: Connect plånbok (NWC nostr+walletconnect://)
|
||||
connect_wallet: Anslut plånbok (NWC nostr+walletconnect://)
|
||||
disconnect_wallet: Koppla bort plånboken
|
||||
connect_1tap: 1-Tap-anslutning
|
||||
connect_1tap: 1-tryck anslutning
|
||||
paste: Klistra in URL
|
||||
error:
|
||||
logged_out: Kan inte ansluta plånbok när du är inloggad
|
||||
logged_out: Kan inte ansluta plånbok när du är utloggad
|
||||
nwc_auth_event_not_found: Inget autentiseringshändelse för plånbok hittades
|
||||
login:
|
||||
username: Användarnamn
|
||||
|
@ -22,10 +22,11 @@ stream:
|
||||
ended: SONLANDI
|
||||
planned: PLANLANMIŞ
|
||||
started: Başlatıldı $timestamp
|
||||
notification: ${name} yayına girdi!
|
||||
chat:
|
||||
disabled: SOHBET DEVRE DIŞI
|
||||
disabled_timeout: "Zaman aşımı sona eriyor: $time"
|
||||
timeout(rich): $mod zaman aşımına uğradı $user için $time
|
||||
timeout(rich): $mod zaman aşımına uğradı $user ${time}için
|
||||
"@timeout":
|
||||
description: Zaman aşımı olaylarını gösteren sohbet mesajı
|
||||
ended: YAYIN SONLANDI
|
||||
@ -53,7 +54,7 @@ stream:
|
||||
to: RAIDING ${name}
|
||||
"@to":
|
||||
description: Başka bir akışa sohbet baskını mesajı
|
||||
from: ${name}ADRESINDEN RAID
|
||||
from: ${name} ADRESINDEN RAID
|
||||
"@from":
|
||||
description: Başka bir akıştan sohbet baskını mesajı
|
||||
countdown: ${time}adresinde baskın
|
||||
|
@ -22,10 +22,11 @@ stream:
|
||||
ended: ЗАКІНЧЕНО
|
||||
planned: ЗАПЛАНОВАНО
|
||||
started: Запустив $timestamp
|
||||
notification: ${name} запрацював!
|
||||
chat:
|
||||
disabled: ЧАТ ВІДКЛЮЧЕНО
|
||||
disabled_timeout: "Тайм-аут закінчився: $time"
|
||||
timeout(rich): $mod таймінг $user для $time
|
||||
timeout(rich): $mod таймінг $user для ${time}
|
||||
"@timeout":
|
||||
description: Повідомлення в чаті про події тайм-ауту
|
||||
ended: СТРІМ ЗАКІНЧИВСЯ
|
||||
|
@ -21,10 +21,11 @@ stream:
|
||||
ended: 結束
|
||||
planned: 計劃
|
||||
started: 開始 $timestamp
|
||||
notification: ${name} 已啟用!
|
||||
chat:
|
||||
disabled: 關閉聊天
|
||||
disabled_timeout: 超時過期: $time
|
||||
timeout(rich): $mod 超時 $user for $time
|
||||
timeout(rich): $mod 超時 $user for ${time}
|
||||
"@timeout":
|
||||
description: 顯示逾時事件的聊天訊息
|
||||
ended: 串流結束
|
||||
|
Reference in New Issue
Block a user