mirror of
https://github.com/nostrlabs-io/zap-stream-flutter.git
synced 2025-06-16 11:58:50 +00:00
feat: add translations
This commit is contained in:
122
lib/i18n/translated/af.i18n.yaml
Normal file
122
lib/i18n/translated/af.i18n.yaml
Normal file
@ -0,0 +1,122 @@
|
||||
upload_avatar: Upload Avatar
|
||||
"@upload_avatar":
|
||||
description: Text prompting user to hit avatar placeholder to begin upload
|
||||
most_zapped_streamers: Most Zapped Streamers
|
||||
"@most_zapped_streamers":
|
||||
description: Heading over listed top streamers by zaps
|
||||
no_user_found: No user found
|
||||
"@no_user_found":
|
||||
description: No user found when searching
|
||||
anon: Anon
|
||||
viewers:
|
||||
one: 1 viewer
|
||||
other: $n viewers
|
||||
"@viewers":
|
||||
description: Number of viewers of the stream
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: An anonymous user
|
||||
stream:
|
||||
status:
|
||||
live: LIVE
|
||||
ended: ENDED
|
||||
planned: PLANNED
|
||||
started: Started $timestamp
|
||||
chat:
|
||||
disabled: CHAT DISABLED
|
||||
disabled_timeout: "Timeout expires: $time"
|
||||
timeout(rich): $mod timed out $user for $time
|
||||
"@timeout":
|
||||
description: Chat message showing timeout events
|
||||
ended: STREAM ENDED
|
||||
"@ended":
|
||||
description: Stream ended footer at bottom of chat
|
||||
zap(rich): $user zapped $amount sats
|
||||
"@zap":
|
||||
description: Chat message showing stream zaps
|
||||
write:
|
||||
label: Write message
|
||||
"@label":
|
||||
description: Label on the chat message input box
|
||||
no_signer: Can't write messages with npub login
|
||||
"@no_signer":
|
||||
description: Chat input message shown when the user is logged in only with pubkey
|
||||
login: Please login to send messages
|
||||
"@login":
|
||||
description: Chat input message shown when the user is logged out
|
||||
badge:
|
||||
awarded_to: "Awarded to:"
|
||||
"@awarded_to":
|
||||
description: Heading over list of users who are awarded a badge
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Chat raid message to another stream
|
||||
from: RAID FROM $name
|
||||
"@from":
|
||||
description: Chat raid message from another stream
|
||||
countdown: Raiding in $time
|
||||
"@countdown":
|
||||
description: Countdown timer for auto-raiding
|
||||
goal:
|
||||
title: "Goal: $amount"
|
||||
remaining: "Remaining: $amount"
|
||||
complete: COMPLETE
|
||||
button:
|
||||
login: Login
|
||||
logout: Logout
|
||||
edit_profile: Edit Profile
|
||||
"@login":
|
||||
description: Button text for the login button
|
||||
follow: Follow
|
||||
"@follow":
|
||||
description: Button text for the follow button
|
||||
unfollow: Unfollow
|
||||
"@unfollow":
|
||||
description: Button text for the unfollow button
|
||||
mute: Mute
|
||||
unmute: Unmute
|
||||
share: Share
|
||||
save: Save
|
||||
embed:
|
||||
article_by: Article by $name
|
||||
note_by: Note by $name
|
||||
live_stream_by: Live stream by $name
|
||||
stream_list:
|
||||
following: Following
|
||||
live: Live
|
||||
planned: Planned
|
||||
ended: Ended
|
||||
"@stream_list":
|
||||
description: Headings on stream lists by stream type live/ended/planned etc.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Custom Amount
|
||||
confirm: Confirm
|
||||
comment: Comment
|
||||
button_zap_ready: Zap $amount sats
|
||||
button_zap: Zap
|
||||
button_open_wallet: Open in Wallet
|
||||
copy: Copied to clipboard
|
||||
error:
|
||||
invalid_custom_amount: Invalid custom amount
|
||||
no_wallet: No lightning wallet installed
|
||||
no_lud16: No lightning address found
|
||||
profile:
|
||||
past_streams: Past Streams
|
||||
edit:
|
||||
display_name: Display Name
|
||||
about: About
|
||||
nip05: Nostr Address
|
||||
lud16: Lightning Address
|
||||
error:
|
||||
logged_out: Cant edit profile when logged out
|
||||
login:
|
||||
username: Username
|
||||
amber: Login with Amber
|
||||
key: Login with Key
|
||||
create: Create Account
|
||||
error:
|
||||
invalid_key: Invalid key
|
123
lib/i18n/translated/ar.i18n.yaml
Normal file
123
lib/i18n/translated/ar.i18n.yaml
Normal file
@ -0,0 +1,123 @@
|
||||
upload_avatar: تحميل الصورة الرمزية
|
||||
"@upload_avatar":
|
||||
description: نص يطالب المستخدم بالضغط على العنصر النائب للصورة الرمزية لبدء التحميل
|
||||
most_zapped_streamers: معظم اللافتات التي يتم بثها
|
||||
"@most_zapped_streamers":
|
||||
description: التوجه فوق اللافتات العلوية المدرجة من قبل zaps
|
||||
no_user_found: لم يتم العثور على مستخدم
|
||||
"@no_user_found":
|
||||
description: لم يتم العثور على مستخدم عند البحث
|
||||
anon: هوية مخفية
|
||||
viewers:
|
||||
one: 1 مشاهد
|
||||
other: $n المشاهدون
|
||||
"@viewers":
|
||||
description: عدد مشاهدي البث
|
||||
placeholders:
|
||||
n:
|
||||
type: في
|
||||
"@anon":
|
||||
description: مستخدم مجهول
|
||||
stream:
|
||||
status:
|
||||
live: بث مباشر
|
||||
ended: انتهى
|
||||
planned: مخطط
|
||||
started: بدأ $timestamp
|
||||
chat:
|
||||
disabled: تم تعطيل الدردشة
|
||||
disabled_timeout: "تنتهي المهلة: $time"
|
||||
timeout(rich): $mod انتهى الوقت $user لـ $time
|
||||
"@timeout":
|
||||
description: رسالة دردشة تظهر أحداث المهلة
|
||||
ended: انتهى البث
|
||||
"@ended":
|
||||
description: تيار انتهى التذييل في أسفل الدردشة
|
||||
zap(rich): $user انطلق $amount ساتس
|
||||
"@zap":
|
||||
description: رسالة الدردشة التي تُظهر البث المباشر
|
||||
write:
|
||||
label: اكتب رسالة
|
||||
"@label":
|
||||
description: التسمية على مربع إدخال رسالة الدردشة
|
||||
no_signer: لا يمكن كتابة الرسائل باستخدام تسجيل الدخول إلى npub
|
||||
"@no_signer":
|
||||
description: تظهر رسالة إدخال الدردشة عندما يقوم المستخدم بتسجيل الدخول باستخدام
|
||||
مفتاح الحانة فقط
|
||||
login: الرجاء تسجيل الدخول لإرسال الرسائل
|
||||
"@login":
|
||||
description: تظهر رسالة إدخال الدردشة عند تسجيل خروج المستخدم من المحادثة
|
||||
badge:
|
||||
awarded_to: مُنحت الجائزة لـ
|
||||
"@awarded_to":
|
||||
description: العنوان فوق قائمة المستخدمين الذين حصلوا على شارة
|
||||
raid:
|
||||
to: التصفح $name
|
||||
"@to":
|
||||
description: رسالة غارة الدردشة إلى دفق آخر
|
||||
from: RAID من $name
|
||||
"@from":
|
||||
description: رسالة غارة الدردشة من دفق آخر
|
||||
countdown: الإغارة في $time
|
||||
"@countdown":
|
||||
description: مؤقت العد التنازلي للقيادة التلقائية
|
||||
goal:
|
||||
title: "الهدف: $amount"
|
||||
remaining: "المتبقي: $amount"
|
||||
complete: مكتمل
|
||||
button:
|
||||
login: تسجيل الدخول
|
||||
logout: تسجيل الخروج
|
||||
edit_profile: تعديل الملف الشخصي
|
||||
"@login":
|
||||
description: نص الزر الخاص بزر تسجيل الدخول
|
||||
follow: متابعة
|
||||
"@follow":
|
||||
description: نص الزر الخاص بزر المتابعة
|
||||
unfollow: الغاء المتابعة
|
||||
"@unfollow":
|
||||
description: نص الزر لزر إلغاء المتابعة
|
||||
mute: كتم
|
||||
unmute: رفع الكتم
|
||||
share: مشاركة
|
||||
save: حفظ
|
||||
embed:
|
||||
article_by: مقال بقلم $name
|
||||
note_by: ملاحظة من $name
|
||||
live_stream_by: بث مباشر من $name
|
||||
stream_list:
|
||||
following: المتابَعون
|
||||
live: بث مباشر
|
||||
planned: مخطط
|
||||
ended: انتهى
|
||||
"@stream_list":
|
||||
description: العناوين في قوائم البث حسب نوع البث المباشر/المُنتهي/المخطط له وما إلى ذلك.
|
||||
zap:
|
||||
title: زاب $name
|
||||
custom_amount: المبلغ المخصص
|
||||
confirm: تأكيد
|
||||
comment: تعليق
|
||||
button_zap_ready: أومض $amount ساتوشي
|
||||
button_zap: زاب
|
||||
button_open_wallet: فتح في المحفظة
|
||||
copy: نسخ إلى الحافظة
|
||||
error:
|
||||
invalid_custom_amount: مبلغ مخصص غير صالح
|
||||
no_wallet: لا توجد محفظة برق مثبتة
|
||||
no_lud16: لم يتم العثور على عنوان البرق
|
||||
profile:
|
||||
past_streams: التدفقات السابقة
|
||||
edit:
|
||||
display_name: اسم العرض
|
||||
about: نبذة
|
||||
nip05: عنوان نوستر
|
||||
lud16: عنوان البرق
|
||||
error:
|
||||
logged_out: لا يمكن تحرير ملف التعريف عند تسجيل الخروج
|
||||
login:
|
||||
username: اسم المستخدم
|
||||
amber: تسجيل الدخول مع آمبر
|
||||
key: تسجيل الدخول بالمفتاح
|
||||
create: إنشاء حساب
|
||||
error:
|
||||
invalid_key: مفتاح غير صالح
|
122
lib/i18n/translated/ca.i18n.yaml
Normal file
122
lib/i18n/translated/ca.i18n.yaml
Normal file
@ -0,0 +1,122 @@
|
||||
upload_avatar: Upload Avatar
|
||||
"@upload_avatar":
|
||||
description: Text prompting user to hit avatar placeholder to begin upload
|
||||
most_zapped_streamers: Most Zapped Streamers
|
||||
"@most_zapped_streamers":
|
||||
description: Heading over listed top streamers by zaps
|
||||
no_user_found: No user found
|
||||
"@no_user_found":
|
||||
description: No user found when searching
|
||||
anon: Anon
|
||||
viewers:
|
||||
one: 1 viewer
|
||||
other: $n viewers
|
||||
"@viewers":
|
||||
description: Number of viewers of the stream
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: An anonymous user
|
||||
stream:
|
||||
status:
|
||||
live: LIVE
|
||||
ended: ENDED
|
||||
planned: PLANNED
|
||||
started: Started $timestamp
|
||||
chat:
|
||||
disabled: CHAT DISABLED
|
||||
disabled_timeout: "Timeout expires: $time"
|
||||
timeout(rich): $mod timed out $user for $time
|
||||
"@timeout":
|
||||
description: Chat message showing timeout events
|
||||
ended: STREAM ENDED
|
||||
"@ended":
|
||||
description: Stream ended footer at bottom of chat
|
||||
zap(rich): $user zapped $amount sats
|
||||
"@zap":
|
||||
description: Chat message showing stream zaps
|
||||
write:
|
||||
label: Write message
|
||||
"@label":
|
||||
description: Label on the chat message input box
|
||||
no_signer: Can't write messages with npub login
|
||||
"@no_signer":
|
||||
description: Chat input message shown when the user is logged in only with pubkey
|
||||
login: Please login to send messages
|
||||
"@login":
|
||||
description: Chat input message shown when the user is logged out
|
||||
badge:
|
||||
awarded_to: "Awarded to:"
|
||||
"@awarded_to":
|
||||
description: Heading over list of users who are awarded a badge
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Chat raid message to another stream
|
||||
from: RAID FROM $name
|
||||
"@from":
|
||||
description: Chat raid message from another stream
|
||||
countdown: Raiding in $time
|
||||
"@countdown":
|
||||
description: Countdown timer for auto-raiding
|
||||
goal:
|
||||
title: "Goal: $amount"
|
||||
remaining: "Remaining: $amount"
|
||||
complete: COMPLETE
|
||||
button:
|
||||
login: Login
|
||||
logout: Logout
|
||||
edit_profile: Edit Profile
|
||||
"@login":
|
||||
description: Button text for the login button
|
||||
follow: Follow
|
||||
"@follow":
|
||||
description: Button text for the follow button
|
||||
unfollow: Unfollow
|
||||
"@unfollow":
|
||||
description: Button text for the unfollow button
|
||||
mute: Mute
|
||||
unmute: Unmute
|
||||
share: Share
|
||||
save: Save
|
||||
embed:
|
||||
article_by: Article by $name
|
||||
note_by: Note by $name
|
||||
live_stream_by: Live stream by $name
|
||||
stream_list:
|
||||
following: Following
|
||||
live: Live
|
||||
planned: Planned
|
||||
ended: Ended
|
||||
"@stream_list":
|
||||
description: Headings on stream lists by stream type live/ended/planned etc.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Custom Amount
|
||||
confirm: Confirm
|
||||
comment: Comment
|
||||
button_zap_ready: Zap $amount sats
|
||||
button_zap: Zap
|
||||
button_open_wallet: Open in Wallet
|
||||
copy: Copied to clipboard
|
||||
error:
|
||||
invalid_custom_amount: Invalid custom amount
|
||||
no_wallet: No lightning wallet installed
|
||||
no_lud16: No lightning address found
|
||||
profile:
|
||||
past_streams: Past Streams
|
||||
edit:
|
||||
display_name: Display Name
|
||||
about: About
|
||||
nip05: Nostr Address
|
||||
lud16: Lightning Address
|
||||
error:
|
||||
logged_out: Cant edit profile when logged out
|
||||
login:
|
||||
username: Username
|
||||
amber: Login with Amber
|
||||
key: Login with Key
|
||||
create: Create Account
|
||||
error:
|
||||
invalid_key: Invalid key
|
124
lib/i18n/translated/cs.i18n.yaml
Normal file
124
lib/i18n/translated/cs.i18n.yaml
Normal file
@ -0,0 +1,124 @@
|
||||
upload_avatar: Nahrát avatar
|
||||
"@upload_avatar":
|
||||
description: Text vyzývající uživatele, aby stiskl zástupný symbol avatara pro
|
||||
zahájení nahrávání
|
||||
most_zapped_streamers: Nejvíce zapnutých streamerů
|
||||
"@most_zapped_streamers":
|
||||
description: Směřování přes uvedené horní streamery podle zaps
|
||||
no_user_found: Nebyl nalezen žádný uživatel
|
||||
"@no_user_found":
|
||||
description: Při vyhledávání nebyl nalezen žádný uživatel
|
||||
anon: Anon
|
||||
viewers:
|
||||
one: 1 divák
|
||||
other: $n diváci
|
||||
"@viewers":
|
||||
description: Počet diváků streamu
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: Anonymní uživatel
|
||||
stream:
|
||||
status:
|
||||
live: LIVE
|
||||
ended: KONEC
|
||||
planned: PLÁNOVANÉ
|
||||
started: Založeno $timestamp
|
||||
chat:
|
||||
disabled: CHAT ZRUŠEN
|
||||
disabled_timeout: "Časový limit vyprší: $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
|
||||
"@ended":
|
||||
description: Zápatí v dolní části chatu ukončilo stream
|
||||
zap(rich): $user Zapped $amount sats
|
||||
"@zap":
|
||||
description: Zpráva chatu zobrazující proud zaps
|
||||
write:
|
||||
label: Napište zprávu
|
||||
"@label":
|
||||
description: Popisek na vstupním poli zprávy chatu
|
||||
no_signer: Nelze psát zprávy s přihlášením npub
|
||||
"@no_signer":
|
||||
description: Vstupní zpráva chatu se zobrazí, když je uživatel přihlášen pouze
|
||||
pomocí pubkey
|
||||
login: Pro odesílání zpráv se prosím přihlaste
|
||||
"@login":
|
||||
description: Vstupní zpráva chatu zobrazená při odhlášení uživatele
|
||||
badge:
|
||||
awarded_to: "Uděleno:"
|
||||
"@awarded_to":
|
||||
description: Záhlaví nad seznamem uživatelů, kterým byl udělen odznak
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Zpráva o nájezdu chatu do jiného proudu
|
||||
from: RAID Z $name
|
||||
"@from":
|
||||
description: Zpráva o nájezdu chatu z jiného proudu
|
||||
countdown: Nájezdy na $time
|
||||
"@countdown":
|
||||
description: Časovač odpočítávání pro automatický nájezd
|
||||
goal:
|
||||
title: "Cíl: $amount"
|
||||
remaining: "Zbývá: $amount"
|
||||
complete: KOMPLETNÍ
|
||||
button:
|
||||
login: Přihlášení
|
||||
logout: Odhlášení
|
||||
edit_profile: Upravit profil
|
||||
"@login":
|
||||
description: Text tlačítka pro přihlašovací tlačítko
|
||||
follow: Sledujte
|
||||
"@follow":
|
||||
description: Text tlačítka pro tlačítko sledovat
|
||||
unfollow: Zrušit sledování
|
||||
"@unfollow":
|
||||
description: Text tlačítka pro zrušení sledování
|
||||
mute: Ztlumit
|
||||
unmute: Zrušit ztlumení
|
||||
share: Sdílet
|
||||
save: Uložit
|
||||
embed:
|
||||
article_by: Článek na $name
|
||||
note_by: Poznámka $name
|
||||
live_stream_by: Přímý přenos na adrese $name
|
||||
stream_list:
|
||||
following: Po
|
||||
live: Živě
|
||||
planned: Plánované
|
||||
ended: Ukončeno
|
||||
"@stream_list":
|
||||
description: Nadpisy v seznamech proudů podle typu proudu živě/konec/plánovaně atd.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Vlastní částka
|
||||
confirm: Potvrďte
|
||||
comment: "Komentář:"
|
||||
button_zap_ready: Zap $amount sats
|
||||
button_zap: Zap
|
||||
button_open_wallet: Otevřít v peněžence
|
||||
copy: Zkopírováno do schránky
|
||||
error:
|
||||
invalid_custom_amount: Neplatná vlastní částka
|
||||
no_wallet: Není nainstalována blesková peněženka
|
||||
no_lud16: Nebyla nalezena žádná adresa blesku
|
||||
profile:
|
||||
past_streams: Minulé proudy
|
||||
edit:
|
||||
display_name: Zobrazení názvu
|
||||
about: O stránkách
|
||||
nip05: Adresa Nostr
|
||||
lud16: Adresa blesku
|
||||
error:
|
||||
logged_out: Nelze upravit profil, když je odhlášený
|
||||
login:
|
||||
username: Uživatelské jméno
|
||||
amber: Přihlášení pomocí Amber
|
||||
key: Přihlášení pomocí klíče
|
||||
create: Vytvořit účet
|
||||
error:
|
||||
invalid_key: Neplatný klíč
|
124
lib/i18n/translated/da.i18n.yaml
Normal file
124
lib/i18n/translated/da.i18n.yaml
Normal file
@ -0,0 +1,124 @@
|
||||
upload_avatar: Upload avatar
|
||||
"@upload_avatar":
|
||||
description: Tekst, der beder brugeren om at trykke på avatar-pladsholderen for
|
||||
at begynde at uploade
|
||||
most_zapped_streamers: De fleste zappede streamere
|
||||
"@most_zapped_streamers":
|
||||
description: På vej over listede topstreamere af zaps
|
||||
no_user_found: Ingen bruger fundet
|
||||
"@no_user_found":
|
||||
description: Ingen bruger fundet ved søgning
|
||||
anon: Anon
|
||||
viewers:
|
||||
one: 1 seer
|
||||
other: $n Seere
|
||||
"@viewers":
|
||||
description: Antal seere af streamingen
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: En anonym bruger
|
||||
stream:
|
||||
status:
|
||||
live: LIVE
|
||||
ended: AFSLUTTET
|
||||
planned: PLANLAGT
|
||||
started: Startet $timestamp
|
||||
chat:
|
||||
disabled: CHAT DEAKTIVERET
|
||||
disabled_timeout: "Timeout udløber: $time"
|
||||
timeout(rich): $mod udløbet $user for $time
|
||||
"@timeout":
|
||||
description: Chatbesked, der viser timeout-hændelser
|
||||
ended: STREAM AFSLUTTET
|
||||
"@ended":
|
||||
description: Stream afsluttede footer i bunden af chatten
|
||||
zap(rich): $user zappet $amount sats
|
||||
"@zap":
|
||||
description: Chatbesked, der viser stream-zaps
|
||||
write:
|
||||
label: Skriv en besked
|
||||
"@label":
|
||||
description: Label på chatbeskedens inputfelt
|
||||
no_signer: Kan ikke skrive beskeder med npub-login
|
||||
"@no_signer":
|
||||
description: Chat-inputmeddelelse vises, når brugeren kun er logget ind med pubkey
|
||||
login: Log ind for at sende beskeder
|
||||
"@login":
|
||||
description: Chat-inputmeddelelse vises, når brugeren er logget ud
|
||||
badge:
|
||||
awarded_to: "Tildelt til:"
|
||||
"@awarded_to":
|
||||
description: Overskrift over liste over brugere, der har fået tildelt et badge
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Chat raid-besked til en anden stream
|
||||
from: RAID FRA $name
|
||||
"@from":
|
||||
description: Chat raid-besked fra en anden stream
|
||||
countdown: Raiding i $time
|
||||
"@countdown":
|
||||
description: Nedtællingstimer til auto-raiding
|
||||
goal:
|
||||
title: "Mål: $amount"
|
||||
remaining: "Resterende: $amount"
|
||||
complete: KOMPLET
|
||||
button:
|
||||
login: Login
|
||||
logout: Log ud
|
||||
edit_profile: Rediger profil
|
||||
"@login":
|
||||
description: Knaptekst til login-knappen
|
||||
follow: Følg med
|
||||
"@follow":
|
||||
description: Knaptekst til følg-knappen
|
||||
unfollow: Ikke følge
|
||||
"@unfollow":
|
||||
description: Knaptekst til unfollow-knappen
|
||||
mute: Dæmpet
|
||||
unmute: Slå lyden fra
|
||||
share: Del
|
||||
save: Gemme
|
||||
embed:
|
||||
article_by: Artikel af $name
|
||||
note_by: Note fra $name
|
||||
live_stream_by: Livestream på $name
|
||||
stream_list:
|
||||
following: Efterfølgende
|
||||
live: Live
|
||||
planned: Planlagt
|
||||
ended: Afsluttet
|
||||
"@stream_list":
|
||||
description: Overskrifter på streaminglister efter streamingtype
|
||||
live/afsluttet/planlagt osv.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Brugerdefineret beløb
|
||||
confirm: Bekræft
|
||||
comment: Kommentar
|
||||
button_zap_ready: Zap $amount sats
|
||||
button_zap: Zap
|
||||
button_open_wallet: Åbn i tegnebogen
|
||||
copy: Kopieret til udklipsholder
|
||||
error:
|
||||
invalid_custom_amount: Ugyldigt brugerdefineret beløb
|
||||
no_wallet: Ingen lightning wallet installeret
|
||||
no_lud16: Ingen lyn-adresse fundet
|
||||
profile:
|
||||
past_streams: Tidligere strømme
|
||||
edit:
|
||||
display_name: Vis navn
|
||||
about: Omkring
|
||||
nip05: Nostr-adresse
|
||||
lud16: Adresse for lynnedslag
|
||||
error:
|
||||
logged_out: Kan ikke redigere profil, når jeg er logget ud
|
||||
login:
|
||||
username: Brugernavn
|
||||
amber: Log ind med Amber
|
||||
key: Login med nøgle
|
||||
create: Opret konto
|
||||
error:
|
||||
invalid_key: Ugyldig nøgle
|
125
lib/i18n/translated/de.i18n.yaml
Normal file
125
lib/i18n/translated/de.i18n.yaml
Normal file
@ -0,0 +1,125 @@
|
||||
upload_avatar: Avatar hochladen
|
||||
"@upload_avatar":
|
||||
description: Text, der den Benutzer auffordert, auf den Avatar-Platzhalter zu
|
||||
klicken, um den Upload zu starten
|
||||
most_zapped_streamers: Meistgezappte Streamer
|
||||
"@most_zapped_streamers":
|
||||
description: Überschrift über gelistete Top-Streamer von zaps
|
||||
no_user_found: Kein Benutzer gefunden
|
||||
"@no_user_found":
|
||||
description: Kein Benutzer bei der Suche gefunden
|
||||
anon: Anon
|
||||
viewers:
|
||||
one: 1 Zuschauer
|
||||
other: $n Zuschauer
|
||||
"@viewers":
|
||||
description: Anzahl der Betrachter des Streams
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: Ein anonymer Benutzer
|
||||
stream:
|
||||
status:
|
||||
live: LIVE
|
||||
ended: ENDED
|
||||
planned: GEPLANT
|
||||
started: Gestartet $timestamp
|
||||
chat:
|
||||
disabled: CHAT DEAKTIVIERT
|
||||
disabled_timeout: "Die Zeitüberschreitung läuft ab: $time"
|
||||
timeout(rich): $mod Zeitüberschreitung $user für $time
|
||||
"@timeout":
|
||||
description: Chat-Nachricht mit Zeitüberschreitungsereignissen
|
||||
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
|
||||
write:
|
||||
label: Nachricht schreiben
|
||||
"@label":
|
||||
description: Beschriftung des Eingabefeldes für Chatnachrichten
|
||||
no_signer: Mit npub-Login können keine Nachrichten geschrieben werden
|
||||
"@no_signer":
|
||||
description: Chat-Eingabemeldung wird angezeigt, wenn der Benutzer nur mit
|
||||
Pubkey eingeloggt ist
|
||||
login: Bitte anmelden, um Nachrichten zu senden
|
||||
"@login":
|
||||
description: Chat-Eingabemeldung wird angezeigt, wenn der Benutzer abgemeldet ist
|
||||
badge:
|
||||
awarded_to: "Verliehen an:"
|
||||
"@awarded_to":
|
||||
description: Überschrift über der Liste der Benutzer, die ein Abzeichen erhalten
|
||||
haben
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Chat-Überfallnachricht an einen anderen Stream
|
||||
from: RAID VON $name
|
||||
"@from":
|
||||
description: Chat-Raid-Nachricht aus einem anderen Stream
|
||||
countdown: Raubzüge auf $time
|
||||
"@countdown":
|
||||
description: Countdown-Timer für automatisches Reiten
|
||||
goal:
|
||||
title: "Ziel: $amount"
|
||||
remaining: "Verbleibend: $amount"
|
||||
complete: COMPLETE
|
||||
button:
|
||||
login: Anmelden
|
||||
logout: Abmelden
|
||||
edit_profile: Profil anpassen
|
||||
"@login":
|
||||
description: Schaltflächentext für die Anmeldeschaltfläche
|
||||
follow: Folgen
|
||||
"@follow":
|
||||
description: Schaltflächentext für die Schaltfläche "Folgen
|
||||
unfollow: Entfolgen
|
||||
"@unfollow":
|
||||
description: Schaltflächentext für die "Unfollow"-Schaltfläche
|
||||
mute: Stummschalten
|
||||
unmute: Entstummen
|
||||
share: Teilen
|
||||
save: Speichern
|
||||
embed:
|
||||
article_by: Artikel von $name
|
||||
note_by: Note von $name
|
||||
live_stream_by: Live-Stream von $name
|
||||
stream_list:
|
||||
following: Folge ich
|
||||
live: Live
|
||||
planned: Geplant
|
||||
ended: Beendet
|
||||
"@stream_list":
|
||||
description: Überschriften auf Stream-Listen nach Stream-Typ live/beendet/geplant usw.
|
||||
zap:
|
||||
title: $name zappen
|
||||
custom_amount: Benutzerdefinierter Betrag
|
||||
confirm: Bestätigen
|
||||
comment: Kommentar
|
||||
button_zap_ready: $amount sats zappen
|
||||
button_zap: Zap
|
||||
button_open_wallet: In Brieftasche öffnen
|
||||
copy: In die Zwischenablage kopiert
|
||||
error:
|
||||
invalid_custom_amount: Ungültiger benutzerdefinierter Betrag
|
||||
no_wallet: Keine Lightning-Brieftasche installiert
|
||||
no_lud16: Keine Blitzadresse gefunden
|
||||
profile:
|
||||
past_streams: Vergangene Streams
|
||||
edit:
|
||||
display_name: Name anzeigen
|
||||
about: Über
|
||||
nip05: Nostr-Adresse
|
||||
lud16: Lightning-Adresse
|
||||
error:
|
||||
logged_out: Profil kann nicht bearbeitet werden, wenn es abgemeldet ist
|
||||
login:
|
||||
username: Benutzername
|
||||
amber: Anmeldung mit Amber
|
||||
key: Anmeldung mit Schlüssel
|
||||
create: Konto erstellen
|
||||
error:
|
||||
invalid_key: Ungültiger Schlüssel
|
127
lib/i18n/translated/el.i18n.yaml
Normal file
127
lib/i18n/translated/el.i18n.yaml
Normal file
@ -0,0 +1,127 @@
|
||||
upload_avatar: Ανέβασμα Avatar
|
||||
"@upload_avatar":
|
||||
description: Κείμενο που προτρέπει τον χρήστη να πατήσει το εικονίδιο avatar για
|
||||
να ξεκινήσει το ανέβασμα
|
||||
most_zapped_streamers: Τα περισσότερα Zapped Streamers
|
||||
"@most_zapped_streamers":
|
||||
description: Επικεφαλής πάνω από τα αναφερόμενα κορυφαία streamers από zaps
|
||||
no_user_found: Δεν βρέθηκε χρήστης
|
||||
"@no_user_found":
|
||||
description: Δεν βρέθηκε χρήστης κατά την αναζήτηση
|
||||
anon: Anon
|
||||
viewers:
|
||||
one: 1 θεατής
|
||||
other: $n θεατές
|
||||
"@viewers":
|
||||
description: Αριθμός θεατών της ροής
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: Ένας ανώνυμος χρήστης
|
||||
stream:
|
||||
status:
|
||||
live: LIVE
|
||||
ended: ENDED
|
||||
planned: ΣΧΕΔΙΑΣΜΟΣ
|
||||
started: Ξεκίνησε $timestamp
|
||||
chat:
|
||||
disabled: ΑΠΕΝΕΡΓΟΠΟΙΗΜΈΝΗ ΣΥΝΟΜΙΛΊΑ
|
||||
disabled_timeout: "Το χρονικό όριο λήγει: $time"
|
||||
timeout(rich): $mod χρονομετρημένη λήξη $user για $time
|
||||
"@timeout":
|
||||
description: Μήνυμα συνομιλίας που εμφανίζει συμβάντα timeout
|
||||
ended: STREAM ΤΕΛΕΙΩΣΕ
|
||||
"@ended":
|
||||
description: Η ροή τελείωσε το υποσέλιδο στο κάτω μέρος της συνομιλίας
|
||||
zap(rich): $user zapped $amount sats
|
||||
"@zap":
|
||||
description: Μήνυμα συνομιλίας που δείχνει ροή ροής zaps
|
||||
write:
|
||||
label: Γράψτε μήνυμα
|
||||
"@label":
|
||||
description: Ετικέτα στο πλαίσιο εισαγωγής μηνύματος συνομιλίας
|
||||
no_signer: Δεν μπορείτε να γράψετε μηνύματα με σύνδεση στο npub
|
||||
"@no_signer":
|
||||
description: Μήνυμα εισόδου συνομιλίας που εμφανίζεται όταν ο χρήστης είναι
|
||||
συνδεδεμένος μόνο με το κλειδί pubkey
|
||||
login: Παρακαλώ συνδεθείτε για να στείλετε μηνύματα
|
||||
"@login":
|
||||
description: Μήνυμα εισόδου συνομιλίας που εμφανίζεται όταν ο χρήστης έχει
|
||||
αποσυνδεθεί
|
||||
badge:
|
||||
awarded_to: "Απονέμεται σε:"
|
||||
"@awarded_to":
|
||||
description: Επικεφαλίδα πάνω από τη λίστα των χρηστών στους οποίους έχει
|
||||
απονεμηθεί ένα σήμα
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Μήνυμα επιδρομής συνομιλίας σε άλλη ροή
|
||||
from: RAID FROM $name
|
||||
"@from":
|
||||
description: Μήνυμα επιδρομής συνομιλίας από άλλη ροή
|
||||
countdown: Επιδρομές στο $time
|
||||
"@countdown":
|
||||
description: Χρονοδιακόπτης αντίστροφης μέτρησης για αυτόματη ιππασία
|
||||
goal:
|
||||
title: "Στόχος: $amount"
|
||||
remaining: "Υπόλοιπο: $amount"
|
||||
complete: ΠΛΗΡΗΣ
|
||||
button:
|
||||
login: Σύνδεση
|
||||
logout: Αποσύνδεση
|
||||
edit_profile: Επεξεργασία προφίλ
|
||||
"@login":
|
||||
description: Κείμενο κουμπιού για το κουμπί σύνδεσης
|
||||
follow: Ακολουθήστε το
|
||||
"@follow":
|
||||
description: Κείμενο κουμπιού για το κουμπί follow
|
||||
unfollow: Ακολουθήστε το
|
||||
"@unfollow":
|
||||
description: Κείμενο κουμπιού για το κουμπί unfollow
|
||||
mute: Σίγαση
|
||||
unmute: Αποσυνδέστε τη φωνή σας από το
|
||||
share: Μοιραστείτε το
|
||||
save: Αποθήκευση
|
||||
embed:
|
||||
article_by: Άρθρο από $name
|
||||
note_by: Σημείωση του $name
|
||||
live_stream_by: Ζωντανή μετάδοση από το $name
|
||||
stream_list:
|
||||
following: Ακολουθώντας το
|
||||
live: Ζωντανό
|
||||
planned: Προγραμματισμένο
|
||||
ended: Τελείωσε
|
||||
"@stream_list":
|
||||
description: Επικεφαλίδες στις λίστες ροής ανά τύπο ροής
|
||||
ζωντανή/τελειωμένη/προγραμματισμένη κ.λπ.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Προσαρμοσμένο ποσό
|
||||
confirm: Επιβεβαίωση
|
||||
comment: Σχόλιο
|
||||
button_zap_ready: Zap $amount sats
|
||||
button_zap: Zap
|
||||
button_open_wallet: Άνοιγμα στο πορτοφόλι
|
||||
copy: Αντιγραφή στο πρόχειρο
|
||||
error:
|
||||
invalid_custom_amount: Μη έγκυρο προσαρμοσμένο ποσό
|
||||
no_wallet: Δεν έχει εγκατασταθεί πορτοφόλι αστραπής
|
||||
no_lud16: Δεν βρέθηκε διεύθυνση κεραυνού
|
||||
profile:
|
||||
past_streams: Προηγούμενα ρεύματα
|
||||
edit:
|
||||
display_name: Όνομα οθόνης
|
||||
about: Σχετικά με το
|
||||
nip05: Διεύθυνση Nostr
|
||||
lud16: Διεύθυνση Lightning
|
||||
error:
|
||||
logged_out: Δεν μπορείτε να επεξεργαστείτε το προφίλ όταν έχετε αποσυνδεθεί
|
||||
login:
|
||||
username: Όνομα χρήστη
|
||||
amber: Σύνδεση με Amber
|
||||
key: Σύνδεση με κλειδί
|
||||
create: Δημιουργία λογαριασμού
|
||||
error:
|
||||
invalid_key: Μη έγκυρο κλειδί
|
122
lib/i18n/translated/en.i18n.yaml
Normal file
122
lib/i18n/translated/en.i18n.yaml
Normal file
@ -0,0 +1,122 @@
|
||||
upload_avatar: Upload Avatar
|
||||
"@upload_avatar":
|
||||
description: Text prompting user to hit avatar placeholder to begin upload
|
||||
most_zapped_streamers: Most Zapped Streamers
|
||||
"@most_zapped_streamers":
|
||||
description: Heading over listed top streamers by zaps
|
||||
no_user_found: No user found
|
||||
"@no_user_found":
|
||||
description: No user found when searching
|
||||
anon: Anon
|
||||
viewers:
|
||||
one: 1 viewer
|
||||
other: $n viewers
|
||||
"@viewers":
|
||||
description: Number of viewers of the stream
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: An anonymous user
|
||||
stream:
|
||||
status:
|
||||
live: LIVE
|
||||
ended: ENDED
|
||||
planned: PLANNED
|
||||
started: Started $timestamp
|
||||
chat:
|
||||
disabled: CHAT DISABLED
|
||||
disabled_timeout: "Timeout expires: $time"
|
||||
timeout(rich): $mod timed out $user for $time
|
||||
"@timeout":
|
||||
description: Chat message showing timeout events
|
||||
ended: STREAM ENDED
|
||||
"@ended":
|
||||
description: Stream ended footer at bottom of chat
|
||||
zap(rich): $user zapped $amount sats
|
||||
"@zap":
|
||||
description: Chat message showing stream zaps
|
||||
write:
|
||||
label: Write message
|
||||
"@label":
|
||||
description: Label on the chat message input box
|
||||
no_signer: Can't write messages with npub login
|
||||
"@no_signer":
|
||||
description: Chat input message shown when the user is logged in only with pubkey
|
||||
login: Please login to send messages
|
||||
"@login":
|
||||
description: Chat input message shown when the user is logged out
|
||||
badge:
|
||||
awarded_to: "Awarded to:"
|
||||
"@awarded_to":
|
||||
description: Heading over list of users who are awarded a badge
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Chat raid message to another stream
|
||||
from: RAID FROM $name
|
||||
"@from":
|
||||
description: Chat raid message from another stream
|
||||
countdown: Raiding in $time
|
||||
"@countdown":
|
||||
description: Countdown timer for auto-raiding
|
||||
goal:
|
||||
title: "Goal: $amount"
|
||||
remaining: "Remaining: $amount"
|
||||
complete: COMPLETE
|
||||
button:
|
||||
login: Login
|
||||
logout: Logout
|
||||
edit_profile: Edit Profile
|
||||
"@login":
|
||||
description: Button text for the login button
|
||||
follow: Follow
|
||||
"@follow":
|
||||
description: Button text for the follow button
|
||||
unfollow: Unfollow
|
||||
"@unfollow":
|
||||
description: Button text for the unfollow button
|
||||
mute: Mute
|
||||
unmute: Unmute
|
||||
share: Share
|
||||
save: Save
|
||||
embed:
|
||||
article_by: Article by $name
|
||||
note_by: Note by $name
|
||||
live_stream_by: Live stream by $name
|
||||
stream_list:
|
||||
following: Following
|
||||
live: Live
|
||||
planned: Planned
|
||||
ended: Ended
|
||||
"@stream_list":
|
||||
description: Headings on stream lists by stream type live/ended/planned etc.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Custom Amount
|
||||
confirm: Confirm
|
||||
comment: Comment
|
||||
button_zap_ready: Zap $amount sats
|
||||
button_zap: Zap
|
||||
button_open_wallet: Open in Wallet
|
||||
copy: Copied to clipboard
|
||||
error:
|
||||
invalid_custom_amount: Invalid custom amount
|
||||
no_wallet: No lightning wallet installed
|
||||
no_lud16: No lightning address found
|
||||
profile:
|
||||
past_streams: Past Streams
|
||||
edit:
|
||||
display_name: Display Name
|
||||
about: About
|
||||
nip05: Nostr Address
|
||||
lud16: Lightning Address
|
||||
error:
|
||||
logged_out: Cant edit profile when logged out
|
||||
login:
|
||||
username: Username
|
||||
amber: Login with Amber
|
||||
key: Login with Key
|
||||
create: Create Account
|
||||
error:
|
||||
invalid_key: Invalid key
|
127
lib/i18n/translated/es.i18n.yaml
Normal file
127
lib/i18n/translated/es.i18n.yaml
Normal file
@ -0,0 +1,127 @@
|
||||
upload_avatar: Subir avatar
|
||||
"@upload_avatar":
|
||||
description: Texto que indica al usuario que pulse el marcador de avatar para
|
||||
iniciar la carga
|
||||
most_zapped_streamers: Serpentinas más derribadas
|
||||
"@most_zapped_streamers":
|
||||
description: Encabezando streamers superiores listados por zaps
|
||||
no_user_found: No se ha encontrado ningún usuario
|
||||
"@no_user_found":
|
||||
description: No se ha encontrado ningún usuario al realizar la búsqueda
|
||||
anon: Anónimo
|
||||
viewers:
|
||||
one: 1 espectador
|
||||
other: $n espectadores
|
||||
"@viewers":
|
||||
description: Número de espectadores del flujo
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: Un usuario anónimo
|
||||
stream:
|
||||
status:
|
||||
live: EN VIVO
|
||||
ended: FIN
|
||||
planned: PLANIFICADO
|
||||
started: Comenzó $timestamp
|
||||
chat:
|
||||
disabled: CHAT DESHABILITADO
|
||||
disabled_timeout: "El tiempo de espera expira: $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
|
||||
"@ended":
|
||||
description: Stream finalizó en la parte inferior del chat
|
||||
zap(rich): $user zapearon $amount sats
|
||||
"@zap":
|
||||
description: Mensaje de chat que muestra zaps de flujo
|
||||
write:
|
||||
label: Escribir mensaje
|
||||
"@label":
|
||||
description: Etiqueta del cuadro de entrada de mensajes de chat
|
||||
no_signer: No se pueden escribir mensajes con el login npub
|
||||
"@no_signer":
|
||||
description: Mensaje de entrada en el chat que se muestra cuando el usuario está
|
||||
conectado sólo con pubkey
|
||||
login: Inicie sesión para enviar mensajes
|
||||
"@login":
|
||||
description: Mensaje de entrada al chat que se muestra cuando el usuario cierra
|
||||
la sesión
|
||||
badge:
|
||||
awarded_to: "Concedido a:"
|
||||
"@awarded_to":
|
||||
description: Encabezamiento de la lista de usuarios a los que se ha concedido
|
||||
una insignia
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Mensaje de raid de chat a otro flujo
|
||||
from: RAID DESDE $name
|
||||
"@from":
|
||||
description: Mensaje de incursión en el chat desde otro flujo
|
||||
countdown: Incursiones en $time
|
||||
"@countdown":
|
||||
description: Temporizador de cuenta atrás para auto-raiding
|
||||
goal:
|
||||
title: "Objetivo: $amount"
|
||||
remaining: "Resto: $amount"
|
||||
complete: COMPLETAR
|
||||
button:
|
||||
login: Iniciar Sesión
|
||||
logout: Cerrar sesión
|
||||
edit_profile: Editar Perfil
|
||||
"@login":
|
||||
description: Texto del botón de inicio de sesión
|
||||
follow: Seguir
|
||||
"@follow":
|
||||
description: Texto del botón de seguimiento
|
||||
unfollow: Dejar de seguir
|
||||
"@unfollow":
|
||||
description: Texto del botón "Dejar de seguir
|
||||
mute: Silenciar
|
||||
unmute: Dejar de silenciar
|
||||
share: Compartir
|
||||
save: Guardar
|
||||
embed:
|
||||
article_by: Artículo de $name
|
||||
note_by: Nota de $name
|
||||
live_stream_by: Transmisión en directo por $name
|
||||
stream_list:
|
||||
following: Siguiendo
|
||||
live: En directo
|
||||
planned: Planificado
|
||||
ended: Finalizado
|
||||
"@stream_list":
|
||||
description: Encabezamientos en las listas de flujos por tipo de flujo en
|
||||
directo/finalizado/planificado, etc.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Importe personalizado
|
||||
confirm: Confirmar
|
||||
comment: Comentario
|
||||
button_zap_ready: Zapear $amount sats
|
||||
button_zap: Zap
|
||||
button_open_wallet: Abrir en cartera
|
||||
copy: Copiado al portapapeles
|
||||
error:
|
||||
invalid_custom_amount: Importe personalizado no válido
|
||||
no_wallet: Sin monedero relámpago instalado
|
||||
no_lud16: No se ha encontrado ninguna dirección de rayos
|
||||
profile:
|
||||
past_streams: Transmisiones anteriores
|
||||
edit:
|
||||
display_name: Mostrar nombre
|
||||
about: Sobre ti
|
||||
nip05: Dirección Nostr
|
||||
lud16: Dirección del rayo
|
||||
error:
|
||||
logged_out: No se puede editar el perfil cuando se cierra la sesión
|
||||
login:
|
||||
username: Usuario
|
||||
amber: Iniciar sesión con Amber
|
||||
key: Inicio de sesión con clave
|
||||
create: Crear una cuenta
|
||||
error:
|
||||
invalid_key: Clave no válida
|
125
lib/i18n/translated/fi.i18n.yaml
Normal file
125
lib/i18n/translated/fi.i18n.yaml
Normal file
@ -0,0 +1,125 @@
|
||||
upload_avatar: Lataa avatar
|
||||
"@upload_avatar":
|
||||
description: Teksti, joka kehottaa käyttäjää painamaan avatar-merkkiä
|
||||
aloittaakseen lataamisen.
|
||||
most_zapped_streamers: Eniten Zapped Streamers
|
||||
"@most_zapped_streamers":
|
||||
description: Päällekkäin lueteltujen alkuun streamers by zaps
|
||||
no_user_found: Käyttäjää ei löytynyt
|
||||
"@no_user_found":
|
||||
description: Käyttäjää ei löytynyt haun yhteydessä
|
||||
anon: Anon
|
||||
viewers:
|
||||
one: 1 katsoja
|
||||
other: $n katsojaa
|
||||
"@viewers":
|
||||
description: Streamin katsojien määrä
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: Nimetön käyttäjä
|
||||
stream:
|
||||
status:
|
||||
live: LIVE
|
||||
ended: ENDED
|
||||
planned: SUUNNITELTU
|
||||
started: Aloitettu $timestamp
|
||||
chat:
|
||||
disabled: CHAT POISTETTU KÄYTÖSTÄ
|
||||
disabled_timeout: "Aikakatkaisu päättyy: $time"
|
||||
timeout(rich): $mod ajastettu $user for $time
|
||||
"@timeout":
|
||||
description: Chat-viesti, joka näyttää aikakatkaisutapahtumat
|
||||
ended: STREAM PÄÄTTYNYT
|
||||
"@ended":
|
||||
description: Virta päättyi alatunnisteen alareunaan chatissa
|
||||
zap(rich): $user zappasi $amount satsia
|
||||
"@zap":
|
||||
description: Chat-viestin näyttäminen stream zaps
|
||||
write:
|
||||
label: Kirjoita viesti
|
||||
"@label":
|
||||
description: Chat-viestin syöttöruudun tarra
|
||||
no_signer: Ei voi kirjoittaa viestejä npub-kirjautumisella
|
||||
"@no_signer":
|
||||
description: Chat-syöttöviesti näytetään, kun käyttäjä on kirjautunut sisään
|
||||
vain pubkey-avaimella.
|
||||
login: Kirjaudu sisään lähettääksesi viestejä
|
||||
"@login":
|
||||
description: Chat-syötteen viesti näytetään, kun käyttäjä on kirjautunut ulos.
|
||||
badge:
|
||||
awarded_to: "Myönnetty:"
|
||||
"@awarded_to":
|
||||
description: Merkin saaneiden käyttäjien luettelon otsikko
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Chat-viesti toiseen streamiin
|
||||
from: RAID FROM $name
|
||||
"@from":
|
||||
description: Chat raid viesti toisesta virrasta
|
||||
countdown: Ryöstöretket osoitteessa $time
|
||||
"@countdown":
|
||||
description: Lähtölaskenta ajastin automaattista ratsastusta varten
|
||||
goal:
|
||||
title: "Tavoite: $amount"
|
||||
remaining: "Jäljellä: $amount"
|
||||
complete: TÄYDELLINEN
|
||||
button:
|
||||
login: Kirjaudu sisään
|
||||
logout: Kirjaudu ulos
|
||||
edit_profile: Muokkaa profiilia
|
||||
"@login":
|
||||
description: Kirjautumispainikkeen teksti
|
||||
follow: Seuraa
|
||||
"@follow":
|
||||
description: Seuraa-painikkeen painikkeen teksti
|
||||
unfollow: Älä seuraa
|
||||
"@unfollow":
|
||||
description: Seuraa-painikkeen teksti
|
||||
mute: Mykistä
|
||||
unmute: Poista mykistys
|
||||
share: Jaa
|
||||
save: Tallenna
|
||||
embed:
|
||||
article_by: Artikkeli $name
|
||||
note_by: Viesti lähettäjältä $name
|
||||
live_stream_by: Suora lähetys osoitteessa $name
|
||||
stream_list:
|
||||
following: Seuraa
|
||||
live: Live
|
||||
planned: Suunniteltu
|
||||
ended: Päättynyt
|
||||
"@stream_list":
|
||||
description: Stream-luetteloiden otsikot stream-tyypeittäin
|
||||
live/päättynyt/suunniteltu jne.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Mukautettu määrä
|
||||
confirm: Vahvista
|
||||
comment: Kommentoi
|
||||
button_zap_ready: Zap $amount satsia
|
||||
button_zap: Zap
|
||||
button_open_wallet: Avaa lompakossa
|
||||
copy: Kopioitu leikepöydälle
|
||||
error:
|
||||
invalid_custom_amount: Virheellinen mukautettu määrä
|
||||
no_wallet: Ei asennettua salamalompakkoa
|
||||
no_lud16: Salamaosoitetta ei löytynyt
|
||||
profile:
|
||||
past_streams: Aikaisemmat lähetykset
|
||||
edit:
|
||||
display_name: Näytön nimi
|
||||
about: Tietoja
|
||||
nip05: Nostr-osoite
|
||||
lud16: Lightning-osoite
|
||||
error:
|
||||
logged_out: Ei voi muokata profiilia, kun on kirjautunut ulos
|
||||
login:
|
||||
username: Käyttäjätunnus
|
||||
amber: Kirjaudu sisään Amber kanssa
|
||||
key: Kirjaudu sisään avaimella
|
||||
create: Luo tili
|
||||
error:
|
||||
invalid_key: Virheellinen avain
|
124
lib/i18n/translated/fr.i18n.yaml
Normal file
124
lib/i18n/translated/fr.i18n.yaml
Normal file
@ -0,0 +1,124 @@
|
||||
upload_avatar: Télécharger l'avatar
|
||||
"@upload_avatar":
|
||||
description: Texte invitant l'utilisateur à cliquer sur l'espace réservé à
|
||||
l'avatar pour commencer le téléchargement
|
||||
most_zapped_streamers: Les Streamers les plus zappés
|
||||
"@most_zapped_streamers":
|
||||
description: Les têtes d'affiche sont listées par zaps.
|
||||
no_user_found: Aucun utilisateur trouvé
|
||||
"@no_user_found":
|
||||
description: Aucun utilisateur n'a été trouvé lors de la recherche
|
||||
anon: Anonyme
|
||||
viewers:
|
||||
one: 1 téléspectateur
|
||||
other: $n spectateurs
|
||||
"@viewers":
|
||||
description: Nombre de spectateurs du flux
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: Un utilisateur anonyme
|
||||
stream:
|
||||
status:
|
||||
live: VIVRE
|
||||
ended: FINI
|
||||
planned: PRÉVU
|
||||
started: Commencé à $timestamp
|
||||
chat:
|
||||
disabled: CHAT DISABLED
|
||||
disabled_timeout: "Le délai expire : $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
|
||||
"@ended":
|
||||
description: Stream ended footer at bottom of chat
|
||||
zap(rich): $user a zappé $amount sats
|
||||
"@zap":
|
||||
description: Message de chat montrant des zaps de flux
|
||||
write:
|
||||
label: Message écrit
|
||||
"@label":
|
||||
description: Étiquette sur la boîte de saisie du message de chat
|
||||
no_signer: Impossible d'écrire des messages avec le login npub
|
||||
"@no_signer":
|
||||
description: Message d'entrée du chat affiché lorsque l'utilisateur n'est
|
||||
connecté qu'avec pubkey
|
||||
login: Veuillez vous connecter pour envoyer des messages
|
||||
"@login":
|
||||
description: Message d'entrée du chat affiché lorsque l'utilisateur est déconnecté
|
||||
badge:
|
||||
awarded_to: "Attribué à :"
|
||||
"@awarded_to":
|
||||
description: Titre sur la liste des utilisateurs qui ont reçu un badge
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Message de raid par chat vers un autre flux
|
||||
from: RAID FROM $name
|
||||
"@from":
|
||||
description: Message de raid sur le chat à partir d'un autre flux
|
||||
countdown: Raid sur $time
|
||||
"@countdown":
|
||||
description: Compte à rebours pour l'auto-raid
|
||||
goal:
|
||||
title: "Objectif : $amount"
|
||||
remaining: "Reste : $amount"
|
||||
complete: COMPLET
|
||||
button:
|
||||
login: Se Connecter
|
||||
logout: Se déconnecter
|
||||
edit_profile: Modifier le Profil
|
||||
"@login":
|
||||
description: Texte du bouton de connexion
|
||||
follow: Suivre
|
||||
"@follow":
|
||||
description: Texte du bouton de suivi
|
||||
unfollow: Ne plus suivre
|
||||
"@unfollow":
|
||||
description: Texte du bouton pour le bouton "unfollow
|
||||
mute: Muet
|
||||
unmute: Retirer sourdine
|
||||
share: Partager
|
||||
save: Sauvegarder
|
||||
embed:
|
||||
article_by: Article par $name
|
||||
note_by: Note par $name
|
||||
live_stream_by: Retransmission en direct sur $name
|
||||
stream_list:
|
||||
following: Abonnements
|
||||
live: En direct
|
||||
planned: Planifié
|
||||
ended: Terminé
|
||||
"@stream_list":
|
||||
description: Rubriques sur les listes de flux par type de flux en direct/fini/prévu, etc.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Montant personnalisé
|
||||
confirm: Confirmer
|
||||
comment: Commenter
|
||||
button_zap_ready: Zapper $amount sats
|
||||
button_zap: Zap
|
||||
button_open_wallet: Ouvrir dans le portefeuille
|
||||
copy: Copié dans le presse-papiers
|
||||
error:
|
||||
invalid_custom_amount: Montant personnalisé non valide
|
||||
no_wallet: Pas de porte-monnaie électronique installé
|
||||
no_lud16: Pas d'adresse éclair trouvée
|
||||
profile:
|
||||
past_streams: Streams passés
|
||||
edit:
|
||||
display_name: Nom d'affichage
|
||||
about: À propos
|
||||
nip05: Adresse Nostr
|
||||
lud16: Adresse Lightning
|
||||
error:
|
||||
logged_out: Impossible de modifier le profil lorsque l'on est déconnecté
|
||||
login:
|
||||
username: Nom d’utilisateur
|
||||
amber: Se connecter avec Amber
|
||||
key: Connexion avec la clé
|
||||
create: Créer un Compte
|
||||
error:
|
||||
invalid_key: Clé non valide
|
122
lib/i18n/translated/he.i18n.yaml
Normal file
122
lib/i18n/translated/he.i18n.yaml
Normal file
@ -0,0 +1,122 @@
|
||||
upload_avatar: Upload Avatar
|
||||
"@upload_avatar":
|
||||
description: Text prompting user to hit avatar placeholder to begin upload
|
||||
most_zapped_streamers: Most Zapped Streamers
|
||||
"@most_zapped_streamers":
|
||||
description: Heading over listed top streamers by zaps
|
||||
no_user_found: No user found
|
||||
"@no_user_found":
|
||||
description: No user found when searching
|
||||
anon: Anon
|
||||
viewers:
|
||||
one: 1 viewer
|
||||
other: $n viewers
|
||||
"@viewers":
|
||||
description: Number of viewers of the stream
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: An anonymous user
|
||||
stream:
|
||||
status:
|
||||
live: LIVE
|
||||
ended: ENDED
|
||||
planned: PLANNED
|
||||
started: Started $timestamp
|
||||
chat:
|
||||
disabled: CHAT DISABLED
|
||||
disabled_timeout: "Timeout expires: $time"
|
||||
timeout(rich): $mod timed out $user for $time
|
||||
"@timeout":
|
||||
description: Chat message showing timeout events
|
||||
ended: STREAM ENDED
|
||||
"@ended":
|
||||
description: Stream ended footer at bottom of chat
|
||||
zap(rich): $user zapped $amount sats
|
||||
"@zap":
|
||||
description: Chat message showing stream zaps
|
||||
write:
|
||||
label: Write message
|
||||
"@label":
|
||||
description: Label on the chat message input box
|
||||
no_signer: Can't write messages with npub login
|
||||
"@no_signer":
|
||||
description: Chat input message shown when the user is logged in only with pubkey
|
||||
login: Please login to send messages
|
||||
"@login":
|
||||
description: Chat input message shown when the user is logged out
|
||||
badge:
|
||||
awarded_to: "Awarded to:"
|
||||
"@awarded_to":
|
||||
description: Heading over list of users who are awarded a badge
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Chat raid message to another stream
|
||||
from: RAID FROM $name
|
||||
"@from":
|
||||
description: Chat raid message from another stream
|
||||
countdown: Raiding in $time
|
||||
"@countdown":
|
||||
description: Countdown timer for auto-raiding
|
||||
goal:
|
||||
title: "Goal: $amount"
|
||||
remaining: "Remaining: $amount"
|
||||
complete: COMPLETE
|
||||
button:
|
||||
login: Login
|
||||
logout: Logout
|
||||
edit_profile: Edit Profile
|
||||
"@login":
|
||||
description: Button text for the login button
|
||||
follow: Follow
|
||||
"@follow":
|
||||
description: Button text for the follow button
|
||||
unfollow: Unfollow
|
||||
"@unfollow":
|
||||
description: Button text for the unfollow button
|
||||
mute: Mute
|
||||
unmute: Unmute
|
||||
share: Share
|
||||
save: Save
|
||||
embed:
|
||||
article_by: Article by $name
|
||||
note_by: Note by $name
|
||||
live_stream_by: Live stream by $name
|
||||
stream_list:
|
||||
following: Following
|
||||
live: Live
|
||||
planned: Planned
|
||||
ended: Ended
|
||||
"@stream_list":
|
||||
description: Headings on stream lists by stream type live/ended/planned etc.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Custom Amount
|
||||
confirm: Confirm
|
||||
comment: Comment
|
||||
button_zap_ready: Zap $amount sats
|
||||
button_zap: Zap
|
||||
button_open_wallet: Open in Wallet
|
||||
copy: Copied to clipboard
|
||||
error:
|
||||
invalid_custom_amount: Invalid custom amount
|
||||
no_wallet: No lightning wallet installed
|
||||
no_lud16: No lightning address found
|
||||
profile:
|
||||
past_streams: Past Streams
|
||||
edit:
|
||||
display_name: Display Name
|
||||
about: About
|
||||
nip05: Nostr Address
|
||||
lud16: Lightning Address
|
||||
error:
|
||||
logged_out: Cant edit profile when logged out
|
||||
login:
|
||||
username: Username
|
||||
amber: Login with Amber
|
||||
key: Login with Key
|
||||
create: Create Account
|
||||
error:
|
||||
invalid_key: Invalid key
|
124
lib/i18n/translated/hu.i18n.yaml
Normal file
124
lib/i18n/translated/hu.i18n.yaml
Normal file
@ -0,0 +1,124 @@
|
||||
upload_avatar: Avatár feltöltése
|
||||
"@upload_avatar":
|
||||
description: Szöveg, amely arra kéri a felhasználót, hogy a feltöltés
|
||||
megkezdéséhez nyomja meg az avatar helyőrzőt
|
||||
most_zapped_streamers: A legtöbb Zapped Streamers
|
||||
"@most_zapped_streamers":
|
||||
description: Irány a felsorolt top streamerek fölött zaps által
|
||||
no_user_found: Nem talált felhasználó
|
||||
"@no_user_found":
|
||||
description: Kereséskor nem talált felhasználó
|
||||
anon: Névtelen
|
||||
viewers:
|
||||
one: 1 néző
|
||||
other: $n néző
|
||||
"@viewers":
|
||||
description: A stream nézőinek száma
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: Egy névtelen felhasználó
|
||||
stream:
|
||||
status:
|
||||
live: ÉLŐ
|
||||
ended: ENDED
|
||||
planned: TERVEZETT
|
||||
started: Elindult $timestamp
|
||||
chat:
|
||||
disabled: CHAT KIKAPCSOLVA
|
||||
disabled_timeout: "Az időkorlát lejár: $time"
|
||||
timeout(rich): $mod időzített $user a $time számára
|
||||
"@timeout":
|
||||
description: Chat üzenet az időkorlátos események megjelenítésével
|
||||
ended: STREAM MEGSZÜNTETETT
|
||||
"@ended":
|
||||
description: A stream véget ért lábléc a chat alján
|
||||
zap(rich): $user zap-elt $amount sats
|
||||
"@zap":
|
||||
description: Csevegőüzenet, amely stream zapokat mutat
|
||||
write:
|
||||
label: Üzenet írása
|
||||
"@label":
|
||||
description: Címke a csevegőüzenet beviteli mezőjén
|
||||
no_signer: Nem tud üzeneteket írni az npub bejelentkezéssel
|
||||
"@no_signer":
|
||||
description: A csevegés bemeneti üzenete megjelenik, ha a felhasználó csak
|
||||
pubkey-vel van bejelentkezve
|
||||
login: Kérjük, jelentkezzen be az üzenetek küldéséhez
|
||||
"@login":
|
||||
description: A felhasználó kijelentkezésekor megjelenő csevegési beviteli üzenet
|
||||
badge:
|
||||
awarded_to: "Elnyerte:"
|
||||
"@awarded_to":
|
||||
description: Fejléc a jelvényt kapott felhasználók listája fölött
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Chat raid üzenet egy másik folyamba
|
||||
from: RAID FROM $name
|
||||
"@from":
|
||||
description: Chat raid üzenet egy másik folyamból
|
||||
countdown: Raiding a $time oldalon
|
||||
"@countdown":
|
||||
description: Visszaszámláló időzítő az automatikus lovagláshoz
|
||||
goal:
|
||||
title: "Cél: $amount"
|
||||
remaining: "Maradék: $amount"
|
||||
complete: TELJES
|
||||
button:
|
||||
login: Bejelentkezés
|
||||
logout: Kijelentkezés
|
||||
edit_profile: Profil szerkesztése
|
||||
"@login":
|
||||
description: A bejelentkezési gomb szövege
|
||||
follow: Követés
|
||||
"@follow":
|
||||
description: A követés gomb szövege
|
||||
unfollow: Követés megszüntetése
|
||||
"@unfollow":
|
||||
description: A követés megszüntetése gomb szövege
|
||||
mute: Némítás
|
||||
unmute: Némítás visszavonása
|
||||
share: Megosztás
|
||||
save: Mentés
|
||||
embed:
|
||||
article_by: A $name cikke.
|
||||
note_by: $name bejegyzése
|
||||
live_stream_by: Élő közvetítés a $name oldalon
|
||||
stream_list:
|
||||
following: Követettek bejegyzései
|
||||
live: Élő
|
||||
planned: Tervezett
|
||||
ended: Véget ért
|
||||
"@stream_list":
|
||||
description: A stream-listák címsorai stream-típusonként élő/befejezett/tervezett stb.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Egyéni összeg
|
||||
confirm: Megerősítés
|
||||
comment: Hozzászólás
|
||||
button_zap_ready: Zap $amount satoshi
|
||||
button_zap: Zap
|
||||
button_open_wallet: Megnyitás a pénztárcában
|
||||
copy: Vágólapra másolva
|
||||
error:
|
||||
invalid_custom_amount: Érvénytelen egyéni összeg
|
||||
no_wallet: Nincs telepített villám tárca
|
||||
no_lud16: Nem talált villámcím
|
||||
profile:
|
||||
past_streams: Múltbeli Streamek
|
||||
edit:
|
||||
display_name: Megjelenített név
|
||||
about: Névjegy
|
||||
nip05: Nostr-cím
|
||||
lud16: Lightning-cím
|
||||
error:
|
||||
logged_out: Kijelentkezve nem lehet profilt szerkeszteni
|
||||
login:
|
||||
username: Felhasználónév
|
||||
amber: Bejelentkezés Amber segítségével
|
||||
key: Bejelentkezés kulccsal
|
||||
create: Fiók Létrehozása
|
||||
error:
|
||||
invalid_key: Érvénytelen kulcs
|
125
lib/i18n/translated/it.i18n.yaml
Normal file
125
lib/i18n/translated/it.i18n.yaml
Normal file
@ -0,0 +1,125 @@
|
||||
upload_avatar: Carica Avatar
|
||||
"@upload_avatar":
|
||||
description: Testo che richiede all'utente di premere il segnaposto dell'avatar
|
||||
per iniziare il caricamento
|
||||
most_zapped_streamers: Il maggior numero di streamer bloccati
|
||||
"@most_zapped_streamers":
|
||||
description: Direzione sopra elencata top streamers da zaps
|
||||
no_user_found: Nessun utente trovato
|
||||
"@no_user_found":
|
||||
description: Nessun utente trovato durante la ricerca
|
||||
anon: Anonimo
|
||||
viewers:
|
||||
one: 1 spettatore
|
||||
other: $n spettatori
|
||||
"@viewers":
|
||||
description: Numero di spettatori del flusso
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: Un utente anonimo
|
||||
stream:
|
||||
status:
|
||||
live: IN DIRETTA
|
||||
ended: FINE
|
||||
planned: PREVISTO
|
||||
started: Avviato $timestamp
|
||||
chat:
|
||||
disabled: CHAT DISABILITATA
|
||||
disabled_timeout: "Il timeout scade: $time"
|
||||
timeout(rich): $mod time out $user per $time
|
||||
"@timeout":
|
||||
description: Messaggio di chat che mostra gli eventi di timeout
|
||||
ended: STREAM ENDED
|
||||
"@ended":
|
||||
description: Il flusso si è concluso con un piè di pagina in fondo alla chat
|
||||
zap(rich): $user ha effettuato uno zap di $amount sats
|
||||
"@zap":
|
||||
description: Messaggio di chat che mostra gli zap del flusso
|
||||
write:
|
||||
label: Scrivi il messaggio
|
||||
"@label":
|
||||
description: Etichetta della casella di immissione del messaggio di chat
|
||||
no_signer: Impossibile scrivere messaggi con il login npub
|
||||
"@no_signer":
|
||||
description: Messaggio di ingresso alla chat mostrato quando l'utente è connesso
|
||||
solo con la pubkey
|
||||
login: Effettuare il login per inviare messaggi
|
||||
"@login":
|
||||
description: Messaggio di input della chat mostrato quando l'utente è disconnesso
|
||||
badge:
|
||||
awarded_to: "Assegnato a:"
|
||||
"@awarded_to":
|
||||
description: Intestazione dell'elenco degli utenti a cui è stato assegnato un badge
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Messaggio di chat raid in un altro flusso
|
||||
from: RAID DA $name
|
||||
"@from":
|
||||
description: Messaggio di chat raid da un altro flusso
|
||||
countdown: Raid in $time
|
||||
"@countdown":
|
||||
description: Timer per il conto alla rovescia per l'auto-raid
|
||||
goal:
|
||||
title: "Obiettivo: $amount"
|
||||
remaining: "Restante: $amount"
|
||||
complete: COMPLETO
|
||||
button:
|
||||
login: Login
|
||||
logout: Logout
|
||||
edit_profile: Modifica profilo
|
||||
"@login":
|
||||
description: Testo del pulsante per il pulsante di accesso
|
||||
follow: Segui
|
||||
"@follow":
|
||||
description: Testo del pulsante per il pulsante Segui
|
||||
unfollow: Smetti di seguire
|
||||
"@unfollow":
|
||||
description: Testo del pulsante per il pulsante unfollow
|
||||
mute: Silenzia
|
||||
unmute: Riattiva
|
||||
share: Condividi
|
||||
save: Salva
|
||||
embed:
|
||||
article_by: Articolo di $name
|
||||
note_by: Nota di $name
|
||||
live_stream_by: Streaming in diretta da $name
|
||||
stream_list:
|
||||
following: Seguiti
|
||||
live: Dal vivo
|
||||
planned: Pianificato
|
||||
ended: Terminato
|
||||
"@stream_list":
|
||||
description: Titoli sugli elenchi dei flussi per tipo di flusso
|
||||
live/finito/pianificato ecc.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Importo personalizzato
|
||||
confirm: Conferma
|
||||
comment: Commenta
|
||||
button_zap_ready: Zap $amount sats
|
||||
button_zap: Zap
|
||||
button_open_wallet: Aprire nel portafoglio
|
||||
copy: Copiato negli appunti
|
||||
error:
|
||||
invalid_custom_amount: Importo personalizzato non valido
|
||||
no_wallet: Nessun portafoglio Lightning installato
|
||||
no_lud16: Nessun indirizzo di fulmine trovato
|
||||
profile:
|
||||
past_streams: Flussi passati
|
||||
edit:
|
||||
display_name: Nome visualizzato
|
||||
about: Info
|
||||
nip05: Indirizzo Nostr
|
||||
lud16: Indirizzo del fulmine
|
||||
error:
|
||||
logged_out: Impossibile modificare il profilo quando si è disconnessi
|
||||
login:
|
||||
username: Nome utente
|
||||
amber: Accesso con Amber
|
||||
key: Accesso con chiave
|
||||
create: Crea un account
|
||||
error:
|
||||
invalid_key: Chiave non valida
|
122
lib/i18n/translated/ja.i18n.yaml
Normal file
122
lib/i18n/translated/ja.i18n.yaml
Normal file
@ -0,0 +1,122 @@
|
||||
upload_avatar: アバターのアップロード
|
||||
"@upload_avatar":
|
||||
description: アバターのプレースホルダーを押してアップロードを開始するよう促すテキスト
|
||||
most_zapped_streamers: 最もザッピングされたストリーマー
|
||||
"@most_zapped_streamers":
|
||||
description: ザップによるリストの上のストリーマーに向かう
|
||||
no_user_found: ユーザーが見つかりません
|
||||
"@no_user_found":
|
||||
description: 検索してもユーザーが見つからない
|
||||
anon: 匿名
|
||||
viewers:
|
||||
one: 1 視聴者
|
||||
other: $n 人が視聴中
|
||||
"@viewers":
|
||||
description: ストリームの視聴者数
|
||||
placeholders:
|
||||
n:
|
||||
type: イント
|
||||
"@anon":
|
||||
description: 匿名ユーザー
|
||||
stream:
|
||||
status:
|
||||
live: ライブ
|
||||
ended: 終了
|
||||
planned: 予定
|
||||
started: $timestamp を開始
|
||||
chat:
|
||||
disabled: チャット無効
|
||||
disabled_timeout: タイムアウト: $time
|
||||
timeout(rich): $mod タイムアウト $user for $time
|
||||
"@timeout":
|
||||
description: タイムアウトイベントを表示するチャットメッセージ
|
||||
ended: 配信終了
|
||||
"@ended":
|
||||
description: チャットの下にストリーム終了のフッター
|
||||
zap(rich): $user が $amount sats をザップしました
|
||||
"@zap":
|
||||
description: ストリームのザッピングを表示するチャットメッセージ
|
||||
write:
|
||||
label: メッセージを書く
|
||||
"@label":
|
||||
description: チャットメッセージ入力ボックスのラベル
|
||||
no_signer: npubログインでメッセージが書けない
|
||||
"@no_signer":
|
||||
description: ユーザーがpubkeyのみでログインしている場合に表示されるチャット入力メッセージ
|
||||
login: メッセージを送信するにはログインしてください
|
||||
"@login":
|
||||
description: ログアウト時に表示されるチャット入力メッセージ
|
||||
badge:
|
||||
awarded_to: 受賞者
|
||||
"@awarded_to":
|
||||
description: バッジを授与されたユーザーのリスト上の見出し
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: 別のストリームへのチャット襲撃メッセージ
|
||||
from: RAID FROM $name
|
||||
"@from":
|
||||
description: 他のストリームからのチャット襲撃メッセージ
|
||||
countdown: $timeにおける襲撃
|
||||
"@countdown":
|
||||
description: 自動騎乗のカウントダウン・タイマー
|
||||
goal:
|
||||
title: 目標額: $amount
|
||||
remaining: 残り: $amount
|
||||
complete: 完了
|
||||
button:
|
||||
login: ログイン
|
||||
logout: ログアウト
|
||||
edit_profile: プロフィールを編集
|
||||
"@login":
|
||||
description: ログインボタンのテキスト
|
||||
follow: フォロー
|
||||
"@follow":
|
||||
description: フォローボタンのテキスト
|
||||
unfollow: フォロー解除
|
||||
"@unfollow":
|
||||
description: フォロー解除ボタンのテキスト
|
||||
mute: ミュート
|
||||
unmute: ミュート解除
|
||||
share: 共有
|
||||
save: 保存
|
||||
embed:
|
||||
article_by: 記事: $name
|
||||
note_by: $name の投稿
|
||||
live_stream_by: ライブ・ストリーム $name
|
||||
stream_list:
|
||||
following: フォロー中
|
||||
live: ライブ配信中
|
||||
planned: 予定あり
|
||||
ended: 終了しました
|
||||
"@stream_list":
|
||||
description: ライブ/終了/予定など、ストリーム・タイプ別のストリーム・リストの見出し。
|
||||
zap:
|
||||
title: $name をザップ
|
||||
custom_amount: カスタム金額
|
||||
confirm: 確認
|
||||
comment: コメント
|
||||
button_zap_ready: $amount satsをザップする
|
||||
button_zap: ザップ
|
||||
button_open_wallet: ウォレットで開く
|
||||
copy: クリップボードにコピー
|
||||
error:
|
||||
invalid_custom_amount: 無効なカスタム金額
|
||||
no_wallet: Lightningウォレット未装着
|
||||
no_lud16: 雷アドレスが見つかりません
|
||||
profile:
|
||||
past_streams: 過去の配信
|
||||
edit:
|
||||
display_name: 表示名
|
||||
about: 自己紹介
|
||||
nip05: Nostrアドレス
|
||||
lud16: ライトニングアドレス
|
||||
error:
|
||||
logged_out: ログアウトするとプロフィールが編集できない
|
||||
login:
|
||||
username: ユーザー名
|
||||
amber: 琥珀でログイン
|
||||
key: キーでログイン
|
||||
create: アカウントを作成する
|
||||
error:
|
||||
invalid_key: 無効なキー
|
122
lib/i18n/translated/ko.i18n.yaml
Normal file
122
lib/i18n/translated/ko.i18n.yaml
Normal file
@ -0,0 +1,122 @@
|
||||
upload_avatar: 아바타 업로드
|
||||
"@upload_avatar":
|
||||
description: 아바타 플레이스홀더를 눌러 업로드를 시작하라는 메시지를 표시하는 텍스트
|
||||
most_zapped_streamers: 가장 많이 재핑된 스트리머
|
||||
"@most_zapped_streamers":
|
||||
description: 나열된 상위 스트리머를 잽별로 살펴보기
|
||||
no_user_found: 사용자를 찾을 수 없습니다.
|
||||
"@no_user_found":
|
||||
description: 검색 시 사용자를 찾을 수 없음
|
||||
anon: Anon
|
||||
viewers:
|
||||
one: 시청자 1명
|
||||
other: $n 시청자
|
||||
"@viewers":
|
||||
description: 스트림 시청자 수
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: 익명 사용자
|
||||
stream:
|
||||
status:
|
||||
live: 라이브
|
||||
ended: 종료
|
||||
planned: 계획된
|
||||
started: 시작 $timestamp
|
||||
chat:
|
||||
disabled: 채팅 사용 안 함
|
||||
disabled_timeout: "시간 초과가 만료되었습니다: $time"
|
||||
timeout(rich): $mod 시간 초과됨 $user $time
|
||||
"@timeout":
|
||||
description: 시간 초과 이벤트를 표시하는 채팅 메시지
|
||||
ended: 스트림 종료
|
||||
"@ended":
|
||||
description: 채팅 하단의 스트림 종료 푸터
|
||||
zap(rich): $user ZAPP $amount SATS
|
||||
"@zap":
|
||||
description: 채팅 메시지 스트림 끊김 표시
|
||||
write:
|
||||
label: 메시지 작성
|
||||
"@label":
|
||||
description: 채팅 메시지 입력 상자의 라벨
|
||||
no_signer: npub 로그인으로 메시지를 작성할 수 없습니다.
|
||||
"@no_signer":
|
||||
description: 사용자가 공개 키로만 로그인한 경우에 표시되는 채팅 입력 메시지
|
||||
login: 메시지를 보내려면 로그인하세요.
|
||||
"@login":
|
||||
description: 사용자가 로그아웃할 때 표시되는 채팅 입력 메시지
|
||||
badge:
|
||||
awarded_to: 수상 대상
|
||||
"@awarded_to":
|
||||
description: 배지를 받은 사용자 목록으로 이동하기
|
||||
raid:
|
||||
to: RAIDing $name
|
||||
"@to":
|
||||
description: 다른 스트림으로 채팅 레이드 메시지 보내기
|
||||
from: RAID FROM $name
|
||||
"@from":
|
||||
description: 다른 스트림의 채팅 레이드 메시지
|
||||
countdown: $time에서 레이드
|
||||
"@countdown":
|
||||
description: 자동 레이드를 위한 카운트다운 타이머
|
||||
goal:
|
||||
title: "목표: $amount"
|
||||
remaining: "남음: $amount"
|
||||
complete: 완료
|
||||
button:
|
||||
login: 로그인
|
||||
logout: 로그아웃
|
||||
edit_profile: 프로필 수정
|
||||
"@login":
|
||||
description: 로그인 버튼의 버튼 텍스트
|
||||
follow: 팔로우
|
||||
"@follow":
|
||||
description: 팔로우 버튼의 버튼 텍스트
|
||||
unfollow: 언팔로우
|
||||
"@unfollow":
|
||||
description: 언팔로우 버튼의 버튼 텍스트
|
||||
mute: 뮤트
|
||||
unmute: 뮤트 해제
|
||||
share: 공유
|
||||
save: 저장
|
||||
embed:
|
||||
article_by: "작성자: $name"
|
||||
note_by: "노트 작성됨: $name"
|
||||
live_stream_by: "라이브 스트리밍: $name"
|
||||
stream_list:
|
||||
following: 팔로잉
|
||||
live: 라이브
|
||||
planned: 계획된
|
||||
ended: 종료됨
|
||||
"@stream_list":
|
||||
description: 실시간/종료/예정 등 스트림 유형별로 스트림 목록의 제목을 표시합니다.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: 사용자 지정 금액
|
||||
confirm: 확인
|
||||
comment: 댓글
|
||||
button_zap_ready: Zap $amount sats
|
||||
button_zap: Zap
|
||||
button_open_wallet: 지갑에서 열기
|
||||
copy: 클립보드에 복사
|
||||
error:
|
||||
invalid_custom_amount: 잘못된 사용자 지정 금액
|
||||
no_wallet: 라이트닝 월렛이 설치되지 않았습니다.
|
||||
no_lud16: 번개 주소를 찾을 수 없습니다.
|
||||
profile:
|
||||
past_streams: 과거 스트림
|
||||
edit:
|
||||
display_name: 표시 이름
|
||||
about: 정보
|
||||
nip05: 노스트르 주소
|
||||
lud16: 라이트닝 주소
|
||||
error:
|
||||
logged_out: 로그아웃 시 프로필 수정 불가
|
||||
login:
|
||||
username: 사용자 이름
|
||||
amber: Amber로 로그인
|
||||
key: 키로 로그인
|
||||
create: 계정 만들기
|
||||
error:
|
||||
invalid_key: 잘못된 키
|
125
lib/i18n/translated/nl.i18n.yaml
Normal file
125
lib/i18n/translated/nl.i18n.yaml
Normal file
@ -0,0 +1,125 @@
|
||||
upload_avatar: Avatar uploaden
|
||||
"@upload_avatar":
|
||||
description: Tekst die de gebruiker vraagt om op de avatar-plaatshouder te
|
||||
klikken om te beginnen met uploaden
|
||||
most_zapped_streamers: Meeste Zapped Streamers
|
||||
"@most_zapped_streamers":
|
||||
description: Koers over beursgenoteerde topstreamers door zaps
|
||||
no_user_found: Geen gebruiker gevonden
|
||||
"@no_user_found":
|
||||
description: Geen gebruiker gevonden bij het zoeken
|
||||
anon: Anon
|
||||
viewers:
|
||||
one: 1 kijker
|
||||
other: $n kijkers
|
||||
"@viewers":
|
||||
description: Aantal kijkers van de stream
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: Een anonieme gebruiker
|
||||
stream:
|
||||
status:
|
||||
live: LIVE
|
||||
ended: GESLOTEN
|
||||
planned: GEPLAND
|
||||
started: Begonnen met $timestamp
|
||||
chat:
|
||||
disabled: CHAT UITGESCHAKELD
|
||||
disabled_timeout: "Time-out loopt af: $time"
|
||||
timeout(rich): $mod timed out $user voor $time
|
||||
"@timeout":
|
||||
description: Chatbericht met time-outgebeurtenissen
|
||||
ended: STREAM BEËINDIGD
|
||||
"@ended":
|
||||
description: Voettekst einde stream onderaan chat
|
||||
zap(rich): $user zapped $amount sats
|
||||
"@zap":
|
||||
description: Chatbericht met stream zaps
|
||||
write:
|
||||
label: Schrijf bericht
|
||||
"@label":
|
||||
description: Label op het invoerveld voor chatberichten
|
||||
no_signer: Kan geen berichten schrijven met npub login
|
||||
"@no_signer":
|
||||
description: Chatinvoerbericht getoond wanneer de gebruiker alleen is ingelogd
|
||||
met pubkey
|
||||
login: Log in om berichten te verzenden
|
||||
"@login":
|
||||
description: Chatinvoerbericht dat wordt weergegeven wanneer de gebruiker is
|
||||
uitgelogd
|
||||
badge:
|
||||
awarded_to: "Toegekend aan:"
|
||||
"@awarded_to":
|
||||
description: Kop boven de lijst met gebruikers die een badge hebben gekregen
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Chat raid bericht naar een andere stream
|
||||
from: RAID VAN $name
|
||||
"@from":
|
||||
description: Chat invalbericht van een andere stream
|
||||
countdown: Overvallen in $time
|
||||
"@countdown":
|
||||
description: Afteltimer voor automatisch rijden
|
||||
goal:
|
||||
title: "Doel: $amount"
|
||||
remaining: "Overblijvend: $amount"
|
||||
complete: COMPLETE
|
||||
button:
|
||||
login: Inloggen
|
||||
logout: Uitloggen
|
||||
edit_profile: Bewerk Profiel
|
||||
"@login":
|
||||
description: Knoptekst voor de aanmeldknop
|
||||
follow: Volgen
|
||||
"@follow":
|
||||
description: Knoptekst voor de volgknop
|
||||
unfollow: Ontvolgen
|
||||
"@unfollow":
|
||||
description: Knoptekst voor de knop Ontvolgen
|
||||
mute: Dempen
|
||||
unmute: Niet langer negeren
|
||||
share: Deel
|
||||
save: Opslaan
|
||||
embed:
|
||||
article_by: Artikel door $name
|
||||
note_by: Opmerking door $name
|
||||
live_stream_by: Live stream via $name
|
||||
stream_list:
|
||||
following: Volgt
|
||||
live: Live
|
||||
planned: Gepland
|
||||
ended: Beëindigd
|
||||
"@stream_list":
|
||||
description: Rubrieken op streamlijsten per streamtype live/beëindigd/gepland etc.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Aangepast bedrag
|
||||
confirm: Bevestig
|
||||
comment: Opmerking
|
||||
button_zap_ready: Zap $amount sats
|
||||
button_zap: Zap
|
||||
button_open_wallet: Openen in portefeuille
|
||||
copy: Gekopieerd naar klembord
|
||||
error:
|
||||
invalid_custom_amount: Ongeldig aangepast bedrag
|
||||
no_wallet: Geen bliksemportemonnee geïnstalleerd
|
||||
no_lud16: Geen bliksemadres gevonden
|
||||
profile:
|
||||
past_streams: Afgelopen Streams
|
||||
edit:
|
||||
display_name: Naam weergeven
|
||||
about: Over ons
|
||||
nip05: Nostr Adres
|
||||
lud16: Lightning adres
|
||||
error:
|
||||
logged_out: Kan profiel niet bewerken als ik ben uitgelogd
|
||||
login:
|
||||
username: Gebruikersnaam
|
||||
amber: Inloggen met Amber
|
||||
key: Inloggen met sleutel
|
||||
create: Account aanmaken
|
||||
error:
|
||||
invalid_key: Ongeldige sleutel
|
122
lib/i18n/translated/no.i18n.yaml
Normal file
122
lib/i18n/translated/no.i18n.yaml
Normal file
@ -0,0 +1,122 @@
|
||||
upload_avatar: Upload Avatar
|
||||
"@upload_avatar":
|
||||
description: Text prompting user to hit avatar placeholder to begin upload
|
||||
most_zapped_streamers: Most Zapped Streamers
|
||||
"@most_zapped_streamers":
|
||||
description: Heading over listed top streamers by zaps
|
||||
no_user_found: No user found
|
||||
"@no_user_found":
|
||||
description: No user found when searching
|
||||
anon: Anon
|
||||
viewers:
|
||||
one: 1 viewer
|
||||
other: $n viewers
|
||||
"@viewers":
|
||||
description: Number of viewers of the stream
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: An anonymous user
|
||||
stream:
|
||||
status:
|
||||
live: LIVE
|
||||
ended: ENDED
|
||||
planned: PLANNED
|
||||
started: Started $timestamp
|
||||
chat:
|
||||
disabled: CHAT DISABLED
|
||||
disabled_timeout: "Timeout expires: $time"
|
||||
timeout(rich): $mod timed out $user for $time
|
||||
"@timeout":
|
||||
description: Chat message showing timeout events
|
||||
ended: STREAM ENDED
|
||||
"@ended":
|
||||
description: Stream ended footer at bottom of chat
|
||||
zap(rich): $user zapped $amount sats
|
||||
"@zap":
|
||||
description: Chat message showing stream zaps
|
||||
write:
|
||||
label: Write message
|
||||
"@label":
|
||||
description: Label on the chat message input box
|
||||
no_signer: Can't write messages with npub login
|
||||
"@no_signer":
|
||||
description: Chat input message shown when the user is logged in only with pubkey
|
||||
login: Please login to send messages
|
||||
"@login":
|
||||
description: Chat input message shown when the user is logged out
|
||||
badge:
|
||||
awarded_to: "Awarded to:"
|
||||
"@awarded_to":
|
||||
description: Heading over list of users who are awarded a badge
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Chat raid message to another stream
|
||||
from: RAID FROM $name
|
||||
"@from":
|
||||
description: Chat raid message from another stream
|
||||
countdown: Raiding in $time
|
||||
"@countdown":
|
||||
description: Countdown timer for auto-raiding
|
||||
goal:
|
||||
title: "Goal: $amount"
|
||||
remaining: "Remaining: $amount"
|
||||
complete: COMPLETE
|
||||
button:
|
||||
login: Login
|
||||
logout: Logout
|
||||
edit_profile: Edit Profile
|
||||
"@login":
|
||||
description: Button text for the login button
|
||||
follow: Follow
|
||||
"@follow":
|
||||
description: Button text for the follow button
|
||||
unfollow: Unfollow
|
||||
"@unfollow":
|
||||
description: Button text for the unfollow button
|
||||
mute: Mute
|
||||
unmute: Unmute
|
||||
share: Share
|
||||
save: Save
|
||||
embed:
|
||||
article_by: Article by $name
|
||||
note_by: Note by $name
|
||||
live_stream_by: Live stream by $name
|
||||
stream_list:
|
||||
following: Following
|
||||
live: Live
|
||||
planned: Planned
|
||||
ended: Ended
|
||||
"@stream_list":
|
||||
description: Headings on stream lists by stream type live/ended/planned etc.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Custom Amount
|
||||
confirm: Confirm
|
||||
comment: Comment
|
||||
button_zap_ready: Zap $amount sats
|
||||
button_zap: Zap
|
||||
button_open_wallet: Open in Wallet
|
||||
copy: Copied to clipboard
|
||||
error:
|
||||
invalid_custom_amount: Invalid custom amount
|
||||
no_wallet: No lightning wallet installed
|
||||
no_lud16: No lightning address found
|
||||
profile:
|
||||
past_streams: Past Streams
|
||||
edit:
|
||||
display_name: Display Name
|
||||
about: About
|
||||
nip05: Nostr Address
|
||||
lud16: Lightning Address
|
||||
error:
|
||||
logged_out: Cant edit profile when logged out
|
||||
login:
|
||||
username: Username
|
||||
amber: Login with Amber
|
||||
key: Login with Key
|
||||
create: Create Account
|
||||
error:
|
||||
invalid_key: Invalid key
|
125
lib/i18n/translated/pl.i18n.yaml
Normal file
125
lib/i18n/translated/pl.i18n.yaml
Normal file
@ -0,0 +1,125 @@
|
||||
upload_avatar: Prześlij awatar
|
||||
"@upload_avatar":
|
||||
description: Tekst zachęcający użytkownika do kliknięcia symbolu zastępczego
|
||||
awatara w celu rozpoczęcia przesyłania.
|
||||
most_zapped_streamers: Większość zapped streamerów
|
||||
"@most_zapped_streamers":
|
||||
description: Przechodzenie nad wymienionymi topowymi streamerami przez zapy
|
||||
no_user_found: Nie znaleziono użytkownika
|
||||
"@no_user_found":
|
||||
description: Nie znaleziono użytkownika podczas wyszukiwania
|
||||
anon: Anon
|
||||
viewers:
|
||||
one: 1 przeglądarka
|
||||
other: $n widzowie
|
||||
"@viewers":
|
||||
description: Liczba widzów strumienia
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: Anonimowy użytkownik
|
||||
stream:
|
||||
status:
|
||||
live: NA ŻYWO
|
||||
ended: ZAKOŃCZONY
|
||||
planned: PLANOWANE
|
||||
started: Start $timestamp
|
||||
chat:
|
||||
disabled: CZAT WYŁĄCZONY
|
||||
disabled_timeout: "Upłynął limit czasu: $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
|
||||
"@ended":
|
||||
description: Stream zakończył stopkę na dole czatu
|
||||
zap(rich): $user zapped $amount sats
|
||||
"@zap":
|
||||
description: Wiadomość na czacie pokazująca zapy strumienia
|
||||
write:
|
||||
label: Napisz wiadomość
|
||||
"@label":
|
||||
description: Etykieta w polu wprowadzania wiadomości czatu
|
||||
no_signer: Nie można pisać wiadomości z loginem npub
|
||||
"@no_signer":
|
||||
description: Komunikat wejściowy czatu wyświetlany, gdy użytkownik jest
|
||||
zalogowany tylko za pomocą klucza pubkey
|
||||
login: Zaloguj się, aby wysyłać wiadomości
|
||||
"@login":
|
||||
description: Komunikat wejściowy czatu wyświetlany, gdy użytkownik jest wylogowany
|
||||
badge:
|
||||
awarded_to: "Przyznano:"
|
||||
"@awarded_to":
|
||||
description: Nagłówek nad listą użytkowników, którzy otrzymali odznakę
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Przesyłanie wiadomości na czacie do innego strumienia
|
||||
from: RAID Z $name
|
||||
"@from":
|
||||
description: Nalot na czat z innego strumienia
|
||||
countdown: Naloty w $time
|
||||
"@countdown":
|
||||
description: Zegar odliczający czas do automatycznej jazdy
|
||||
goal:
|
||||
title: "Cel: $amount"
|
||||
remaining: "Pozostałe: $amount"
|
||||
complete: ZAKOŃCZONE
|
||||
button:
|
||||
login: Logowanie
|
||||
logout: Wylogowanie
|
||||
edit_profile: Edytuj profil
|
||||
"@login":
|
||||
description: Tekst przycisku logowania
|
||||
follow: Śledź
|
||||
"@follow":
|
||||
description: Tekst przycisku dla przycisku śledzenia
|
||||
unfollow: Nie obserwuj
|
||||
"@unfollow":
|
||||
description: Tekst przycisku cofnięcia obserwowania
|
||||
mute: Wyciszenie
|
||||
unmute: Wyłącz wyciszenie
|
||||
share: Udział
|
||||
save: Zapisz
|
||||
embed:
|
||||
article_by: Artykuł autorstwa $name
|
||||
note_by: Uwaga $name
|
||||
live_stream_by: Transmisja na żywo przez $name
|
||||
stream_list:
|
||||
following: Następujący
|
||||
live: Na żywo
|
||||
planned: Planowane
|
||||
ended: Zakończony
|
||||
"@stream_list":
|
||||
description: Nagłówki na listach strumieni według typu strumienia na żywo /
|
||||
zakończony / planowany itp.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Kwota niestandardowa
|
||||
confirm: Potwierdzenie
|
||||
comment: Komentarz
|
||||
button_zap_ready: Zap $amount sats
|
||||
button_zap: Zap
|
||||
button_open_wallet: Otwórz w portfelu
|
||||
copy: Skopiowane do schowka
|
||||
error:
|
||||
invalid_custom_amount: Nieprawidłowa kwota niestandardowa
|
||||
no_wallet: Brak zainstalowanego portfela Lightning
|
||||
no_lud16: Nie znaleziono adresu pioruna
|
||||
profile:
|
||||
past_streams: Poprzednie strumienie
|
||||
edit:
|
||||
display_name: Wyświetlana nazwa
|
||||
about: O
|
||||
nip05: Adres Nostr
|
||||
lud16: Adres błyskawicy
|
||||
error:
|
||||
logged_out: Nie można edytować profilu po wylogowaniu
|
||||
login:
|
||||
username: Nazwa użytkownika
|
||||
amber: Zaloguj się za pomocą Amber
|
||||
key: Logowanie za pomocą klucza
|
||||
create: Utwórz konto
|
||||
error:
|
||||
invalid_key: Nieprawidłowy klucz
|
125
lib/i18n/translated/pt.i18n.yaml
Normal file
125
lib/i18n/translated/pt.i18n.yaml
Normal file
@ -0,0 +1,125 @@
|
||||
upload_avatar: Carregar Avatar
|
||||
"@upload_avatar":
|
||||
description: Texto solicitando que o usuário clique no espaço reservado do
|
||||
avatar para iniciar o upload
|
||||
most_zapped_streamers: Streamers mais afetados
|
||||
"@most_zapped_streamers":
|
||||
description: Dirigindo-se para as principais serpentinas listadas por zaps
|
||||
no_user_found: Nenhum usuário encontrado
|
||||
"@no_user_found":
|
||||
description: Nenhum usuário foi encontrado durante a pesquisa
|
||||
anon: Anônimo
|
||||
viewers:
|
||||
one: 1 visualizador
|
||||
other: $n espectadores
|
||||
"@viewers":
|
||||
description: Número de espectadores da transmissão
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: Um usuário anônimo
|
||||
stream:
|
||||
status:
|
||||
live: AO VIVO
|
||||
ended: FINALIZADO
|
||||
planned: PLANEJADO
|
||||
started: Iniciado em $timestamp
|
||||
chat:
|
||||
disabled: BATE-PAPO DESATIVADO
|
||||
disabled_timeout: "O tempo limite expira: $time"
|
||||
timeout(rich): $mod Tempo esgotado $user para $time
|
||||
"@timeout":
|
||||
description: Mensagem de bate-papo mostrando eventos de tempo limite
|
||||
ended: TRANSMISSÃO ENCERRADA
|
||||
"@ended":
|
||||
description: O rodapé do fluxo terminou na parte inferior do bate-papo
|
||||
zap(rich): $user zapeou $amount sats
|
||||
"@zap":
|
||||
description: Mensagem de bate-papo mostrando zaps de fluxo
|
||||
write:
|
||||
label: Escrever mensagem
|
||||
"@label":
|
||||
description: Rótulo na caixa de entrada da mensagem de bate-papo
|
||||
no_signer: Não é possível escrever mensagens com o login do npub
|
||||
"@no_signer":
|
||||
description: Mensagem de entrada de bate-papo exibida quando o usuário está
|
||||
conectado apenas com a pubkey
|
||||
login: Faça login para enviar mensagens
|
||||
"@login":
|
||||
description: Mensagem de entrada de chat exibida quando o usuário está desconectado
|
||||
badge:
|
||||
awarded_to: "Prêmio concedido a:"
|
||||
"@awarded_to":
|
||||
description: Cabeçalho sobre a lista de usuários que receberam um emblema
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Mensagem de invasão de bate-papo para outro fluxo
|
||||
from: RAID DE $name
|
||||
"@from":
|
||||
description: Mensagem de invasão de bate-papo de outro fluxo
|
||||
countdown: Incursões em $time
|
||||
"@countdown":
|
||||
description: Cronômetro de contagem regressiva para o ataque automático
|
||||
goal:
|
||||
title: "Meta: $amount"
|
||||
remaining: "Restante: $amount"
|
||||
complete: COMPLETO
|
||||
button:
|
||||
login: Entrar
|
||||
logout: Sair
|
||||
edit_profile: Editar perfil
|
||||
"@login":
|
||||
description: Texto do botão para o botão de login
|
||||
follow: Seguir
|
||||
"@follow":
|
||||
description: Texto do botão para o botão Seguir
|
||||
unfollow: Deixar de seguir
|
||||
"@unfollow":
|
||||
description: Texto do botão para o botão deixar de seguir
|
||||
mute: Silenciar
|
||||
unmute: Desmutar
|
||||
share: Compartilhar
|
||||
save: Salvar
|
||||
embed:
|
||||
article_by: Artigo de $name
|
||||
note_by: Nota de $name
|
||||
live_stream_by: Transmissão ao vivo pelo site $name
|
||||
stream_list:
|
||||
following: Seguindo
|
||||
live: Ao vivo
|
||||
planned: Planejado
|
||||
ended: Encerrado
|
||||
"@stream_list":
|
||||
description: Cabeçalhos nas listas de transmissões por tipo de transmissão ao
|
||||
vivo/terminada/planejada etc.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Valor personalizado
|
||||
confirm: Confirmar
|
||||
comment: Comentar
|
||||
button_zap_ready: Enviar Zap de $amount sats
|
||||
button_zap: Zap
|
||||
button_open_wallet: Abrir na carteira
|
||||
copy: Copiado para a área de transferência
|
||||
error:
|
||||
invalid_custom_amount: Valor personalizado inválido
|
||||
no_wallet: Nenhuma carteira lightning instalada
|
||||
no_lud16: Nenhum endereço de raio encontrado
|
||||
profile:
|
||||
past_streams: Transmissões Passadas
|
||||
edit:
|
||||
display_name: Nome de exibição
|
||||
about: Sobre
|
||||
nip05: Endereço do Nostr
|
||||
lud16: Endereço Lightning
|
||||
error:
|
||||
logged_out: Não é possível editar o perfil quando se está desconectado
|
||||
login:
|
||||
username: Nome de usuário
|
||||
amber: Faça login com o Amber
|
||||
key: Login com chave
|
||||
create: Criar Conta
|
||||
error:
|
||||
invalid_key: Chave inválida
|
126
lib/i18n/translated/ro.i18n.yaml
Normal file
126
lib/i18n/translated/ro.i18n.yaml
Normal file
@ -0,0 +1,126 @@
|
||||
upload_avatar: Încărcați Avatar
|
||||
"@upload_avatar":
|
||||
description: Text care solicită utilizatorului să atingă marcajul avatar pentru
|
||||
a începe încărcarea
|
||||
most_zapped_streamers: Cele mai multe Streamers Zapped
|
||||
"@most_zapped_streamers":
|
||||
description: Cap peste streamers de top enumerate de zaps
|
||||
no_user_found: Niciun utilizator găsit
|
||||
"@no_user_found":
|
||||
description: Nu s-a găsit niciun utilizator la căutare
|
||||
anon: Anon
|
||||
viewers:
|
||||
one: 1 vizualizator
|
||||
other: $n telespectatori
|
||||
"@viewers":
|
||||
description: Numărul de telespectatori ai fluxului
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: Un utilizator anonim
|
||||
stream:
|
||||
status:
|
||||
live: ÎN DIRECT
|
||||
ended: TERMINAT
|
||||
planned: PLANIFICATE
|
||||
started: A început $timestamp
|
||||
chat:
|
||||
disabled: CHAT DEZACTIVAT
|
||||
disabled_timeout: "Timpul expiră: $time"
|
||||
timeout(rich): $mod Timed out $user pentru $time
|
||||
"@timeout":
|
||||
description: Mesaj de chat care afișează evenimentele de timeout
|
||||
ended: STREAM ÎNCHEIAT
|
||||
"@ended":
|
||||
description: Stream a încheiat footer-ul în partea de jos a chat-ului
|
||||
zap(rich): $user zapped $amount sats
|
||||
"@zap":
|
||||
description: Mesaj de chat care arată zapsuri de flux
|
||||
write:
|
||||
label: Scrieți mesajul
|
||||
"@label":
|
||||
description: Etichetă pe caseta de introducere a mesajului de chat
|
||||
no_signer: Nu se pot scrie mesaje cu autentificarea npub
|
||||
"@no_signer":
|
||||
description: Mesajul de intrare în chat afișat atunci când utilizatorul este
|
||||
conectat doar cu pubkey
|
||||
login: Vă rugăm să vă autentificați pentru a trimite mesaje
|
||||
"@login":
|
||||
description: Mesajul de intrare în chat afișat atunci când utilizatorul este
|
||||
deconectat
|
||||
badge:
|
||||
awarded_to: "Premiat pentru:"
|
||||
"@awarded_to":
|
||||
description: Antet peste lista de utilizatori care au primit o insignă
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Chat mesaj raid la un alt flux
|
||||
from: RAID DE LA $name
|
||||
"@from":
|
||||
description: Chat raid mesaj din alt flux
|
||||
countdown: Raiduri în $time
|
||||
"@countdown":
|
||||
description: Cronometru cu numărătoare inversă pentru auto-raid
|
||||
goal:
|
||||
title: "Obiectiv: $amount"
|
||||
remaining: "Rămase: $amount"
|
||||
complete: COMPLET
|
||||
button:
|
||||
login: Autentificare
|
||||
logout: Ieșire
|
||||
edit_profile: Editare profil
|
||||
"@login":
|
||||
description: Textul butonului pentru butonul de conectare
|
||||
follow: Urmați
|
||||
"@follow":
|
||||
description: Textul butonului pentru butonul de urmărire
|
||||
unfollow: Unfollow
|
||||
"@unfollow":
|
||||
description: Textul butonului pentru butonul unfollow
|
||||
mute: Mut
|
||||
unmute: Dezactivați
|
||||
share: Share
|
||||
save: Salvați
|
||||
embed:
|
||||
article_by: Articol de $name
|
||||
note_by: Notă de la $name
|
||||
live_stream_by: Transmisiune live prin $name
|
||||
stream_list:
|
||||
following: În urma
|
||||
live: În direct
|
||||
planned: Planificate
|
||||
ended: Încheiat
|
||||
"@stream_list":
|
||||
description: Rubrici pe listele de fluxuri în funcție de tipul fluxului în
|
||||
direct/terminat/planificat etc.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Sumă personalizată
|
||||
confirm: Confirmați
|
||||
comment: Comentariu
|
||||
button_zap_ready: Zap $amount sats
|
||||
button_zap: Zap
|
||||
button_open_wallet: Deschide în portofel
|
||||
copy: Copiat în clipboard
|
||||
error:
|
||||
invalid_custom_amount: Sumă personalizată invalidă
|
||||
no_wallet: Nu este instalat niciun portofel Lightning
|
||||
no_lud16: Nu a fost găsită nicio adresă de fulgere
|
||||
profile:
|
||||
past_streams: Fluxuri trecute
|
||||
edit:
|
||||
display_name: Nume afișat
|
||||
about: Despre
|
||||
nip05: Adresa Nostr
|
||||
lud16: Adresa fulgerului
|
||||
error:
|
||||
logged_out: Nu pot edita profilul când sunt deconectat
|
||||
login:
|
||||
username: Nume utilizator
|
||||
amber: Conectați-vă cu Amber
|
||||
key: Autentificare cu cheie
|
||||
create: Creare cont
|
||||
error:
|
||||
invalid_key: Cheie invalidă
|
126
lib/i18n/translated/ru.i18n.yaml
Normal file
126
lib/i18n/translated/ru.i18n.yaml
Normal file
@ -0,0 +1,126 @@
|
||||
upload_avatar: Загрузить аватар
|
||||
"@upload_avatar":
|
||||
description: Текст, побуждающий пользователя нажать кнопку с изображением
|
||||
аватара, чтобы начать загрузку
|
||||
most_zapped_streamers: Самые прыткие стримеры
|
||||
"@most_zapped_streamers":
|
||||
description: Направляясь по перечисленным верхним стримерам с помощью запс
|
||||
no_user_found: Пользователь не найден
|
||||
"@no_user_found":
|
||||
description: Пользователь не найден при поиске
|
||||
anon: Аноним
|
||||
viewers:
|
||||
one: 1 зритель
|
||||
other: $n зрителей
|
||||
"@viewers":
|
||||
description: Количество зрителей потока
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: Анонимный пользователь
|
||||
stream:
|
||||
status:
|
||||
live: LIVE
|
||||
ended: КОНЕЦ
|
||||
planned: ПЛАНИРУЕМЫЙ
|
||||
started: Начало $timestamp
|
||||
chat:
|
||||
disabled: ЧАТ ОТКЛЮЧЕН
|
||||
disabled_timeout: "Таймаут истекает: $time"
|
||||
timeout(rich): $mod тайм-аут $user для $time
|
||||
"@timeout":
|
||||
description: Сообщение в чате, показывающее события по тайм-ауту
|
||||
ended: ТРАНСЛЯЦИЯ ОКОНЧЕНА
|
||||
"@ended":
|
||||
description: Поток закончился в нижней части чата
|
||||
zap(rich): $user запнул $amount сат
|
||||
"@zap":
|
||||
description: Сообщение в чате, отображающее потоковые зазоры
|
||||
write:
|
||||
label: Написать сообщение
|
||||
"@label":
|
||||
description: Надпись на поле ввода сообщения чата
|
||||
no_signer: Невозможно писать сообщения с логином npub
|
||||
"@no_signer":
|
||||
description: Сообщение о входе в чат, отображаемое при входе пользователя только
|
||||
с pubkey
|
||||
login: Пожалуйста, войдите в систему, чтобы отправлять сообщения
|
||||
"@login":
|
||||
description: Сообщение о входе в чат, отображаемое при выходе пользователя из
|
||||
системы
|
||||
badge:
|
||||
awarded_to: "Награждается:"
|
||||
"@awarded_to":
|
||||
description: Заголовок над списком пользователей, награжденных значком
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Сообщение о рейде в чате в другой поток
|
||||
from: RAID FROM $name
|
||||
"@from":
|
||||
description: Сообщение о рейде в чате из другого потока
|
||||
countdown: Рейды в $time
|
||||
"@countdown":
|
||||
description: Таймер обратного отсчета для автопоездки
|
||||
goal:
|
||||
title: "Цель: $amount"
|
||||
remaining: "Осталось: $amount"
|
||||
complete: КОМПЛЕКТ
|
||||
button:
|
||||
login: Логин
|
||||
logout: Выйти
|
||||
edit_profile: Редактировать профиль
|
||||
"@login":
|
||||
description: Текст кнопки для входа в систему
|
||||
follow: Подписаться
|
||||
"@follow":
|
||||
description: Текст кнопки для кнопки следования
|
||||
unfollow: Отписаться
|
||||
"@unfollow":
|
||||
description: Текст кнопки для кнопки "Развернуть
|
||||
mute: Заглушить
|
||||
unmute: Включить уведомления
|
||||
share: Поделиться
|
||||
save: Сохранить
|
||||
embed:
|
||||
article_by: Статья $name
|
||||
note_by: Заметка на сайте $name
|
||||
live_stream_by: "Прямая трансляция: $name"
|
||||
stream_list:
|
||||
following: Подписки
|
||||
live: Прямой эфир
|
||||
planned: Запланировано
|
||||
ended: Завершено
|
||||
"@stream_list":
|
||||
description: Заголовки в списках потоков по типу потока -
|
||||
живой/законченный/запланированный и т. д.
|
||||
zap:
|
||||
title: Запнуть ($name
|
||||
custom_amount: Пользовательская сумма
|
||||
confirm: Подтвердить
|
||||
comment: Комментарий
|
||||
button_zap_ready: Запнуть $amount сат
|
||||
button_zap: Зап
|
||||
button_open_wallet: Открыть в кошельке
|
||||
copy: Скопировано в буфер обмена
|
||||
error:
|
||||
invalid_custom_amount: Недопустимая пользовательская сумма
|
||||
no_wallet: Кошелек молнии не установлен
|
||||
no_lud16: Адрес молнии не найден
|
||||
profile:
|
||||
past_streams: Предыдущие трансляции
|
||||
edit:
|
||||
display_name: Отображаемое имя
|
||||
about: О себе
|
||||
nip05: Nostr адрес
|
||||
lud16: Lightning Адрес
|
||||
error:
|
||||
logged_out: Невозможно редактировать профиль при выходе из системы
|
||||
login:
|
||||
username: Имя пользователя
|
||||
amber: Войти с помощью Amber
|
||||
key: Вход в систему с помощью ключа
|
||||
create: Создать аккаунт
|
||||
error:
|
||||
invalid_key: Неверный ключ
|
122
lib/i18n/translated/sr.i18n.yaml
Normal file
122
lib/i18n/translated/sr.i18n.yaml
Normal file
@ -0,0 +1,122 @@
|
||||
upload_avatar: Upload Avatar
|
||||
"@upload_avatar":
|
||||
description: Text prompting user to hit avatar placeholder to begin upload
|
||||
most_zapped_streamers: Most Zapped Streamers
|
||||
"@most_zapped_streamers":
|
||||
description: Heading over listed top streamers by zaps
|
||||
no_user_found: No user found
|
||||
"@no_user_found":
|
||||
description: No user found when searching
|
||||
anon: Anon
|
||||
viewers:
|
||||
one: 1 viewer
|
||||
other: $n viewers
|
||||
"@viewers":
|
||||
description: Number of viewers of the stream
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: An anonymous user
|
||||
stream:
|
||||
status:
|
||||
live: LIVE
|
||||
ended: ENDED
|
||||
planned: PLANNED
|
||||
started: Started $timestamp
|
||||
chat:
|
||||
disabled: CHAT DISABLED
|
||||
disabled_timeout: "Timeout expires: $time"
|
||||
timeout(rich): $mod timed out $user for $time
|
||||
"@timeout":
|
||||
description: Chat message showing timeout events
|
||||
ended: STREAM ENDED
|
||||
"@ended":
|
||||
description: Stream ended footer at bottom of chat
|
||||
zap(rich): $user zapped $amount sats
|
||||
"@zap":
|
||||
description: Chat message showing stream zaps
|
||||
write:
|
||||
label: Write message
|
||||
"@label":
|
||||
description: Label on the chat message input box
|
||||
no_signer: Can't write messages with npub login
|
||||
"@no_signer":
|
||||
description: Chat input message shown when the user is logged in only with pubkey
|
||||
login: Please login to send messages
|
||||
"@login":
|
||||
description: Chat input message shown when the user is logged out
|
||||
badge:
|
||||
awarded_to: "Awarded to:"
|
||||
"@awarded_to":
|
||||
description: Heading over list of users who are awarded a badge
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Chat raid message to another stream
|
||||
from: RAID FROM $name
|
||||
"@from":
|
||||
description: Chat raid message from another stream
|
||||
countdown: Raiding in $time
|
||||
"@countdown":
|
||||
description: Countdown timer for auto-raiding
|
||||
goal:
|
||||
title: "Goal: $amount"
|
||||
remaining: "Remaining: $amount"
|
||||
complete: COMPLETE
|
||||
button:
|
||||
login: Login
|
||||
logout: Logout
|
||||
edit_profile: Edit Profile
|
||||
"@login":
|
||||
description: Button text for the login button
|
||||
follow: Follow
|
||||
"@follow":
|
||||
description: Button text for the follow button
|
||||
unfollow: Unfollow
|
||||
"@unfollow":
|
||||
description: Button text for the unfollow button
|
||||
mute: Mute
|
||||
unmute: Unmute
|
||||
share: Share
|
||||
save: Save
|
||||
embed:
|
||||
article_by: Article by $name
|
||||
note_by: Note by $name
|
||||
live_stream_by: Live stream by $name
|
||||
stream_list:
|
||||
following: Following
|
||||
live: Live
|
||||
planned: Planned
|
||||
ended: Ended
|
||||
"@stream_list":
|
||||
description: Headings on stream lists by stream type live/ended/planned etc.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Custom Amount
|
||||
confirm: Confirm
|
||||
comment: Comment
|
||||
button_zap_ready: Zap $amount sats
|
||||
button_zap: Zap
|
||||
button_open_wallet: Open in Wallet
|
||||
copy: Copied to clipboard
|
||||
error:
|
||||
invalid_custom_amount: Invalid custom amount
|
||||
no_wallet: No lightning wallet installed
|
||||
no_lud16: No lightning address found
|
||||
profile:
|
||||
past_streams: Past Streams
|
||||
edit:
|
||||
display_name: Display Name
|
||||
about: About
|
||||
nip05: Nostr Address
|
||||
lud16: Lightning Address
|
||||
error:
|
||||
logged_out: Cant edit profile when logged out
|
||||
login:
|
||||
username: Username
|
||||
amber: Login with Amber
|
||||
key: Login with Key
|
||||
create: Create Account
|
||||
error:
|
||||
invalid_key: Invalid key
|
124
lib/i18n/translated/sv.i18n.yaml
Normal file
124
lib/i18n/translated/sv.i18n.yaml
Normal file
@ -0,0 +1,124 @@
|
||||
upload_avatar: Ladda upp avatar
|
||||
"@upload_avatar":
|
||||
description: Text som uppmanar användaren att trycka på avatarplatshållaren för
|
||||
att påbörja uppladdningen
|
||||
most_zapped_streamers: De flesta zappade streamers
|
||||
"@most_zapped_streamers":
|
||||
description: Rubrik över listade toppstreamers av zaps
|
||||
no_user_found: Ingen användare hittades
|
||||
"@no_user_found":
|
||||
description: Ingen användare hittades vid sökning
|
||||
anon: Anon
|
||||
viewers:
|
||||
one: 1 tittare
|
||||
other: $n tittare
|
||||
"@viewers":
|
||||
description: Antal tittare på streamingen
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: En anonym användare
|
||||
stream:
|
||||
status:
|
||||
live: LIVE
|
||||
ended: AVSLUTAD
|
||||
planned: PLANERADE
|
||||
started: Startade $timestamp
|
||||
chat:
|
||||
disabled: CHAT AVSTÄNGD
|
||||
disabled_timeout: "Tidsgränsen går ut: $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
|
||||
zap(rich): $user zapped $amount sats
|
||||
"@zap":
|
||||
description: Chattmeddelande som visar strömavbrott
|
||||
write:
|
||||
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":
|
||||
description: Chattinmatningsmeddelande som visas när användaren endast är
|
||||
inloggad med pubkey
|
||||
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
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Chatta raidmeddelande 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
|
||||
"@countdown":
|
||||
description: Nedräkningstimer för auto-raiding
|
||||
goal:
|
||||
title: "Mål: $amount"
|
||||
remaining: "Kvarvarande: $amount"
|
||||
complete: KOMPLETT
|
||||
button:
|
||||
login: Logga in
|
||||
logout: Logga ut
|
||||
edit_profile: Redigera profil
|
||||
"@login":
|
||||
description: Knapptext för inloggningsknappen
|
||||
follow: Följ
|
||||
"@follow":
|
||||
description: Knapptext för följ-knappen
|
||||
unfollow: Sluta följa
|
||||
"@unfollow":
|
||||
description: Knapptext för avföljningsknappen
|
||||
mute: Tysta
|
||||
unmute: Avtysta
|
||||
share: Dela
|
||||
save: Spara
|
||||
embed:
|
||||
article_by: Artikel av $name
|
||||
note_by: Anteckning av $name
|
||||
live_stream_by: Direktsändning via $name
|
||||
stream_list:
|
||||
following: Följer
|
||||
live: Live
|
||||
planned: Planerade
|
||||
ended: Avslutade
|
||||
"@stream_list":
|
||||
description: Rubriker på strömlistor efter strömtyp live/avslutad/planerad etc.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Anpassat belopp
|
||||
confirm: Bekräfta
|
||||
comment: Kommentar
|
||||
button_zap_ready: Zap $amount sats
|
||||
button_zap: Zap
|
||||
button_open_wallet: Öppna i plånboken
|
||||
copy: Kopieras till urklipp
|
||||
error:
|
||||
invalid_custom_amount: Ogiltigt anpassat belopp
|
||||
no_wallet: Ingen blixtplånbok installerad
|
||||
no_lud16: Ingen blixtadress hittades
|
||||
profile:
|
||||
past_streams: Tidigare streamar
|
||||
edit:
|
||||
display_name: Visa namn
|
||||
about: Om
|
||||
nip05: Nostr Adress
|
||||
lud16: Lightning-adress
|
||||
error:
|
||||
logged_out: Kan inte redigera profil när jag är utloggad
|
||||
login:
|
||||
username: Användarnamn
|
||||
amber: Logga in med Amber
|
||||
key: Logga in med nyckel
|
||||
create: Skapa konto
|
||||
error:
|
||||
invalid_key: Ogiltig nyckel
|
124
lib/i18n/translated/tr.i18n.yaml
Normal file
124
lib/i18n/translated/tr.i18n.yaml
Normal file
@ -0,0 +1,124 @@
|
||||
upload_avatar: Avatar Yükle
|
||||
"@upload_avatar":
|
||||
description: Kullanıcının yüklemeye başlamak için avatar yer tutucusuna
|
||||
basmasını isteyen metin
|
||||
most_zapped_streamers: En Çok Zaplanan Flamalar
|
||||
"@most_zapped_streamers":
|
||||
description: Zaps tarafından listelenen üst flamalar üzerinde ilerliyor
|
||||
no_user_found: Kullanıcı bulunamadı
|
||||
"@no_user_found":
|
||||
description: Arama yaparken kullanıcı bulunamadı
|
||||
anon: Anon
|
||||
viewers:
|
||||
one: 1 izleyici
|
||||
other: $n izleyiciler
|
||||
"@viewers":
|
||||
description: Akışı izleyenlerin sayısı
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: Anonim bir kullanıcı
|
||||
stream:
|
||||
status:
|
||||
live: CANLI
|
||||
ended: SONLANDI
|
||||
planned: PLANLANMIŞ
|
||||
started: Başlatıldı $timestamp
|
||||
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":
|
||||
description: Zaman aşımı olaylarını gösteren sohbet mesajı
|
||||
ended: YAYIN SONLANDI
|
||||
"@ended":
|
||||
description: Sohbetin alt kısmında akış sona erdi altbilgisi
|
||||
zap(rich): $user zapped $amount sats
|
||||
"@zap":
|
||||
description: Akış zaplarını gösteren sohbet mesajı
|
||||
write:
|
||||
label: Mesaj yaz
|
||||
"@label":
|
||||
description: Sohbet mesajı giriş kutusundaki etiket
|
||||
no_signer: Npub girişi ile mesaj yazılamıyor
|
||||
"@no_signer":
|
||||
description: Kullanıcı yalnızca pubkey ile oturum açtığında gösterilen sohbet
|
||||
giriş mesajı
|
||||
login: Mesaj göndermek için lütfen giriş yapın
|
||||
"@login":
|
||||
description: Kullanıcı oturumu kapatıldığında gösterilen sohbet giriş mesajı
|
||||
badge:
|
||||
awarded_to: "Ödüllendirildi:"
|
||||
"@awarded_to":
|
||||
description: Rozet verilen kullanıcıların listesi üzerinde başlık
|
||||
raid:
|
||||
to: RAIDING ${name}S
|
||||
"@to":
|
||||
description: Başka bir akışa sohbet baskını mesajı
|
||||
from: $name ADRESINDEN RAID
|
||||
"@from":
|
||||
description: Başka bir akıştan sohbet baskını mesajı
|
||||
countdown: $time adresinde baskın
|
||||
"@countdown":
|
||||
description: Otomatik sürüş için geri sayım sayacı
|
||||
goal:
|
||||
title: "Hedef: $amount"
|
||||
remaining: "Kalan: $amount"
|
||||
complete: TAMAMLANDI
|
||||
button:
|
||||
login: Giriş
|
||||
logout: Oturum Kapatma
|
||||
edit_profile: Profil Düzenle
|
||||
"@login":
|
||||
description: Oturum açma düğmesi için düğme metni
|
||||
follow: Takip et
|
||||
"@follow":
|
||||
description: Takip et düğmesi için düğme metni
|
||||
unfollow: Takibi bırak
|
||||
"@unfollow":
|
||||
description: Takibi bırak düğmesi için düğme metni
|
||||
mute: Sessiz
|
||||
unmute: Sesi aç
|
||||
share: Paylaş
|
||||
save: Kaydet
|
||||
embed:
|
||||
article_by: Makale $name
|
||||
note_by: "Not: $name"
|
||||
live_stream_by: "Canlı yayın: $name"
|
||||
stream_list:
|
||||
following: Aşağıdaki
|
||||
live: Canlı
|
||||
planned: Planlanmış
|
||||
ended: Bitti
|
||||
"@stream_list":
|
||||
description: Akış türüne göre akış listelerindeki başlıklar canlı/bitmiş/planlanan vb.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Özel Tutar
|
||||
confirm: Onaylayın
|
||||
comment: Yorum
|
||||
button_zap_ready: Zap $amount sats
|
||||
button_zap: Zap
|
||||
button_open_wallet: Cüzdanda Aç
|
||||
copy: Panoya kopyalandı
|
||||
error:
|
||||
invalid_custom_amount: Geçersiz özel tutar
|
||||
no_wallet: Lightning cüzdan yüklü değil
|
||||
no_lud16: Yıldırım adresi bulunamadı
|
||||
profile:
|
||||
past_streams: Geçmiş Akışlar
|
||||
edit:
|
||||
display_name: Ekran Adı
|
||||
about: Hakkında
|
||||
nip05: Nostr Adres
|
||||
lud16: Yıldırım Adres
|
||||
error:
|
||||
logged_out: Çıkış yapıldığında profil düzenlenemiyor
|
||||
login:
|
||||
username: Kullanıcı Adı
|
||||
amber: Amber ile Giriş Yapın
|
||||
key: Anahtar ile Giriş Yapın
|
||||
create: Hesap Oluştur
|
||||
error:
|
||||
invalid_key: Geçersiz anahtar
|
126
lib/i18n/translated/uk.i18n.yaml
Normal file
126
lib/i18n/translated/uk.i18n.yaml
Normal file
@ -0,0 +1,126 @@
|
||||
upload_avatar: Завантажити аватар
|
||||
"@upload_avatar":
|
||||
description: Текст, що пропонує користувачеві натиснути на заповнювач аватара,
|
||||
щоб почати завантаження
|
||||
most_zapped_streamers: Більшість стримерів, які були під напругою
|
||||
"@most_zapped_streamers":
|
||||
description: Перехід до переліку найкращих стрімерів за запитами
|
||||
no_user_found: Користувача не знайдено
|
||||
"@no_user_found":
|
||||
description: Користувача не знайдено при пошуку
|
||||
anon: Анонім.
|
||||
viewers:
|
||||
one: 1 глядач
|
||||
other: $n глядачі
|
||||
"@viewers":
|
||||
description: Кількість глядачів стріму
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: Анонімний користувач
|
||||
stream:
|
||||
status:
|
||||
live: НАЖИВО
|
||||
ended: ЗАКІНЧЕНО
|
||||
planned: ЗАПЛАНОВАНО
|
||||
started: Запустив $timestamp
|
||||
chat:
|
||||
disabled: ЧАТ ВІДКЛЮЧЕНО
|
||||
disabled_timeout: "Тайм-аут закінчився: $time"
|
||||
timeout(rich): $mod таймінг $user для $time
|
||||
"@timeout":
|
||||
description: Повідомлення в чаті про події тайм-ауту
|
||||
ended: СТРІМ ЗАКІНЧИВСЯ
|
||||
"@ended":
|
||||
description: Нижній колонтитул кінця потоку внизу чату
|
||||
zap(rich): $user zapped $amount sats
|
||||
"@zap":
|
||||
description: Повідомлення в чаті, що показує затримки потоку
|
||||
write:
|
||||
label: Написати повідомлення
|
||||
"@label":
|
||||
description: Мітка у вікні введення повідомлення чату
|
||||
no_signer: Неможливо писати повідомлення з логіном npub
|
||||
"@no_signer":
|
||||
description: Повідомлення в чаті, що відображається, коли користувач увійшов до
|
||||
системи лише з ключем pubkey
|
||||
login: Будь ласка, авторизуйтесь, щоб надсилати повідомлення
|
||||
"@login":
|
||||
description: Повідомлення для введення в чаті, що відображається, коли
|
||||
користувач вийшов з системи
|
||||
badge:
|
||||
awarded_to: "Нагороджується:"
|
||||
"@awarded_to":
|
||||
description: Над списком користувачів, яким присвоєно бейдж
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Повідомлення про рейд чату в інший потік
|
||||
from: RAID FROM $name
|
||||
"@from":
|
||||
description: Повідомлення про наліт на чат з іншого потоку
|
||||
countdown: Рейд у $time
|
||||
"@countdown":
|
||||
description: Таймер зворотного відліку для авторейду
|
||||
goal:
|
||||
title: "Мета: $amount"
|
||||
remaining: "Залишилося: $amount"
|
||||
complete: ЗАВЕРШИТИ
|
||||
button:
|
||||
login: Логін
|
||||
logout: Вийти з системи
|
||||
edit_profile: Редагувати профіль
|
||||
"@login":
|
||||
description: Текст для кнопки входу в систему
|
||||
follow: Підпишіться
|
||||
"@follow":
|
||||
description: Текст для кнопки переходу
|
||||
unfollow: Скасувати відповідь
|
||||
"@unfollow":
|
||||
description: Текст для кнопки відписки
|
||||
mute: Вимкнути звук.
|
||||
unmute: Увімкнути звук.
|
||||
share: Поділіться
|
||||
save: Зберегти
|
||||
embed:
|
||||
article_by: Стаття за посиланням $name
|
||||
note_by: Примітка $name
|
||||
live_stream_by: Пряма трансляція на $name
|
||||
stream_list:
|
||||
following: Після того, як
|
||||
live: Наживо
|
||||
planned: Заплановано
|
||||
ended: Закінчилося
|
||||
"@stream_list":
|
||||
description: "Заголовки у списках трансляцій за типом трансляції:
|
||||
наживо/закінчилася/запланована тощо."
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Нестандартна сума
|
||||
confirm: Підтвердити
|
||||
comment: Коментар
|
||||
button_zap_ready: Zap $amount sats
|
||||
button_zap: Zap!
|
||||
button_open_wallet: Відкрити в Гаманці
|
||||
copy: Скопійовано в буфер обміну
|
||||
error:
|
||||
invalid_custom_amount: Неправильна сума замовлення
|
||||
no_wallet: Не встановлено гаманець-блискавку
|
||||
no_lud16: Адреса блискавки не знайдена
|
||||
profile:
|
||||
past_streams: Минулі потоки
|
||||
edit:
|
||||
display_name: Ім'я користувача
|
||||
about: Про
|
||||
nip05: Nostr Адреса
|
||||
lud16: Блискавична адреса
|
||||
error:
|
||||
logged_out: Неможливо редагувати профіль, коли ви вийшли з системи
|
||||
login:
|
||||
username: Ім'я користувача
|
||||
amber: Увійдіть за допомогою Amber
|
||||
key: Увійдіть за допомогою ключа
|
||||
create: Створити обліковий запис
|
||||
error:
|
||||
invalid_key: Неправильний ключ
|
122
lib/i18n/translated/vi.i18n.yaml
Normal file
122
lib/i18n/translated/vi.i18n.yaml
Normal file
@ -0,0 +1,122 @@
|
||||
upload_avatar: Upload Avatar
|
||||
"@upload_avatar":
|
||||
description: Text prompting user to hit avatar placeholder to begin upload
|
||||
most_zapped_streamers: Most Zapped Streamers
|
||||
"@most_zapped_streamers":
|
||||
description: Heading over listed top streamers by zaps
|
||||
no_user_found: No user found
|
||||
"@no_user_found":
|
||||
description: No user found when searching
|
||||
anon: Anon
|
||||
viewers:
|
||||
one: 1 viewer
|
||||
other: $n viewers
|
||||
"@viewers":
|
||||
description: Number of viewers of the stream
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: An anonymous user
|
||||
stream:
|
||||
status:
|
||||
live: LIVE
|
||||
ended: ENDED
|
||||
planned: PLANNED
|
||||
started: Started $timestamp
|
||||
chat:
|
||||
disabled: CHAT DISABLED
|
||||
disabled_timeout: "Timeout expires: $time"
|
||||
timeout(rich): $mod timed out $user for $time
|
||||
"@timeout":
|
||||
description: Chat message showing timeout events
|
||||
ended: STREAM ENDED
|
||||
"@ended":
|
||||
description: Stream ended footer at bottom of chat
|
||||
zap(rich): $user zapped $amount sats
|
||||
"@zap":
|
||||
description: Chat message showing stream zaps
|
||||
write:
|
||||
label: Write message
|
||||
"@label":
|
||||
description: Label on the chat message input box
|
||||
no_signer: Can't write messages with npub login
|
||||
"@no_signer":
|
||||
description: Chat input message shown when the user is logged in only with pubkey
|
||||
login: Please login to send messages
|
||||
"@login":
|
||||
description: Chat input message shown when the user is logged out
|
||||
badge:
|
||||
awarded_to: "Awarded to:"
|
||||
"@awarded_to":
|
||||
description: Heading over list of users who are awarded a badge
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: Chat raid message to another stream
|
||||
from: RAID FROM $name
|
||||
"@from":
|
||||
description: Chat raid message from another stream
|
||||
countdown: Raiding in $time
|
||||
"@countdown":
|
||||
description: Countdown timer for auto-raiding
|
||||
goal:
|
||||
title: "Goal: $amount"
|
||||
remaining: "Remaining: $amount"
|
||||
complete: COMPLETE
|
||||
button:
|
||||
login: Login
|
||||
logout: Logout
|
||||
edit_profile: Edit Profile
|
||||
"@login":
|
||||
description: Button text for the login button
|
||||
follow: Follow
|
||||
"@follow":
|
||||
description: Button text for the follow button
|
||||
unfollow: Unfollow
|
||||
"@unfollow":
|
||||
description: Button text for the unfollow button
|
||||
mute: Mute
|
||||
unmute: Unmute
|
||||
share: Share
|
||||
save: Save
|
||||
embed:
|
||||
article_by: Article by $name
|
||||
note_by: Note by $name
|
||||
live_stream_by: Live stream by $name
|
||||
stream_list:
|
||||
following: Following
|
||||
live: Live
|
||||
planned: Planned
|
||||
ended: Ended
|
||||
"@stream_list":
|
||||
description: Headings on stream lists by stream type live/ended/planned etc.
|
||||
zap:
|
||||
title: Zap $name
|
||||
custom_amount: Custom Amount
|
||||
confirm: Confirm
|
||||
comment: Comment
|
||||
button_zap_ready: Zap $amount sats
|
||||
button_zap: Zap
|
||||
button_open_wallet: Open in Wallet
|
||||
copy: Copied to clipboard
|
||||
error:
|
||||
invalid_custom_amount: Invalid custom amount
|
||||
no_wallet: No lightning wallet installed
|
||||
no_lud16: No lightning address found
|
||||
profile:
|
||||
past_streams: Past Streams
|
||||
edit:
|
||||
display_name: Display Name
|
||||
about: About
|
||||
nip05: Nostr Address
|
||||
lud16: Lightning Address
|
||||
error:
|
||||
logged_out: Cant edit profile when logged out
|
||||
login:
|
||||
username: Username
|
||||
amber: Login with Amber
|
||||
key: Login with Key
|
||||
create: Create Account
|
||||
error:
|
||||
invalid_key: Invalid key
|
122
lib/i18n/translated/zh.i18n.yaml
Normal file
122
lib/i18n/translated/zh.i18n.yaml
Normal file
@ -0,0 +1,122 @@
|
||||
upload_avatar: 上傳頭像
|
||||
"@upload_avatar":
|
||||
description: 提示使用者點擊頭像占位符開始上傳的文字
|
||||
most_zapped_streamers: 最多被擊中的溪流
|
||||
"@most_zapped_streamers":
|
||||
description: ヘッドランドから列されている頂幡からずった
|
||||
no_user_found: 未找到使用者
|
||||
"@no_user_found":
|
||||
description: 搜尋時未找到使用者
|
||||
anon: 匿名
|
||||
viewers:
|
||||
one: 1 個檢視器
|
||||
other: $n 觀眾
|
||||
"@viewers":
|
||||
description: 串流的觀看者人數
|
||||
placeholders:
|
||||
n:
|
||||
type: int
|
||||
"@anon":
|
||||
description: 匿名使用者
|
||||
stream:
|
||||
status:
|
||||
live: 直播
|
||||
ended: 結束
|
||||
planned: 計劃
|
||||
started: 開始 $timestamp
|
||||
chat:
|
||||
disabled: 關閉聊天
|
||||
disabled_timeout: 超時過期: $time
|
||||
timeout(rich): $mod 超時 $user for $time
|
||||
"@timeout":
|
||||
description: 顯示逾時事件的聊天訊息
|
||||
ended: 串流結束
|
||||
"@ended":
|
||||
description: 聊天底部的流結束頁尾
|
||||
zap(rich): $user 打閃了 $amount 聰
|
||||
"@zap":
|
||||
description: 聊天訊息顯示串流斷點
|
||||
write:
|
||||
label: 寫訊息
|
||||
"@label":
|
||||
description: 聊天訊息輸入方塊上的標籤
|
||||
no_signer: 無法使用 npub 登入撰寫訊息
|
||||
"@no_signer":
|
||||
description: 當使用者僅使用 pubkey 登入時,會顯示聊天輸入訊息
|
||||
login: 請登入以傳送訊息
|
||||
"@login":
|
||||
description: 使用者登出時顯示聊天輸入訊息
|
||||
badge:
|
||||
awarded_to: 頒發給
|
||||
"@awarded_to":
|
||||
description: 被授予徽章的使用者清單上的標題
|
||||
raid:
|
||||
to: RAIDING $name
|
||||
"@to":
|
||||
description: 聊天突擊消息到另一個串流
|
||||
from: RAID FROM $name
|
||||
"@from":
|
||||
description: 來自其他串流的聊天突襲訊息
|
||||
countdown: 突襲 $time
|
||||
"@countdown":
|
||||
description: 自動騎乘倒數計時器
|
||||
goal:
|
||||
title: 目標:$amount
|
||||
remaining: 剩餘: $amount
|
||||
complete: 完成
|
||||
button:
|
||||
login: 登錄
|
||||
logout: 登出
|
||||
edit_profile: 編輯個人檔案
|
||||
"@login":
|
||||
description: 登入按鈕的按鈕文字
|
||||
follow: 關注
|
||||
"@follow":
|
||||
description: 跟蹤按鈕的按鈕文字
|
||||
unfollow: 取消關注
|
||||
"@unfollow":
|
||||
description: 取消關注按鈕的按鈕文字
|
||||
mute: 靜音
|
||||
unmute: 解除静音
|
||||
share: 分享
|
||||
save: 保存
|
||||
embed:
|
||||
article_by: 文章來源: $name
|
||||
note_by: $name 的筆記
|
||||
live_stream_by: Live stream by $name
|
||||
stream_list:
|
||||
following: 已關注
|
||||
live: 直播
|
||||
planned: 已計畫
|
||||
ended: 已結束
|
||||
"@stream_list":
|
||||
description: 串流清單上的標題依串流類型為現場/結束/計劃中等。
|
||||
zap:
|
||||
title: 打閃$name
|
||||
custom_amount: 自訂金額
|
||||
confirm: 確認
|
||||
comment: 評論
|
||||
button_zap_ready: 打閃 $amount 聰
|
||||
button_zap: 打閃
|
||||
button_open_wallet: 在錢包中開啟
|
||||
copy: 複製到剪貼簿
|
||||
error:
|
||||
invalid_custom_amount: 無效自訂金額
|
||||
no_wallet: 未安裝閃電錢夾
|
||||
no_lud16: 未找到閃電地址
|
||||
profile:
|
||||
past_streams: 過去的直播
|
||||
edit:
|
||||
display_name: 顯示名稱
|
||||
about: 關於
|
||||
nip05: Nostr 地址
|
||||
lud16: 閃電地址
|
||||
error:
|
||||
logged_out: 登出時無法編輯個人資料
|
||||
login:
|
||||
username: 用戶名
|
||||
amber: 使用 Amber 登入
|
||||
key: 使用鑰匙登入
|
||||
create: 創建帳戶
|
||||
error:
|
||||
invalid_key: 無效按鍵
|
Reference in New Issue
Block a user