diff --git a/.rubocop.yml b/.rubocop.yml index 39b05d4e01..1bbba515af 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -28,11 +28,9 @@ inherit_mode: - Exclude plugins: + - rubocop-capybara + - rubocop-i18n + - rubocop-performance - rubocop-rails - rubocop-rspec - - rubocop-performance - - rubocop-i18n - -require: - rubocop-rspec_rails - - rubocop-capybara diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 1f88835bd0..a0f8db0d50 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config --auto-gen-only-exclude --no-offense-counts --no-auto-gen-timestamp` -# using RuboCop version 1.73.1. +# using RuboCop version 1.73.2. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e3c419e3..6529396e44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## [4.3.5] - 2025-03-10 + +### Changed + +- Change hashtag suggestion to prefer personal history capitalization (#34070 by @ClearlyClaire) + +### Fixed + +- Fix processing errors for some HEIF images from iOS 18 (#34086 by @renchap) +- Fix streaming server not filtering unknown-language posts from public timelines (#33774 by @ClearlyClaire) +- Fix preview cards under Content Warnings not being shown in detailed statuses (#34068 by @ClearlyClaire) +- Fix username and display name being hidden on narrow screens in moderation interface (#33064 by @ClearlyClaire) + ## [4.3.4] - 2025-02-27 ### Security diff --git a/Gemfile.lock b/Gemfile.lock index 8d500434fb..8af9c3c6e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -308,7 +308,7 @@ GEM rainbow (>= 2.0.0) i18n (1.14.7) concurrent-ruby (~> 1.0) - i18n-tasks (1.0.14) + i18n-tasks (1.0.15) activesupport (>= 4.0.2) ast (>= 2.1.0) erubi @@ -317,6 +317,7 @@ GEM parser (>= 3.2.2.1) rails-i18n rainbow (>= 2.2.2, < 4.0) + ruby-progressbar (~> 1.8, >= 1.8.1) terminal-table (>= 1.5.1) idn-ruby (0.1.5) inline_svg (1.10.0) @@ -722,11 +723,11 @@ GEM rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-sidekiq (5.0.0) + rspec-sidekiq (5.1.0) rspec-core (~> 3.0) rspec-expectations (~> 3.0) rspec-mocks (~> 3.0) - sidekiq (>= 5, < 8) + sidekiq (>= 5, < 9) rspec-support (3.13.2) rubocop (1.73.2) json (~> 2.3) @@ -741,8 +742,9 @@ GEM unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.38.1) parser (>= 3.3.1.0) - rubocop-capybara (2.21.0) - rubocop (~> 1.41) + rubocop-capybara (2.22.0) + lint_roller (~> 1.1) + rubocop (~> 1.72, >= 1.72.1) rubocop-i18n (3.2.3) lint_roller (~> 1.1) rubocop (>= 1.72.1) @@ -759,9 +761,10 @@ GEM rubocop-rspec (3.5.0) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) - rubocop-rspec_rails (2.30.0) - rubocop (~> 1.61) - rubocop-rspec (~> 3, >= 3.0.1) + rubocop-rspec_rails (2.31.0) + lint_roller (~> 1.1) + rubocop (~> 1.72, >= 1.72.1) + rubocop-rspec (~> 3.5) ruby-prof (1.7.1) ruby-progressbar (1.13.0) ruby-saml (1.17.0) @@ -822,7 +825,7 @@ GEM stackprof (0.2.27) stoplight (4.1.1) redlock (~> 1.0) - stringio (3.1.4) + stringio (3.1.5) strong_migrations (2.2.0) activerecord (>= 7) swd (2.0.3) @@ -886,7 +889,7 @@ GEM activesupport faraday (~> 2.0) faraday-follow_redirects - webmock (3.25.0) + webmock (3.25.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) diff --git a/app/javascript/mastodon/locales/bg.json b/app/javascript/mastodon/locales/bg.json index 2eec42633d..45258d99d2 100644 --- a/app/javascript/mastodon/locales/bg.json +++ b/app/javascript/mastodon/locales/bg.json @@ -872,7 +872,9 @@ "subscribed_languages.target": "Промяна на абонираните езици за {target}", "tabs_bar.home": "Начало", "tabs_bar.notifications": "Известия", + "terms_of_service.effective_as_of": "В сила от {date}", "terms_of_service.title": "Условия на услугата", + "terms_of_service.upcoming_changes_on": "Предстоящи промени на {date}", "time_remaining.days": "{number, plural, one {остава # ден} other {остават # дни}}", "time_remaining.hours": "{number, plural, one {остава # час} other {остават # часа}}", "time_remaining.minutes": "{number, plural, one {остава # минута} other {остават # минути}}", diff --git a/app/javascript/mastodon/locales/ca.json b/app/javascript/mastodon/locales/ca.json index 117ce2e71c..1015a6d79b 100644 --- a/app/javascript/mastodon/locales/ca.json +++ b/app/javascript/mastodon/locales/ca.json @@ -871,7 +871,9 @@ "subscribed_languages.target": "Canvia les llengües subscrites per a {target}", "tabs_bar.home": "Inici", "tabs_bar.notifications": "Notificacions", + "terms_of_service.effective_as_of": "En vigor a partir de {date}", "terms_of_service.title": "Condicions de servei", + "terms_of_service.upcoming_changes_on": "Propers canvis el {date}", "time_remaining.days": "{number, plural, one {# dia restant} other {# dies restants}}", "time_remaining.hours": "{number, plural, one {# hora restant} other {# hores restants}}", "time_remaining.minutes": "{number, plural, one {# minut restant} other {# minuts restants}}", diff --git a/app/javascript/mastodon/locales/cs.json b/app/javascript/mastodon/locales/cs.json index 8210d31cb5..501283833d 100644 --- a/app/javascript/mastodon/locales/cs.json +++ b/app/javascript/mastodon/locales/cs.json @@ -86,10 +86,10 @@ "alert.unexpected.message": "Objevila se neočekávaná chyba.", "alert.unexpected.title": "Jejda!", "alt_text_badge.title": "Popisek", - "alt_text_modal.add_alt_text": "Přidat alt text", + "alt_text_modal.add_alt_text": "Přidat popisek", "alt_text_modal.add_text_from_image": "Přidat text z obrázku", "alt_text_modal.cancel": "Zrušit", - "alt_text_modal.change_thumbnail": "Změnit miniaturu", + "alt_text_modal.change_thumbnail": "Změnit náhled", "alt_text_modal.describe_for_people_with_hearing_impairments": "Popište to pro osoby se sluchovým postižením…", "alt_text_modal.describe_for_people_with_visual_impairments": "Popište to pro osoby se zrakovým postižením…", "alt_text_modal.done": "Hotovo", @@ -111,7 +111,7 @@ "annual_report.summary.most_used_hashtag.none": "Žádné", "annual_report.summary.new_posts.new_posts": "nové příspěvky", "annual_report.summary.percentile.text": "To vás umisťuje do vrcholu{domain} uživatelů.", - "annual_report.summary.percentile.we_wont_tell_bernie": "To, že jste zdejší smetánka zůstane mezi námi ;).", + "annual_report.summary.percentile.we_wont_tell_bernie": "To, že jste zdejší smetánka, zůstane mezi námi ;).", "annual_report.summary.thanks": "Děkujeme, že jste součástí Mastodonu!", "attachments_list.unprocessed": "(nezpracováno)", "audio.hide": "Skrýt zvuk", @@ -218,10 +218,10 @@ "confirmations.logout.confirm": "Odhlásit se", "confirmations.logout.message": "Opravdu se chcete odhlásit?", "confirmations.logout.title": "Odhlásit se?", - "confirmations.missing_alt_text.confirm": "Přidat alt text", - "confirmations.missing_alt_text.message": "Váš příspěvek obsahuje média bez alt textu. Přidání popisů pomáhá zpřístupnit váš obsah většímu počtu lidí.", + "confirmations.missing_alt_text.confirm": "Přidat popisek", + "confirmations.missing_alt_text.message": "Váš příspěvek obsahuje média bez popisku. Jejich přidání pomáhá zpřístupnit váš obsah většímu počtu lidí.", "confirmations.missing_alt_text.secondary": "Přesto odeslat", - "confirmations.missing_alt_text.title": "Přidat alt text?", + "confirmations.missing_alt_text.title": "Přidat popisek?", "confirmations.mute.confirm": "Skrýt", "confirmations.redraft.confirm": "Smazat a přepsat", "confirmations.redraft.message": "Jste si jistí, že chcete odstranit tento příspěvek a vytvořit z něj koncept? Oblíbené a boosty budou ztraceny a odpovědi na původní příspěvek ztratí kontext.", @@ -261,18 +261,18 @@ "domain_block_modal.they_wont_know": "Nebude vědět, že je zablokován*a.", "domain_block_modal.title": "Blokovat doménu?", "domain_block_modal.you_will_lose_num_followers": "Ztratíte {followersCount, plural, one {{followersCountDisplay} sledujícího} few {{followersCountDisplay} sledující} many {{followersCountDisplay} sledujících} other {{followersCountDisplay} sledujících}} a {followingCount, plural, one {{followingCountDisplay} sledovaného} few {{followingCountDisplay} sledované} many {{followingCountDisplay} sledovaných} other {{followingCountDisplay} sledovaných}}.", - "domain_block_modal.you_will_lose_relationships": "Ztratíte všechny sledující a lidi, které sledujete z tohoto serveru.", + "domain_block_modal.you_will_lose_relationships": "Ztratíte všechny sledující a sledované z tohoto serveru.", "domain_block_modal.you_wont_see_posts": "Neuvidíte příspěvky ani upozornění od uživatelů z tohoto serveru.", - "domain_pill.activitypub_lets_connect": "Umožňuje vám spojit se a komunikovat s lidmi nejen na Mastodonu, ale i s dalšími sociálními aplikacemi.", + "domain_pill.activitypub_lets_connect": "Umožňuje vám spojit se a komunikovat s lidmi nejen na Mastodonu, ale i na jiných sociálních aplikacích.", "domain_pill.activitypub_like_language": "ActivityPub je jako jazyk, kterým Mastodon mluví s jinými sociálními sítěmi.", "domain_pill.server": "Server", "domain_pill.their_handle": "Handle:", "domain_pill.their_server": "Jejich digitální domov, kde žijí jejich všechny příspěvky.", - "domain_pill.their_username": "Jejich jedinečný identikátor na jejich serveru. Je možné najít uživatele se stejným uživatelským jménem na jiných serverech.", + "domain_pill.their_username": "Jejich jedinečný identifikátor na jejich serveru. Je možné, že na jiných serverech jsou uživatelé se stejným uživatelským jménem.", "domain_pill.username": "Uživatelské jméno", "domain_pill.whats_in_a_handle": "Co obsahuje handle?", - "domain_pill.who_they_are": "Protože handle říkají kdo je kdo a také kde, je možné interagovat s lidmi napříč sociálními weby .", - "domain_pill.who_you_are": "Protože handle říká kdo jsi a kde jsi, mohou s tebou lidé komunikovat napříč sociálními weby .", + "domain_pill.who_they_are": "Protože handly říkají kdo je kdo a také kde, je možné interagovat s lidmi napříč sociálním webem, skládajícím se z .", + "domain_pill.who_you_are": "Protože handle říká kdo jsi a kde jsi, mohou s tebou komunikovat lidé napříč sociálním webem, skládajícím se z .", "domain_pill.your_handle": "Tvůj handle:", "domain_pill.your_server": "Tvůj digitální domov, kde žijí všechny tvé příspěvky. Nelíbí se ti? Kdykoliv se přesuň na jiný server a vezmi si sebou i své sledující.", "domain_pill.your_username": "Tvůj jedinečný identifikátor na tomto serveru. Je možné najít uživatele se stejným uživatelským jménem na jiných serverech.", @@ -293,7 +293,7 @@ "emoji_button.search_results": "Výsledky hledání", "emoji_button.symbols": "Symboly", "emoji_button.travel": "Cestování a místa", - "empty_column.account_hides_collections": "Tento uživatel se rozhodl nezveřejňovat tuto informaci", + "empty_column.account_hides_collections": "Tento uživatel se rozhodl tuto informaci nezveřejňovat", "empty_column.account_suspended": "Účet je pozastaven", "empty_column.account_timeline": "Nejsou tu žádné příspěvky!", "empty_column.account_unavailable": "Profil není dostupný", @@ -574,7 +574,7 @@ "notification.mention": "Zmínka", "notification.mentioned_you": "{name} vás zmínil", "notification.moderation-warning.learn_more": "Zjistit více", - "notification.moderation_warning": "Obdrželi jste moderační varování", + "notification.moderation_warning": "Obdrželi jste varování od moderátorů", "notification.moderation_warning.action_delete_statuses": "Některé z vašich příspěvků byly odstraněny.", "notification.moderation_warning.action_disable": "Váš účet je zablokován.", "notification.moderation_warning.action_mark_statuses_as_sensitive": "Některé z vašich příspěvků byly označeny jako citlivé.", @@ -872,7 +872,9 @@ "subscribed_languages.target": "Změnit odebírané jazyky na {target}", "tabs_bar.home": "Domů", "tabs_bar.notifications": "Oznámení", + "terms_of_service.effective_as_of": "Platné od {date}", "terms_of_service.title": "Podmínky služby", + "terms_of_service.upcoming_changes_on": "Nadcházející změny v {date}", "time_remaining.days": "{number, plural, one {Zbývá # den} few {Zbývají # dny} many {Zbývá # dní} other {Zbývá # dní}}", "time_remaining.hours": "{number, plural, one {Zbývá # hodina} few {Zbývají # hodiny} many {Zbývá # hodin} other {Zbývá # hodin}}", "time_remaining.minutes": "{number, plural, one {Zbývá # minuta} few {Zbývají # minuty} many {Zbývá # minut} other {Zbývá # minut}}", diff --git a/app/javascript/mastodon/locales/da.json b/app/javascript/mastodon/locales/da.json index d250c5390e..91ae5804f8 100644 --- a/app/javascript/mastodon/locales/da.json +++ b/app/javascript/mastodon/locales/da.json @@ -872,7 +872,9 @@ "subscribed_languages.target": "Skift abonnementssprog for {target}", "tabs_bar.home": "Hjem", "tabs_bar.notifications": "Notifikationer", + "terms_of_service.effective_as_of": "Gældende pr. {date}", "terms_of_service.title": "Tjenestevilkår", + "terms_of_service.upcoming_changes_on": "Kommende ændringer pr. {date}", "time_remaining.days": "{number, plural, one {# dag} other {# dage}} tilbage", "time_remaining.hours": "{number, plural, one {# time} other {# timer}} tilbage", "time_remaining.minutes": "{number, plural, one {# minut} other {# minutter}} tilbage", diff --git a/app/javascript/mastodon/locales/de.json b/app/javascript/mastodon/locales/de.json index 734a07a5a2..41b44a7ab5 100644 --- a/app/javascript/mastodon/locales/de.json +++ b/app/javascript/mastodon/locales/de.json @@ -872,7 +872,9 @@ "subscribed_languages.target": "Abonnierte Sprachen für {target} ändern", "tabs_bar.home": "Startseite", "tabs_bar.notifications": "Benachrichtigungen", + "terms_of_service.effective_as_of": "Gültig ab {date}", "terms_of_service.title": "Nutzungsbedingungen", + "terms_of_service.upcoming_changes_on": "Anstehende Änderungen am {date}", "time_remaining.days": "noch {number, plural, one {# Tag} other {# Tage}}", "time_remaining.hours": "noch {number, plural, one {# Stunde} other {# Stunden}}", "time_remaining.minutes": "noch {number, plural, one {# Minute} other {# Minuten}}", diff --git a/app/javascript/mastodon/locales/eo.json b/app/javascript/mastodon/locales/eo.json index 0f4b7f8e02..a161fe8c57 100644 --- a/app/javascript/mastodon/locales/eo.json +++ b/app/javascript/mastodon/locales/eo.json @@ -872,7 +872,9 @@ "subscribed_languages.target": "Ŝanĝu abonitajn lingvojn por {target}", "tabs_bar.home": "Hejmo", "tabs_bar.notifications": "Sciigoj", + "terms_of_service.effective_as_of": "Ĝi ekvalidas de {date}", "terms_of_service.title": "Kondiĉoj de uzado", + "terms_of_service.upcoming_changes_on": "Venontaj ŝanĝoj el {date}", "time_remaining.days": "{number, plural, one {# tago} other {# tagoj}} restas", "time_remaining.hours": "{number, plural, one {# horo} other {# horoj}} restas", "time_remaining.minutes": "{number, plural, one {# minuto} other {# minutoj}} restas", diff --git a/app/javascript/mastodon/locales/es-AR.json b/app/javascript/mastodon/locales/es-AR.json index 0b60852b02..4c15d50b1f 100644 --- a/app/javascript/mastodon/locales/es-AR.json +++ b/app/javascript/mastodon/locales/es-AR.json @@ -872,7 +872,9 @@ "subscribed_languages.target": "Cambiar idiomas suscritos para {target}", "tabs_bar.home": "Principal", "tabs_bar.notifications": "Notificaciones", + "terms_of_service.effective_as_of": "Efectivo a partir de {date}", "terms_of_service.title": "Términos del servicio", + "terms_of_service.upcoming_changes_on": "Próximos cambios el {date}", "time_remaining.days": "{number, plural,one {queda # día} other {quedan # días}}", "time_remaining.hours": "{number, plural,one {queda # hora} other {quedan # horas}}", "time_remaining.minutes": "{number, plural,one {queda # minuto} other {quedan # minutos}}", diff --git a/app/javascript/mastodon/locales/es-MX.json b/app/javascript/mastodon/locales/es-MX.json index 273f8c3aeb..827bf22ed8 100644 --- a/app/javascript/mastodon/locales/es-MX.json +++ b/app/javascript/mastodon/locales/es-MX.json @@ -872,7 +872,9 @@ "subscribed_languages.target": "Cambiar idiomas suscritos para {target}", "tabs_bar.home": "Inicio", "tabs_bar.notifications": "Notificaciones", + "terms_of_service.effective_as_of": "En vigor a partir del {date}", "terms_of_service.title": "Condiciones del servicio", + "terms_of_service.upcoming_changes_on": "Próximos cambios el {date}", "time_remaining.days": "{number, plural, one {# día restante} other {# días restantes}}", "time_remaining.hours": "{number, plural, one {# hora restante} other {# horas restantes}}", "time_remaining.minutes": "{number, plural, one {# minuto restante} other {# minutos restantes}}", diff --git a/app/javascript/mastodon/locales/es.json b/app/javascript/mastodon/locales/es.json index 5da59f57d8..27c7229f61 100644 --- a/app/javascript/mastodon/locales/es.json +++ b/app/javascript/mastodon/locales/es.json @@ -872,7 +872,9 @@ "subscribed_languages.target": "Cambiar idiomas suscritos para {target}", "tabs_bar.home": "Inicio", "tabs_bar.notifications": "Notificaciones", + "terms_of_service.effective_as_of": "En vigor a partir del {date}", "terms_of_service.title": "Términos del servicio", + "terms_of_service.upcoming_changes_on": "Próximos cambios el {date}", "time_remaining.days": "{number, plural, one {# día restante} other {# días restantes}}", "time_remaining.hours": "{number, plural, one {# hora restante} other {# horas restantes}}", "time_remaining.minutes": "{number, plural, one {# minuto restante} other {# minutos restantes}}", diff --git a/app/javascript/mastodon/locales/fa.json b/app/javascript/mastodon/locales/fa.json index 629ee484ae..2e807f47ba 100644 --- a/app/javascript/mastodon/locales/fa.json +++ b/app/javascript/mastodon/locales/fa.json @@ -872,7 +872,9 @@ "subscribed_languages.target": "تغییر زبان‌های مشترک شده برای {target}", "tabs_bar.home": "خانه", "tabs_bar.notifications": "آگاهی‌ها", + "terms_of_service.effective_as_of": "اعمال شده از {date}", "terms_of_service.title": "شرایط خدمات", + "terms_of_service.upcoming_changes_on": "تغییرات پیش رو در {date}", "time_remaining.days": "{number, plural, one {# روز} other {# روز}} باقی مانده", "time_remaining.hours": "{number, plural, one {# ساعت} other {# ساعت}} باقی مانده", "time_remaining.minutes": "{number, plural, one {# دقیقه} other {# دقیقه}} باقی مانده", diff --git a/app/javascript/mastodon/locales/fi.json b/app/javascript/mastodon/locales/fi.json index b1a82eaffb..1b86cad7da 100644 --- a/app/javascript/mastodon/locales/fi.json +++ b/app/javascript/mastodon/locales/fi.json @@ -625,7 +625,7 @@ "notifications.column_settings.follow_request": "Uudet seurantapyynnöt:", "notifications.column_settings.group": "Ryhmitä", "notifications.column_settings.mention": "Maininnat:", - "notifications.column_settings.poll": "Äänestyksen tulokset:", + "notifications.column_settings.poll": "Äänestystulokset:", "notifications.column_settings.push": "Puskuilmoitukset", "notifications.column_settings.reblog": "Tehostukset:", "notifications.column_settings.show": "Näytä sarakkeessa", @@ -639,7 +639,7 @@ "notifications.filter.favourites": "Suosikit", "notifications.filter.follows": "Seuraamiset", "notifications.filter.mentions": "Maininnat", - "notifications.filter.polls": "Äänestyksen tulokset", + "notifications.filter.polls": "Äänestystulokset", "notifications.filter.statuses": "Päivitykset seuraamiltasi käyttäjiltä", "notifications.grant_permission": "Myönnä käyttöoikeus.", "notifications.group": "{count} ilmoitusta", @@ -872,7 +872,9 @@ "subscribed_languages.target": "Vaihda tilattuja kieliä käyttäjältä {target}", "tabs_bar.home": "Koti", "tabs_bar.notifications": "Ilmoitukset", + "terms_of_service.effective_as_of": "Tulee voimaan {date}", "terms_of_service.title": "Käyttöehdot", + "terms_of_service.upcoming_changes_on": "Tulevia muutoksia {date}", "time_remaining.days": "{number, plural, one {# päivä} other {# päivää}} jäljellä", "time_remaining.hours": "{number, plural, one {# tunti} other {# tuntia}} jäljellä", "time_remaining.minutes": "{number, plural, one {# minuutti} other {# minuuttia}} jäljellä", diff --git a/app/javascript/mastodon/locales/fo.json b/app/javascript/mastodon/locales/fo.json index 7a46ae2f07..9093f8bcaf 100644 --- a/app/javascript/mastodon/locales/fo.json +++ b/app/javascript/mastodon/locales/fo.json @@ -872,7 +872,9 @@ "subscribed_languages.target": "Broyt haldaramál fyri {target}", "tabs_bar.home": "Heim", "tabs_bar.notifications": "Fráboðanir", + "terms_of_service.effective_as_of": "Galdandi frá {date}", "terms_of_service.title": "Tænastutreytir", + "terms_of_service.upcoming_changes_on": "Komandi broytingar {date}", "time_remaining.days": "{number, plural, one {# dagur} other {# dagar}} eftir", "time_remaining.hours": "{number, plural, one {# tími} other {# tímar}} eftir", "time_remaining.minutes": "{number, plural, one {# minuttur} other {# minuttir}} eftir", diff --git a/app/javascript/mastodon/locales/ga.json b/app/javascript/mastodon/locales/ga.json index 0e6c1b95d6..31ad4cbe3f 100644 --- a/app/javascript/mastodon/locales/ga.json +++ b/app/javascript/mastodon/locales/ga.json @@ -872,7 +872,9 @@ "subscribed_languages.target": "Athraigh teangacha suibscríofa le haghaidh {target}", "tabs_bar.home": "Baile", "tabs_bar.notifications": "Fógraí", + "terms_of_service.effective_as_of": "I bhfeidhm ó {date}", "terms_of_service.title": "Téarmaí Seirbhíse", + "terms_of_service.upcoming_changes_on": "Athruithe atá le teacht ar {date}", "time_remaining.days": "{number, plural, one {# lá} other {# lá}} fágtha", "time_remaining.hours": "{number, plural, one {# uair} other {# uair}} fágtha", "time_remaining.minutes": "{number, plural, one {# nóiméad} other {# nóiméad}} fágtha", diff --git a/app/javascript/mastodon/locales/gl.json b/app/javascript/mastodon/locales/gl.json index 83fe316a28..7917f23bbf 100644 --- a/app/javascript/mastodon/locales/gl.json +++ b/app/javascript/mastodon/locales/gl.json @@ -872,7 +872,9 @@ "subscribed_languages.target": "Cambiar a subscrición a idiomas para {target}", "tabs_bar.home": "Inicio", "tabs_bar.notifications": "Notificacións", + "terms_of_service.effective_as_of": "Con efecto desde o {date}", "terms_of_service.title": "Termos do Servizo", + "terms_of_service.upcoming_changes_on": "Cambios por vir o {date}", "time_remaining.days": "Remata en {number, plural, one {# día} other {# días}}", "time_remaining.hours": "Remata en {number, plural, one {# hora} other {# horas}}", "time_remaining.minutes": "Remata en {number, plural, one {# minuto} other {# minutos}}", diff --git a/app/javascript/mastodon/locales/he.json b/app/javascript/mastodon/locales/he.json index c3310e4af7..ab5fbf85f5 100644 --- a/app/javascript/mastodon/locales/he.json +++ b/app/javascript/mastodon/locales/he.json @@ -872,7 +872,9 @@ "subscribed_languages.target": "שינוי רישום שפה עבור {target}", "tabs_bar.home": "פיד הבית", "tabs_bar.notifications": "התראות", + "terms_of_service.effective_as_of": "בתוקף החל מתאריך {date}", "terms_of_service.title": "תנאי השירות", + "terms_of_service.upcoming_changes_on": "שינויים עתידיים שיחולו ביום {date}", "time_remaining.days": "נותרו {number, plural, one {# יום} other {# ימים}}", "time_remaining.hours": "נותרו {number, plural, one {# שעה} other {# שעות}}", "time_remaining.minutes": "נותרו {number, plural, one {# דקה} other {# דקות}}", diff --git a/app/javascript/mastodon/locales/hu.json b/app/javascript/mastodon/locales/hu.json index ef5287a395..c47a22dcda 100644 --- a/app/javascript/mastodon/locales/hu.json +++ b/app/javascript/mastodon/locales/hu.json @@ -872,7 +872,9 @@ "subscribed_languages.target": "Feliratkozott nyelvek módosítása {target} esetében", "tabs_bar.home": "Kezdőlap", "tabs_bar.notifications": "Értesítések", + "terms_of_service.effective_as_of": "Hatálybalépés dátuma: {date}", "terms_of_service.title": "Felhasználási feltételek", + "terms_of_service.upcoming_changes_on": "Érkező változások: {date}", "time_remaining.days": "{number, plural, one {# nap} other {# nap}} van hátra", "time_remaining.hours": "{number, plural, one {# óra} other {# óra}} van hátra", "time_remaining.minutes": "{number, plural, one {# perc} other {# perc}} van hátra", diff --git a/app/javascript/mastodon/locales/ia.json b/app/javascript/mastodon/locales/ia.json index 848a2c9d77..a2b55c5be4 100644 --- a/app/javascript/mastodon/locales/ia.json +++ b/app/javascript/mastodon/locales/ia.json @@ -306,7 +306,7 @@ "empty_column.favourited_statuses": "Tu non ha alcun message favorite ancora. Quando tu marca un message como favorite, illo apparera hic.", "empty_column.favourites": "Necuno ha ancora marcate iste message como favorite. Quando alcuno lo face, ille apparera hic.", "empty_column.follow_requests": "Tu non ha ancora requestas de sequimento. Quando tu recipe un, illo apparera hic.", - "empty_column.followed_tags": "Tu non ha ancora sequite alcun hashtags. Quando tu lo face, illos apparera hic.", + "empty_column.followed_tags": "Tu non seque ancora alcun hashtags. Quando tu lo face, illos apparera hic.", "empty_column.hashtag": "Il non ha ancora alcun cosa in iste hashtag.", "empty_column.home": "Tu chronologia de initio es vacue! Seque plus personas pro plenar lo.", "empty_column.list": "Iste lista es ancora vacue. Quando le membros de iste lista publica nove messages, illos apparera hic.", @@ -358,11 +358,11 @@ "follow_suggestions.hints.friends_of_friends": "Iste profilo es popular inter le gente que tu seque.", "follow_suggestions.hints.most_followed": "Iste profilo es un del plus sequites sur {domain}.", "follow_suggestions.hints.most_interactions": "Iste profilo ha recentemente recipite multe attention sur {domain}.", - "follow_suggestions.hints.similar_to_recently_followed": "Iste profilo es similar al profilos que tu ha recentemente sequite.", + "follow_suggestions.hints.similar_to_recently_followed": "Iste profilo es similar al profilos que tu ha recentemente comenciate a sequer.", "follow_suggestions.personalized_suggestion": "Suggestion personalisate", "follow_suggestions.popular_suggestion": "Suggestion personalisate", "follow_suggestions.popular_suggestion_longer": "Popular sur {domain}", - "follow_suggestions.similar_to_recently_followed_longer": "Similar al profilos que tu ha sequite recentemente", + "follow_suggestions.similar_to_recently_followed_longer": "Similar al profilos que tu ha recentemente comenciate a sequer", "follow_suggestions.view_all": "Vider toto", "follow_suggestions.who_to_follow": "Qui sequer", "followed_tags": "Hashtags sequite", @@ -563,8 +563,8 @@ "notification.favourite.name_and_others_with_link": "{name} e {count, plural, one {# altere} other {# alteres}} ha marcate tu message como favorite", "notification.favourite_pm": "{name} ha marcate tu mention privte como favorite", "notification.favourite_pm.name_and_others_with_link": "{name} e {count, plural, one {# altere} other {# alteres}} ha marcate tu mention private como favorite", - "notification.follow": "{name} te ha sequite", - "notification.follow.name_and_others": "{name} e {count, plural, one {# other} other {# alteres}} te ha sequite", + "notification.follow": "{name} te seque", + "notification.follow.name_and_others": "{name} e {count, plural, one {# other} other {# alteres}} te seque", "notification.follow_request": "{name} ha requestate de sequer te", "notification.follow_request.name_and_others": "{name} e {count, plural, one {# altere} other {# alteres}} ha demandate de sequer te", "notification.label.mention": "Mention", @@ -657,7 +657,7 @@ "notifications.policy.filter_limited_accounts_title": "Contos moderate", "notifications.policy.filter_new_accounts.hint": "Create in le ultime {days, plural, one {die} other {# dies}}", "notifications.policy.filter_new_accounts_title": "Nove contos", - "notifications.policy.filter_not_followers_hint": "Includente le personas que te ha sequite durante minus de {days, plural, one {un die} other {# dies}}", + "notifications.policy.filter_not_followers_hint": "Includente le personas que te seque desde minus de {days, plural, one {un die} other {# dies}}", "notifications.policy.filter_not_followers_title": "Personas qui non te seque", "notifications.policy.filter_not_following_hint": "Usque tu les approba manualmente", "notifications.policy.filter_not_following_title": "Personas que tu non seque", diff --git a/app/javascript/mastodon/locales/io.json b/app/javascript/mastodon/locales/io.json index 2c3795d35a..e4e2027f15 100644 --- a/app/javascript/mastodon/locales/io.json +++ b/app/javascript/mastodon/locales/io.json @@ -4,7 +4,7 @@ "about.disclaimer": "Mastodon esas libera, publikfonta e komercmarko di Mastodon gGmbH.", "about.domain_blocks.no_reason_available": "Expliko nedisponebla", "about.domain_blocks.preamble": "Mastodon generale permisas on vidar kontenajo e interagar kun uzanti de irga altra servilo en fediverso. Existas eceptioni quo facesis che ca partikulara servilo.", - "about.domain_blocks.silenced.explanation": "On generale ne vidar profili e kontenajo de ca servilo, se on ne reale trovar o voluntale juntar per sequar.", + "about.domain_blocks.silenced.explanation": "On generale ne vidar profili e enhavajo de ca servilo, se on ne intence serchar o voleskar per sequar.", "about.domain_blocks.silenced.title": "Limitizita", "about.domain_blocks.suspended.explanation": "Nula informi de ca servili procedagesos o retenesos o interchanjesos, do irga interago o komuniko kun uzanti de ca servili esas neposibla.", "about.domain_blocks.suspended.title": "Restriktita", @@ -12,7 +12,7 @@ "about.powered_by": "Necentraligita sociala ret quo povigesas da {mastodon}", "about.rules": "Servilreguli", "account.account_note_header": "Personala noto", - "account.add_or_remove_from_list": "Insertez o removez de listi", + "account.add_or_remove_from_list": "Adjuntar o forigar de listi", "account.badges.bot": "Boto", "account.badges.group": "Grupo", "account.block": "Blokusar @{name}", @@ -24,12 +24,12 @@ "account.direct": "Private mencionez @{name}", "account.disable_notifications": "Cesez avizar me kande @{name} postas", "account.domain_blocked": "Domain hidden", - "account.edit_profile": "Modifikar profilo", + "account.edit_profile": "Redaktar profilo", "account.enable_notifications": "Avizez me kande @{name} postas", "account.endorse": "Traito di profilo", "account.featured_tags.last_status_at": "Antea posto ye {date}", "account.featured_tags.last_status_never": "Nula posti", - "account.featured_tags.title": "Estalita hashtagi di {name}", + "account.featured_tags.title": "Ekstaca gretvorti di {name}", "account.follow": "Sequar", "account.follow_back": "Anke sequez", "account.followers": "Sequanti", @@ -45,7 +45,7 @@ "account.languages": "Chanjez abonita lingui", "account.link_verified_on": "Proprieteso di ca ligilo kontrolesis ye {date}", "account.locked_info": "La privatesostaco di ca konto fixesas quale lokata. Proprietato manue kontrolas personi qui povas sequar.", - "account.media": "Medio", + "account.media": "Audvidaji", "account.mention": "Mencionar @{name}", "account.moved_to": "{name} indikis ke lua nova konto es nune:", "account.mute": "Celar @{name}", @@ -56,7 +56,7 @@ "account.no_bio": "Deskriptajo ne provizesis.", "account.open_original_page": "Apertez originala pagino", "account.posts": "Mesaji", - "account.posts_with_replies": "Posti e respondi", + "account.posts_with_replies": "Afishi e respondi", "account.report": "Denuncar @{name}", "account.requested": "Vartante aprobo", "account.requested_follow": "{name} demandis sequar tu", @@ -86,12 +86,38 @@ "alert.unexpected.message": "Neexpektita eroro eventis.", "alert.unexpected.title": "Problemo!", "alt_text_badge.title": "Alternativa texto", + "alt_text_modal.add_alt_text": "Adjuntar alternativa texto", + "alt_text_modal.add_text_from_image": "Adjuntar texto de imajo", + "alt_text_modal.cancel": "Nuligar", + "alt_text_modal.change_thumbnail": "Chanjar imajeto", + "alt_text_modal.describe_for_people_with_hearing_impairments": "Priskribar co por personi kun auddeskapableso…", + "alt_text_modal.describe_for_people_with_visual_impairments": "Priskribar co por personi kun viddeskapableso…", + "alt_text_modal.done": "Finis", "announcement.announcement": "Anunco", + "annual_report.summary.archetype.booster": "La plurrepetanto", + "annual_report.summary.archetype.lurker": "La plurcelanto", + "annual_report.summary.archetype.oracle": "La pluraktivo", + "annual_report.summary.archetype.pollster": "La votinquestoiganto", + "annual_report.summary.archetype.replier": "La plurrespondanto", + "annual_report.summary.followers.followers": "sequanti", + "annual_report.summary.followers.total": "{count} sumo", + "annual_report.summary.here_it_is": "Caibe es vua rivido ye {year}:", + "annual_report.summary.highlighted_post.by_favourites": "maxim prizita mesajo", + "annual_report.summary.highlighted_post.by_reblogs": "maxim repetita mesajo", + "annual_report.summary.highlighted_post.by_replies": "mesajo kun la maxim multa respondi", + "annual_report.summary.highlighted_post.possessive": "di {name}", + "annual_report.summary.most_used_app.most_used_app": "maxim uzita aplikajo", + "annual_report.summary.most_used_hashtag.most_used_hashtag": "maxim uzita gretvorto", + "annual_report.summary.most_used_hashtag.none": "Nulo", + "annual_report.summary.new_posts.new_posts": "nova afishi", + "annual_report.summary.percentile.text": "To pozas vu sur la supro di uzanti di {domain}.", + "annual_report.summary.percentile.we_wont_tell_bernie": "Ni ne dicas ad Bernio.", + "annual_report.summary.thanks": "Danki por partoprenar sur Mastodon!", "attachments_list.unprocessed": "(neprocedita)", "audio.hide": "Celez audio", "block_modal.remote_users_caveat": "Ni questionos {domain} di la servilo por respektar vua decido. Publika posti forsan ankore estas videbla a neenirinta uzanti.", "block_modal.show_less": "Montrar mine", - "block_modal.show_more": "Montrar plue", + "block_modal.show_more": "Montrar plu", "block_modal.they_cant_mention": "Oli ne povas mencionar o sequar vu.", "block_modal.they_cant_see_posts": "Oli ne povas vidar vua mesaji e vu ne vidos vidar olia.", "block_modal.they_will_know": "Oli povas vidar ke oli esas blokusita.", @@ -110,6 +136,7 @@ "bundle_column_error.routing.body": "Demandita pagino ne povas trovesar. Ka vu certe ke URL en situobuxo esar korekta?", "bundle_column_error.routing.title": "Eroro di 404", "bundle_modal_error.close": "Klozez", + "bundle_modal_error.message": "Ulo nefuncionas dum chargar ca skreno.", "bundle_modal_error.retry": "Probez itere", "closed_registrations.other_server_instructions": "Nam Mastodon es descentraligita, on povas krear konto che altra servilo e senegarde interagar kun ca servilo.", "closed_registrations_modal.description": "Nune on ne povas krear konto che {domain}, ma voluntez savar ke on ne bezonas konto specifike che {domain} por uzar Mastodon.", @@ -118,19 +145,22 @@ "closed_registrations_modal.title": "Krear konto che Mastodon", "column.about": "Pri co", "column.blocks": "Blokusita uzeri", - "column.bookmarks": "Libromarki", + "column.bookmarks": "Lektosigni", "column.community": "Lokala tempolineo", + "column.create_list": "Krear listo", "column.direct": "Privata mencioni", "column.directory": "Videz profili", - "column.domain_blocks": "Hidden domains", + "column.domain_blocks": "Blokusita domeni", + "column.edit_list": "Redaktar listo", "column.favourites": "Favoriziti", "column.firehose": "Nuna flui", "column.follow_requests": "Demandi di sequado", "column.home": "Hemo", + "column.list_members": "Administrar listomembri", "column.lists": "Listi", "column.mutes": "Celita uzeri", "column.notifications": "Savigi", - "column.pins": "Pinned toot", + "column.pins": "Adpinglita afishi", "column.public": "Federata tempolineo", "column_back_button.label": "Retro", "column_header.hide_settings": "Celez ajusti", @@ -139,26 +169,28 @@ "column_header.pin": "Pinglagez", "column_header.show_settings": "Montrez ajusti", "column_header.unpin": "Depinglagez", + "column_search.cancel": "Nuligar", "column_subheading.settings": "Ajusti", "community.column_settings.local_only": "Lokala nur", - "community.column_settings.media_only": "Media only", + "community.column_settings.media_only": "Nur audvidaji", "community.column_settings.remote_only": "Fora nur", "compose.language.change": "Chanjez linguo", "compose.language.search": "Trovez linguo...", "compose.published.body": "Posto publikigita.", "compose.published.open": "Apertez", "compose.saved.body": "Posto konservita.", - "compose_form.direct_message_warning_learn_more": "Lernez pluse", + "compose_form.direct_message_warning_learn_more": "Lernez plu", "compose_form.encryption_warning": "Posti en Mastodon ne intersequante chifrigesas. Ne partigez irga privata informo che Mastodon.", - "compose_form.hashtag_warning": "This post won't be listed under any hashtag as it is unlisted. Only public posts can be searched by hashtag.", + "compose_form.hashtag_warning": "Ca afisho ne listigesos kun irga gretvorto pro ke ol ne es publika.", "compose_form.lock_disclaimer": "Vua konto ne esas {locked}. Irgu povas sequar vu por vidar vua sequanto-nura posti.", "compose_form.lock_disclaimer.lock": "klefagesas", - "compose_form.placeholder": "Quo esas en tua spirito?", - "compose_form.poll.duration": "Votpostoduro", + "compose_form.placeholder": "Quon vu pensas?", + "compose_form.poll.duration": "Votinquestoduro", "compose_form.poll.multiple": "Multopla selekteso", "compose_form.poll.option_placeholder": "Selektato {number}", - "compose_form.poll.switch_to_multiple": "Chanjez votposto por permisar multiselektaji", - "compose_form.poll.switch_to_single": "Chanjez votposto por permisar una selektajo", + "compose_form.poll.single": "Unopla selektato", + "compose_form.poll.switch_to_multiple": "Chanjar votinquesto por permisar multopla selektati", + "compose_form.poll.switch_to_single": "Chanjez votinquesto por permisar unopla selektato", "compose_form.poll.type": "Stilo", "compose_form.publish": "Posto", "compose_form.publish_form": "Publish", @@ -175,14 +207,21 @@ "confirmations.delete_list.confirm": "Efacez", "confirmations.delete_list.message": "Ka vu certe volas netempale efacar ca listo?", "confirmations.delete_list.title": "Ka efacar listo?", - "confirmations.discard_edit_media.confirm": "Efacez", - "confirmations.discard_edit_media.message": "Vu havas nesparita chanji di mediodeskript o prevido, vu volas jus efacar?", + "confirmations.discard_edit_media.confirm": "Forigar", + "confirmations.discard_edit_media.message": "Vu havas nekonservita chanji di audvidajpriskribo o prevido, ka forigas ili irgakaze?", "confirmations.edit.confirm": "Modifikez", "confirmations.edit.message": "Modifikar nun remplasos la mesajo quon vu nune skribas. Ka vu certe volas procedar?", "confirmations.edit.title": "Ka remplasar posto?", + "confirmations.follow_to_list.confirm": "Sequar e adjuntar ad listo", + "confirmations.follow_to_list.message": "Vu bezonas sequar {name} por adjuntar lu ad listo.", + "confirmations.follow_to_list.title": "Ka sequar uzanto?", "confirmations.logout.confirm": "Ekirez", "confirmations.logout.message": "Ka tu certe volas ekirar?", "confirmations.logout.title": "Ka ekirar?", + "confirmations.missing_alt_text.confirm": "Adjuntar alternativa texto", + "confirmations.missing_alt_text.message": "Vua afisho enhavas audvidaji sen alternativa texto.", + "confirmations.missing_alt_text.secondary": "Mesajar irgamaniere", + "confirmations.missing_alt_text.title": "Ka adjuntar alternativa texto?", "confirmations.mute.confirm": "Silencigez", "confirmations.redraft.confirm": "Efacez e riskisez", "confirmations.redraft.message": "Ka vu certe volas efacar ca posto e riskisigar ol? Favoriziti e repeti esos perdita, e respondi al posto originala esos orfanigita.", @@ -195,6 +234,7 @@ "confirmations.unfollow.title": "Ka dessequar uzanto?", "content_warning.hide": "Celez posto", "content_warning.show": "Montrez nur", + "content_warning.show_more": "Montrar plu", "conversation.delete": "Efacez konverso", "conversation.mark_as_read": "Markizez quale lektita", "conversation.open": "Videz konverso", @@ -210,6 +250,10 @@ "disabled_account_banner.text": "Vua konto {disabledAccount} es nune desaktivigita.", "dismissable_banner.community_timeline": "Co esas maxim recenta publika posti de personi quo havas konto quo hostigesas da {domain}.", "dismissable_banner.dismiss": "Ignorez", + "dismissable_banner.explore_links": "Ca novaji es maxim partigita sur fediverso hodie.", + "dismissable_banner.explore_statuses": "Ca afishi di tota fediverso populareskis hodie.", + "dismissable_banner.explore_tags": "Ca gretvorti populareskas sur fediverso hodie.", + "dismissable_banner.public_timeline": "Co es la maxim lastatempa publika afishi di personi sur la fediverso qua personi di {domain} sequas.", "domain_block_modal.block": "Blokusez servilo", "domain_block_modal.block_account_instead": "Blokusez @{name} vice", "domain_block_modal.they_can_interact_with_old_posts": "Personi de ca servilo povas interagar kun vua desnova posti.", @@ -239,7 +283,7 @@ "emoji_button.custom": "Kustumizato", "emoji_button.flags": "Flagi", "emoji_button.food": "Manjajo & Drinkajo", - "emoji_button.label": "Insertar emoji", + "emoji_button.label": "Enpozar emocimajo", "emoji_button.nature": "Naturo", "emoji_button.not_found": "Nula tala parigata emojii", "emoji_button.objects": "Kozi", @@ -257,14 +301,14 @@ "empty_column.bookmarked_statuses": "You don't have any bookmarked toots yet. When you bookmark one, it will show up here.", "empty_column.community": "La lokala tempolineo esas vakua. Skribez ulo publike por iniciar la agiveso!", "empty_column.direct": "Vu ankore ne havas irga direta mesaji. Kande vu sendos o recevos un, ol montresos hike.", - "empty_column.domain_blocks": "There are no hidden domains yet.", - "empty_column.explore_statuses": "Nulo esas tendenca nun. Videz itere pose!", + "empty_column.domain_blocks": "Ne havas blokusita domeni ankore.", + "empty_column.explore_statuses": "Nulo populareskas nun.", "empty_column.favourited_statuses": "Vu ankore ne havas irga posti favorizita. Kande vu favorizos un, ol montresos hike.", "empty_column.favourites": "Nulu favorizis ca posto. Kande ulu favorizis ol, lu montresos hike.", "empty_column.follow_requests": "Vu ne havas irga sequodemandi til nun. Kande vu ganas talo, ol montresos hike.", "empty_column.followed_tags": "Vu ankore ne sequis irga hashtago. Kande vu sequos un, ol montresos hike.", "empty_column.hashtag": "Esas ankore nulo en ta gretovorto.", - "empty_column.home": "Vua hemtempolineo esas vakua! Sequez plu multa personi por plenigar lu. {suggestions}", + "empty_column.home": "Vua hemtempolineo esas desplena!", "empty_column.list": "There is nothing in this list yet.", "empty_column.mutes": "Vu ne silencigis irga uzanti til nun.", "empty_column.notification_requests": "Finis. Kande vu recevas nova savigi, oli aparos hike segun vua preferaji.", @@ -273,7 +317,7 @@ "error.unexpected_crash.explanation": "Pro eroro en nia kodexo o vidilkonciliebloproblemo, ca pagino ne povas korekte montresar.", "error.unexpected_crash.explanation_addons": "Ca pagino ne povas korekte montresar. Ca eroro posible kauzigesas vidilplusajo o automata tradukutensili.", "error.unexpected_crash.next_steps": "Probez rifreshar pagino. Se to ne helpas, vu forsan ankore povas uzar Mastodon per diferenta vidilo o provizita softwaro.", - "error.unexpected_crash.next_steps_addons": "Probez desaktivigar e rifreshar pagino. Se to ne helpas, vu forsan ankore povas uzar Mastodon per diferenta vidilo o provizita softwaro.", + "error.unexpected_crash.next_steps_addons": "Probez desebligar ili e rifreshar la pagino.", "errors.unexpected_crash.copy_stacktrace": "Kopiez amastraso a klipplanko", "errors.unexpected_crash.report_issue": "Reportigez problemo", "explore.suggested_follows": "Personi", @@ -281,13 +325,13 @@ "explore.trending_links": "Novaji", "explore.trending_statuses": "Posti", "explore.trending_tags": "Hashtagi", - "filter_modal.added.context_mismatch_explanation": "Ca filtrilgrupo ne relatesas kun informo de ca acesesita posto. Se vu volas posto filtresar kun ca informo anke, vu bezonas modifikar filtrilo.", + "filter_modal.added.context_mismatch_explanation": "Ca filtrilgrupo ne uzesis ad informo di ca adirita afisho.", "filter_modal.added.context_mismatch_title": "Kontenajneparigeso!", "filter_modal.added.expired_explanation": "Ca filtrilgrupo expiris, vu bezonas chanjar expirtempo por apliko.", "filter_modal.added.expired_title": "Expirinta filtrilo!", - "filter_modal.added.review_and_configure": "Por kontrolar e plue ajustar ca filtrilgrupo, irez a {settings_link}.", - "filter_modal.added.review_and_configure_title": "Filtrilopcioni", - "filter_modal.added.settings_link": "opcionpagino", + "filter_modal.added.review_and_configure": "Por kontrolar e plu ajustar ca filtrilgrupo, irez a {settings_link}.", + "filter_modal.added.review_and_configure_title": "Filtrilpreferaji", + "filter_modal.added.settings_link": "preferajpagino", "filter_modal.added.short_explanation": "Ca posto adjuntesas a ca filtrilgrupo: {title}.", "filter_modal.added.title": "Filtrilo adjuntesas!", "filter_modal.select_filter.context_mismatch": "ne relatesas kun ca informo", @@ -297,6 +341,7 @@ "filter_modal.select_filter.subtitle": "Usez disponebla grupo o kreez novajo", "filter_modal.select_filter.title": "Filtragez ca posto", "filter_modal.title.status": "Filtragez posto", + "filter_warning.matches_filter": "Samas kam filtrilo \"{title}\"", "filtered_notifications_banner.pending_requests": "De {count, plural,=0 {nulu} one {1 persono} other {# personi}} quan vu forsan konocas", "filtered_notifications_banner.title": "Filtrilita savigi", "firehose.all": "Omno", @@ -306,7 +351,7 @@ "follow_request.reject": "Refuzar", "follow_requests.unlocked_explanation": "Quankam vua konto ne klefklozesis, la {domain} laborero pensas ke vu forsan volas kontralar sequodemandi de ca konti manuale.", "follow_suggestions.curated_suggestion": "Selektato de jeranto", - "follow_suggestions.dismiss": "Ne montrez pluse", + "follow_suggestions.dismiss": "Ne montrez denove", "follow_suggestions.featured_longer": "Selektesis da la grupo di {domain}", "follow_suggestions.friends_of_friends_longer": "Populara inter personi quan vu sequas", "follow_suggestions.hints.featured": "Ca profilo selektesis da la grupo di {domain}.", @@ -328,13 +373,15 @@ "footer.privacy_policy": "Guidilo pri privateso", "footer.source_code": "Vidar la fontokodexo", "footer.status": "Stando", + "footer.terms_of_service": "Serveskondicioni", "generic.saved": "Sparesis", "getting_started.heading": "Debuto", + "hashtag.admin_moderation": "Desklozar administrointervizajo por #{name}", "hashtag.column_header.tag_mode.all": "e {additional}", "hashtag.column_header.tag_mode.any": "o {additional}", "hashtag.column_header.tag_mode.none": "sen {additional}", "hashtag.column_settings.select.no_options_message": "Nula sugestati", - "hashtag.column_settings.select.placeholder": "Insertez hashtagi…", + "hashtag.column_settings.select.placeholder": "Insertez gretvorti…", "hashtag.column_settings.tag_mode.all": "Omna co", "hashtag.column_settings.tag_mode.any": "Irga co", "hashtag.column_settings.tag_mode.none": "Nula co", @@ -342,8 +389,8 @@ "hashtag.counter_by_accounts": "{count, plural, one {{counter} partoprenanto} other {{counter} partoprenanti}}", "hashtag.counter_by_uses": "{count, plural, one {{counter} posto} other {{counter} posti}}", "hashtag.counter_by_uses_today": "{count, plural, one {{counter} posto} other {{counter} posti}} hodie", - "hashtag.follow": "Sequez hashtago", - "hashtag.unfollow": "Desequez hashtago", + "hashtag.follow": "Sequar gretvorto", + "hashtag.unfollow": "Dessequar gretvorto", "hashtags.and_other": "…e {count, plural, one {# plusa}other {# plusa}}", "hints.profiles.followers_may_be_missing": "Sequanti di ca profilo forsan ne esas hike.", "hints.profiles.follows_may_be_missing": "Sequati di ca profilo forsan ne esas hike.", @@ -371,12 +418,23 @@ "ignore_notifications_modal.not_followers_title": "Ka ignorar savigi de personi qua ne sequas vu?", "ignore_notifications_modal.not_following_title": "Ka ignorar savigi de personi quan vu ne sequas?", "ignore_notifications_modal.private_mentions_title": "Ka ignorar savigi de nekonocita privata mencionii?", + "info_button.label": "Helpo", + "info_button.what_is_alt_text": "

Quo alternativa texto es?

On povas bonigar adireblo e kompreno por omno per skribar klara, deslonga e fakta alternative texto.

", + "interaction_modal.action.favourite": "Por durar, vu bezonas prizar de vua konto.", + "interaction_modal.action.follow": "Por durar, vu bezonas sequar de vua konto.", + "interaction_modal.action.reblog": "Por durar, vu bezonas riblogar de vua konto.", + "interaction_modal.action.reply": "Por durar, vu bezonas respondar de vua konto.", + "interaction_modal.action.vote": "Por durar, vu bezonas vocdonar de vua konto.", + "interaction_modal.go": "Irar", + "interaction_modal.no_account_yet": "Ka vu ne havas konto ankore?", "interaction_modal.on_another_server": "Che diferanta servilo", "interaction_modal.on_this_server": "Che ca servilo", "interaction_modal.title.favourite": "Favorizez ca posto da {name}", "interaction_modal.title.follow": "Sequez {name}", "interaction_modal.title.reblog": "Repetez posto di {name}", "interaction_modal.title.reply": "Respondez posto di {name}", + "interaction_modal.title.vote": "Votar sur votinquesto di {name}", + "interaction_modal.username_prompt": "Exemple {example}", "intervals.full.days": "{number, plural, one {# dio} other {# dii}}", "intervals.full.hours": "{number, plural, one {# horo} other {# hori}}", "intervals.full.minutes": "{number, plural, one {# minuto} other {# minuti}}", @@ -401,8 +459,8 @@ "keyboard_shortcuts.muted": "to open muted users list", "keyboard_shortcuts.my_profile": "to open your profile", "keyboard_shortcuts.notifications": "to open notifications column", - "keyboard_shortcuts.open_media": "to open media", - "keyboard_shortcuts.pinned": "to open pinned toots list", + "keyboard_shortcuts.open_media": "Desklozar audvidaji", + "keyboard_shortcuts.pinned": "Desklozar listo di adpinglita afishi", "keyboard_shortcuts.profile": "to open author's profile", "keyboard_shortcuts.reply": "to reply", "keyboard_shortcuts.requests": "to open follow requests list", @@ -410,8 +468,9 @@ "keyboard_shortcuts.spoilers": "to show/hide CW field", "keyboard_shortcuts.start": "to open \"get started\" column", "keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW", - "keyboard_shortcuts.toggle_sensitivity": "to show/hide media", + "keyboard_shortcuts.toggle_sensitivity": "Montrar/celar audvidaji", "keyboard_shortcuts.toot": "to start a brand new toot", + "keyboard_shortcuts.translate": "por tradukar mesajo", "keyboard_shortcuts.unfocus": "to un-focus compose textarea/search", "keyboard_shortcuts.up": "to move up in the list", "lightbox.close": "Klozar", @@ -424,14 +483,35 @@ "link_preview.author": "Da {name}", "link_preview.more_from_author": "Plua de {name}", "link_preview.shares": "{count, plural,one {{counter} posto} other {{counter} posti}}", + "lists.add_member": "Adjuntar", + "lists.add_to_list": "Adjuntar ad listo", + "lists.add_to_lists": "Adjuntar {name} ad listi", + "lists.create": "Krear", + "lists.create_a_list_to_organize": "Krear nova listo por organizar vua hemfluo", + "lists.create_list": "Krear listo", "lists.delete": "Efacez listo", - "lists.edit": "Modifikez listo", + "lists.done": "Finis", + "lists.edit": "Redaktar listo", + "lists.exclusive": "Celar membri sur Hemo", + "lists.exclusive_hint": "Se ulu es en ca listo, celez lu sur vua hemfluo por evitar vidar lua afishi denove.", + "lists.find_users_to_add": "Serchi uzanti por adjuntar", + "lists.list_members": "Listigar membri", + "lists.list_members_count": "{count, plural,one {# membro} other {#membri}}", + "lists.list_name": "Listonomo", + "lists.new_list_name": "Nova listonomo", + "lists.no_lists_yet": "Nula listi ankore.", + "lists.no_members_yet": "Nula membri ankore.", + "lists.no_results_found": "Nula rezulto trovigesis.", + "lists.remove_member": "Forigar", "lists.replies_policy.followed": "Irga sequita uzanto", "lists.replies_policy.list": "Membro di listo", "lists.replies_policy.none": "Nulu", + "lists.save": "Konservar", + "lists.search": "Serchar", + "lists.show_replies_to": "Inkluzar respondi de listomembri", "load_pending": "{count, plural, one {# nova kozo} other {# nova kozi}}", "loading_indicator.label": "Kargante…", - "media_gallery.hide": "Celez", + "media_gallery.hide": "Celar", "moved_to_account_banner.text": "Vua konto {disabledAccount} es nune desaktiva pro ke vu movis a {movedToAccount}.", "mute_modal.hide_from_notifications": "Celez de savigi", "mute_modal.hide_options": "Celez preferaji", @@ -446,12 +526,12 @@ "navigation_bar.administration": "Administro", "navigation_bar.advanced_interface": "Apertez per retintervizajo", "navigation_bar.blocks": "Blokusita uzeri", - "navigation_bar.bookmarks": "Libromarki", + "navigation_bar.bookmarks": "Lektosigni", "navigation_bar.community_timeline": "Lokala tempolineo", "navigation_bar.compose": "Compose new toot", "navigation_bar.direct": "Privata mencioni", "navigation_bar.discover": "Deskovrez", - "navigation_bar.domain_blocks": "Hidden domains", + "navigation_bar.domain_blocks": "Blokusita domeni", "navigation_bar.explore": "Explorez", "navigation_bar.favourites": "Favoriziti", "navigation_bar.filters": "Silencigita vorti", @@ -464,7 +544,7 @@ "navigation_bar.mutes": "Celita uzeri", "navigation_bar.opened_in_classic_interface": "Posti, konti e altra pagini specifika apertesas en la retovidilo klasika.", "navigation_bar.personal": "Personala", - "navigation_bar.pins": "Pinned toots", + "navigation_bar.pins": "Adpinglita afishi", "navigation_bar.preferences": "Preferi", "navigation_bar.public_timeline": "Federata tempolineo", "navigation_bar.search": "Serchez", @@ -477,9 +557,14 @@ "notification.admin.report_statuses_other": "{name} raportis {target}", "notification.admin.sign_up": "{name} registresis", "notification.admin.sign_up.name_and_others": "{name} e {count, plural,one {# altru} other {#altri}} enrejistris", + "notification.annual_report.message": "Yen vua ye {year} #Wrapstodon!", + "notification.annual_report.view": "Vidar #Wrapstodon", "notification.favourite": "{name} favorizis tua mesajo", - "notification.favourite.name_and_others_with_link": "{name} e {count, plural,one {# altru} other {# altri}} favorizis vua posto", + "notification.favourite.name_and_others_with_link": "{name} e {count, plural,one {# altru} other {# altri}} stelumis vua afisho", + "notification.favourite_pm": "{name} prizis vua privata menciono", + "notification.favourite_pm.name_and_others_with_link": "{name} e {count, plural,one {# altro} other {# altri}} prizis vua privata menciono", "notification.follow": "{name} sequeskis tu", + "notification.follow.name_and_others": "{name} e {count, plural,one {# altro} other {# altri}} sequis vu", "notification.follow_request": "{name} demandas sequar vu", "notification.follow_request.name_and_others": "{name} e {count, plural,one {# altru} other {# altri}} volas sequar vu", "notification.label.mention": "Mencionez", @@ -487,37 +572,38 @@ "notification.label.private_reply": "Privata respondo", "notification.label.reply": "Respondez", "notification.mention": "Mencionez", - "notification.moderation-warning.learn_more": "Lernez pluse", + "notification.mentioned_you": "{name} mencionis vu", + "notification.moderation-warning.learn_more": "Lernez plu", "notification.moderation_warning": "Vu recevis jeraverto", "notification.moderation_warning.action_delete_statuses": "Kelka vua posti efacesis.", - "notification.moderation_warning.action_disable": "Vua konto estas desaktivigita.", + "notification.moderation_warning.action_disable": "Vua konto es desaktivigita.", "notification.moderation_warning.action_mark_statuses_as_sensitive": "Kelka vua posti markizesis quale sentoza.", "notification.moderation_warning.action_none": "Vua konto recevis jeraverto.", "notification.moderation_warning.action_sensitive": "Vua posti markizesos quale sentoza pos nun.", "notification.moderation_warning.action_silence": "Vua konto limitizesis.", "notification.moderation_warning.action_suspend": "Vua konto restriktesis.", - "notification.own_poll": "Vua votposto finigis", - "notification.poll": "Votposto quan vu partoprenis finis", + "notification.own_poll": "Vua votinquesto fineskis", + "notification.poll": "Votinquesto ube vu votis fineskis", "notification.reblog": "{name} repetis tua mesajo", "notification.reblog.name_and_others_with_link": "{name} e {count, plural,one {# altru} other {#altri}} repetis vua posto", "notification.relationships_severance_event": "Desganis konekteso kun {name}", "notification.relationships_severance_event.account_suspension": "Administranto de {from} restriktis {target}, do vu ne povas plue recevar novaji de lu o interagar kun lu.", "notification.relationships_severance_event.domain_block": "Administranto de {from} blokusis {target}, e anke {followersCount} de vua sequanti e {followingCount, plural, one {# konto} other {# konti}} quan vu sequas.", - "notification.relationships_severance_event.learn_more": "Lernez pluse", + "notification.relationships_severance_event.learn_more": "Lernez plu", "notification.relationships_severance_event.user_domain_block": "Vu blokusis {target}, do efacis {followersCount} de vua sequanti e {followingCount, plural, one {# konto} other {#konti}} quan vu sequis.", "notification.status": "{name} nove postigis", - "notification.update": "{name} modifikis posto", + "notification.update": "{name} redaktis afisho", "notification_requests.accept": "Aceptez", "notification_requests.accept_multiple": "{count, plural, one {Aceptar # demando…} other {Aceptar # demandi…}}", "notification_requests.confirm_accept_multiple.button": "{count, plural, one {Aceptar demando} other {Aceptar demandi}}", "notification_requests.confirm_accept_multiple.message": "Vu aceptos {count, plural, one {1 savigdemando} other {# savigdemandi}}. Ka vu certe volas durar?", "notification_requests.confirm_accept_multiple.title": "Ka aceptar savigdemandi?", "notification_requests.confirm_dismiss_multiple.button": "{count, plural, one {Ignorez demando} other {Ignorez demandi}}", - "notification_requests.confirm_dismiss_multiple.message": "Vu ignoros {count, plural, one {1 savigdemando} other {# savigdemandi}}. Vu ne povas facile ganar {count, plural, one {ol} other {oli}} pluse. Ka vu esas certe ke vu volas durar?", + "notification_requests.confirm_dismiss_multiple.message": "Vu ignoros {count, plural, one {1 savigdemando} other {# savigdemandi}}. Vu ne povas facile ganar {count, plural, one {ol} other {oli}} denove. Ka vu esas certe ke vu volas durar?", "notification_requests.confirm_dismiss_multiple.title": "Ka ignorar savigdemandi?", "notification_requests.dismiss": "Ignorez", "notification_requests.dismiss_multiple": "{count, plural,one {Ignorez # demando…} other {Ignorez # demandi…}}", - "notification_requests.edit_selection": "Modifikez", + "notification_requests.edit_selection": "Redaktar", "notification_requests.exit_selection": "Finas", "notification_requests.explainer_for_limited_account": "Savigi de ca konto filtresis pro ke la konto limitizesis da jeranto.", "notification_requests.explainer_for_limited_remote_account": "Savigi de ca konto filtresis pro ke la konto o olua servilo limitizesis da jeranto.", @@ -537,8 +623,9 @@ "notifications.column_settings.filter_bar.category": "Rapidfiltrilbaro", "notifications.column_settings.follow": "Nova sequanti:", "notifications.column_settings.follow_request": "Nova sequodemandi:", + "notifications.column_settings.group": "Grupo", "notifications.column_settings.mention": "Mencioni:", - "notifications.column_settings.poll": "Votpostorezulti:", + "notifications.column_settings.poll": "Votinquestorezulti:", "notifications.column_settings.push": "Pulsavizi", "notifications.column_settings.reblog": "Repeti:", "notifications.column_settings.show": "Montrar en kolumno", @@ -546,19 +633,19 @@ "notifications.column_settings.status": "New toots:", "notifications.column_settings.unread_notifications.category": "Nelektita avizi", "notifications.column_settings.unread_notifications.highlight": "Briligez nelektita avizi", - "notifications.column_settings.update": "Modifikati:", + "notifications.column_settings.update": "Redaktati:", "notifications.filter.all": "Omna", "notifications.filter.boosts": "Repeti", "notifications.filter.favourites": "Favoriziti", "notifications.filter.follows": "Sequati", "notifications.filter.mentions": "Mencioni", - "notifications.filter.polls": "Votpostorezulti", + "notifications.filter.polls": "Votinquestorezulti", "notifications.filter.statuses": "Novaji de personi quon vu sequas", "notifications.grant_permission": "Donez permiso.", "notifications.group": "{count} avizi", "notifications.mark_as_read": "Markizez singla avizi quale lektita", "notifications.permission_denied": "Desktopavizi esas nedisplonebla pro antea refuzita vidilpermisdemando", - "notifications.permission_denied_alert": "Desktopavizi ne povas aktivigesar pro ke vidilpermiso refuzesis", + "notifications.permission_denied_alert": "Komputilsavigi ne povas ebligesar, pro ke retumilpermiso desaceptesis antee", "notifications.permission_required": "Desktopavizi esas nedisplonebla pro ke bezonata permiso ne donesis.", "notifications.policy.accept": "Aceptez", "notifications.policy.accept_hint": "Montrez en savigi", @@ -577,10 +664,14 @@ "notifications.policy.filter_private_mentions_hint": "Filtrita se ol ne esas respondo a vua sua menciono o se vu sequas la sendanto", "notifications.policy.filter_private_mentions_title": "Nekonocita privata mencioni", "notifications.policy.title": "Regular savigi de…", - "notifications_permission_banner.enable": "Aktivigez desktopavizi", - "notifications_permission_banner.how_to_control": "Por ganar avizi kande Mastodon ne esas apertita, aktivigez dekstopavizi. Vu povas precize regularar quale interakti facas deskstopavizi tra la supera {icon} butono pos oli aktivigesis.", + "notifications_permission_banner.enable": "Ebligar komputilsavigi", + "notifications_permission_banner.how_to_control": "Por ganar savigi kande Mastodon ne es desklozita, ebligez komputilsavigi.", "notifications_permission_banner.title": "Irga kozo ne pasas vu", + "onboarding.follows.back": "Retro", + "onboarding.follows.done": "Finis", "onboarding.follows.empty": "Regretinde, nula rezultajo povas montresar nune. Vu povas esforcar serchar, o irar al explorala pagino por trovar personi sequinda, o esforcar itere pose.", + "onboarding.follows.search": "Serchar", + "onboarding.follows.title": "Sequez personi por komencar", "onboarding.profile.discoverable": "Trovebligez mea profilo", "onboarding.profile.discoverable_hint": "Se vu selektas deskovrebleso che Mastodon, vua posti povas aparar en sercho-rezultaji e populari, e vua profilo forsan sugestesos a personi kun interesi simila a vua.", "onboarding.profile.display_name": "Publika nomo", @@ -595,28 +686,31 @@ "password_confirmation.mismatching": "La konfirmo dil pasvorto ne egalesas", "picture_in_picture.restore": "Retropozez", "poll.closed": "Klozita", - "poll.refresh": "Rifreshez", + "poll.refresh": "Rifreshar", "poll.reveal": "Vidar rezultaji", "poll.total_people": "{count, plural, one {# persono} other {# personi}}", "poll.total_votes": "{count, plural, one {# voto} other {# voti}}", - "poll.vote": "Votez", + "poll.vote": "Votar", "poll.voted": "Vu ja votis ca respondo", "poll.votes": "{votes, plural, one {# voto} other {# voti}}", - "poll_button.add_poll": "Insertez votposto", - "poll_button.remove_poll": "Efacez votposto", + "poll_button.add_poll": "Adjuntar votinquesto", + "poll_button.remove_poll": "Forigar votinquesto", "privacy.change": "Aranjar privateso di mesaji", "privacy.direct.long": "Omnu quan mencionesis en la posto", + "privacy.direct.short": "Privata menciono", "privacy.private.long": "Nur vua sequanti", "privacy.private.short": "Sequanti", "privacy.public.long": "Ulu de e ne de Mastodon", "privacy.public.short": "Publike", - "privacy.unlisted.additional": "Co kondutas exakte kam publika, escepte la posto ne aparos en viva novajari o gretiketi, exploro, o sercho di Mastodon, mem se vu esas volunta totkonte.", + "privacy.unlisted.additional": "Co kondutas exakte kam publika, ecepte la posto ne aparos en nuna flui o gretvorti, exploro, o sercho di Mastodon, mem se vu esas volunta totkonte.", "privacy.unlisted.long": "Min multa algoritmoridikuli", "privacy.unlisted.short": "Deslauta publiko", "privacy_policy.last_updated": "Antea novajo ye {date}", "privacy_policy.title": "Privatesguidilo", "recommended": "Rekomendata", "refresh": "Rifreshez", + "regeneration_indicator.please_stand_by": "Vartez.", + "regeneration_indicator.preparing_your_home_feed": "Preparas vua hemfluo…", "relative_time.days": "{number}d", "relative_time.full.days": "{number, plural, one {# dio} other {# dii}} ante nun", "relative_time.full.hours": "{number, plural, one {# horo} other {# hori}} ante nun", @@ -628,9 +722,9 @@ "relative_time.minutes": "{number}m", "relative_time.seconds": "{number}s", "relative_time.today": "hodie", - "reply_indicator.attachments": "{count, plural, one {# atachajo} other {# atachaji}}", + "reply_indicator.attachments": "{count, plural, one {# addonajo} other {# addonaji}}", "reply_indicator.cancel": "Nihiligar", - "reply_indicator.poll": "Votposto", + "reply_indicator.poll": "Votinquesto", "report.block": "Restriktez", "report.block_explanation": "Vu ne vidos olia posti. Oli ne povas vidar vua posti o sequar vu. Oli savos ke oli restriktesis.", "report.categories.legal": "Legala", @@ -665,13 +759,13 @@ "report.statuses.title": "Ka existas irga posti quo suportas ca raporto?", "report.submit": "Sendar", "report.target": "Denuncante", - "report.thanks.take_action": "Co esas vua opcioni por regularar quo vu vidas che Mastodon:", + "report.thanks.take_action": "Yen vua preferaji por regularar quon vu vidas sur Mastodon:", "report.thanks.take_action_actionable": "Dum ke ni kontrolas co, vu povas demarshar kontra @{name}:", "report.thanks.title": "Ka vu ne volas vidar co?", "report.thanks.title_actionable": "Danko por raportizar, ni kontrolos co.", "report.unfollow": "Desequez @{name}", - "report.unfollow_explanation": "Vu sequas ca konto. Por ne vidar olia posti en vua hemniuzeto pluse, desequez oli.", - "report_notification.attached_statuses": "{count, plural,one {{count} posti} other {{count} posti}} adjuntesas", + "report.unfollow_explanation": "Vu sequas ca konto.", + "report_notification.attached_statuses": "{count, plural,one {{count} posti} other {{count} posti}} addonita", "report_notification.categories.legal": "Legala", "report_notification.categories.legal_sentence": "deslegala kontenajo", "report_notification.categories.other": "Altra", @@ -699,9 +793,12 @@ "search_popout.user": "uzanto", "search_results.accounts": "Profili", "search_results.all": "Omna", - "search_results.hashtags": "Hashtagi", + "search_results.hashtags": "Gretvorti", + "search_results.no_results": "Nula rezulto.", + "search_results.no_search_yet": "Probez serchar afishi, profili o gretvorti.", "search_results.see_all": "Videz omni", "search_results.statuses": "Posti", + "search_results.title": "Serchar \"{q}\"", "server_banner.about_active_users": "Personi quo uzas ca servilo dum antea 30 dii (monate aktiva uzanti)", "server_banner.active_users": "aktiva uzanti", "server_banner.administered_by": "Administresis da:", @@ -716,7 +813,7 @@ "status.admin_domain": "Apertez jerintervizajo por {domain}", "status.admin_status": "Open this status in the moderation interface", "status.block": "Restriktez @{name}", - "status.bookmark": "Libromarko", + "status.bookmark": "Lektosigno", "status.cancel_reblog_private": "Desrepetez", "status.cannot_reblog": "Ca posto ne povas repetesar", "status.continued_thread": "Durigita postaro", @@ -725,34 +822,35 @@ "status.detailed_status": "Detala konversvido", "status.direct": "Private mencionez @{name}", "status.direct_indicator": "Privata menciono", - "status.edit": "Modifikez", - "status.edited": "Recente modifikesis ye {date}", - "status.edited_x_times": "Modifikesis {count, plural, one {{count} foyo} other {{count} foyi}}", + "status.edit": "Redaktar", + "status.edited": "Lastatempe redaktesar ye {date}", + "status.edited_x_times": "Redaktesis ye {count, plural, one {{count} foyo} other {{count} foyi}}", "status.embed": "Ganez adherkodexo", "status.favourite": "Favorizar", - "status.favourites": "{count, plural, one {favorizo} other {favorizi}}", + "status.favourites": "{count, plural, one {stelumo} other {stelumi}}", "status.filter": "Filtragez ca posto", "status.history.created": "{name} kreis ye {date}", - "status.history.edited": "{name} modifikis ye {date}", - "status.load_more": "Kargar pluse", + "status.history.edited": "{name} redaktis ye {date}", + "status.load_more": "Kargar plu", "status.media.open": "Klikez por apertar", "status.media.show": "Klikez por montrar", - "status.media_hidden": "Kontenajo celita", + "status.media_hidden": "Audvidaji es celita", "status.mention": "Mencionar @{name}", - "status.more": "Pluse", + "status.more": "Plu", "status.mute": "Silencigez @{name}", "status.mute_conversation": "Silencigez konverso", "status.open": "Detaligar ca mesajo", "status.pin": "Pinglagez che profilo", - "status.pinned": "Pinned toot", - "status.read_more": "Lektez pluse", + "status.pinned": "Adpinglita afisho", + "status.read_more": "Lektez plu", "status.reblog": "Repetez", "status.reblog_private": "Repetez kun originala videbleso", "status.reblogged_by": "{name} repetis", "status.reblogs": "{count, plural, one {repeto} other {repeti}}", "status.reblogs.empty": "Nulu ja repetis ca posto. Kande ulu facas lo, lu montresos hike.", "status.redraft": "Efacez e riskisigez", - "status.remove_bookmark": "Efacez libromarko", + "status.remove_bookmark": "Forigar lektosigno", + "status.remove_favourite": "Forigar de priziti", "status.replied_in_thread": "Respondesis en postaro", "status.replied_to": "Respondis a {name}", "status.reply": "Respondar", @@ -761,9 +859,9 @@ "status.sensitive_warning": "Trubliva kontenajo", "status.share": "Partigez", "status.show_less_all": "Montrez min por omno", - "status.show_more_all": "Montrez pluse por omno", + "status.show_more_all": "Montrez plu por omno", "status.show_original": "Montrez originalo", - "status.title.with_attachments": "{user} posted {attachmentCount, plural, one {an attachment} other {# attachments}}", + "status.title.with_attachments": "{user} afishis {attachmentCount, plural, one {addonajo} other {{attachmentCount} addonaji}}", "status.translate": "Tradukez", "status.translated_from_with": "Tradukita de {lang} per {provider}", "status.uncached_media_warning": "Previdajo nedisponebla", @@ -774,32 +872,33 @@ "subscribed_languages.target": "Chanjez abonita lingui por {target}", "tabs_bar.home": "Hemo", "tabs_bar.notifications": "Savigi", + "terms_of_service.title": "Servtermini", "time_remaining.days": "{number, plural, one {# dio} other {# dii}} restas", "time_remaining.hours": "{number, plural, one {# horo} other {# hori}} restas", "time_remaining.minutes": "{number, plural, one {# minuto} other {# minuti}} restas", "time_remaining.moments": "Poka sekundi restas", "time_remaining.seconds": "{number, plural, one {# sekundo} other {# sekundi}} restas", "trends.counter_by_accounts": "{count, plural,one {{counter} persono} other {{counter} personi}} en antea {days, plural,one {dio} other {{days} dii}}", - "trends.trending_now": "Tendencigas nun", + "trends.trending_now": "Populareskas nun", "ui.beforeunload": "Vua skisato perdesos se vu ekiras Mastodon.", "units.short.billion": "{count}G", "units.short.million": "{count}M", "units.short.thousand": "{count}K", - "upload_area.title": "Tranar faligar por kargar", - "upload_button.label": "Adjuntar kontenajo", - "upload_error.limit": "Failadcharglimito ecesesis.", - "upload_error.poll": "Failadchargo ne permisesas kun votposti.", - "upload_form.drag_and_drop.instructions": "Por tenar mediatachajo, presez spaco o eniro. Presez spaco o eniro itere por destenar la mediatachajo en olua nova loko, o presez eskapo por anular.", - "upload_form.drag_and_drop.on_drag_cancel": "Tiro anulesis. Mediatachajo {item} destenesis.", - "upload_form.drag_and_drop.on_drag_end": "Mediatachajo {item} destenesis.", - "upload_form.drag_and_drop.on_drag_over": "Mediatachajo {item} movigesis.", - "upload_form.drag_and_drop.on_drag_start": "Tenis mediatachajo {item}.", - "upload_form.edit": "Modifikez", - "upload_progress.label": "Kargante...", + "upload_area.title": "Tenar e destenar por adkargar", + "upload_button.label": "Adjuntar imaji, video o sondosiero", + "upload_error.limit": "Dosieradkarglimito ecesesis.", + "upload_error.poll": "Dosieradkargo ne permisesas kun votinquesti.", + "upload_form.drag_and_drop.instructions": "Por tenar audvidajaddonajo, presez spaco o eniro. Presez spaco o eniro denove por destenar la audvidajatachajo en olua nova loko, o presez eskapo por nuligar.", + "upload_form.drag_and_drop.on_drag_cancel": "Tiro nuligesis.", + "upload_form.drag_and_drop.on_drag_end": "Audvidajaddonajo {item} destenesis.", + "upload_form.drag_and_drop.on_drag_over": "Audvidajaddonajo {item} movigesis.", + "upload_form.drag_and_drop.on_drag_start": "Tenis audvidajaddonajo {item}.", + "upload_form.edit": "Redaktar", + "upload_progress.label": "Adkargas...", "upload_progress.processing": "Traktante…", "username.taken": "Ta uzantnomo ja es posedita. Provez altro", "video.close": "Klozez video", - "video.download": "Deschargez failo", + "video.download": "Deschargar dosiero", "video.exit_fullscreen": "Ekirez plena skreno", "video.expand": "Expansez video", "video.fullscreen": "Plena skreno", diff --git a/app/javascript/mastodon/locales/is.json b/app/javascript/mastodon/locales/is.json index 0b6333c44e..acbdf63166 100644 --- a/app/javascript/mastodon/locales/is.json +++ b/app/javascript/mastodon/locales/is.json @@ -872,7 +872,9 @@ "subscribed_languages.target": "Breyta tungumálum í áskrift fyrir {target}", "tabs_bar.home": "Heim", "tabs_bar.notifications": "Tilkynningar", + "terms_of_service.effective_as_of": "Gildir frá og með {date}", "terms_of_service.title": "Þjónustuskilmálar", + "terms_of_service.upcoming_changes_on": "Væntanlegar breytingar þann {date}", "time_remaining.days": "{number, plural, one {# dagur} other {# dagar}} eftir", "time_remaining.hours": "{number, plural, one {# klukkustund} other {# klukkustundir}} eftir", "time_remaining.minutes": "{number, plural, one {# mínúta} other {# mínútur}} eftir", diff --git a/app/javascript/mastodon/locales/it.json b/app/javascript/mastodon/locales/it.json index 239628fdc0..13505d77a9 100644 --- a/app/javascript/mastodon/locales/it.json +++ b/app/javascript/mastodon/locales/it.json @@ -872,7 +872,9 @@ "subscribed_languages.target": "Modifica le lingue in cui sei iscritto per {target}", "tabs_bar.home": "Home", "tabs_bar.notifications": "Notifiche", + "terms_of_service.effective_as_of": "In vigore a partire dal giorno {date}", "terms_of_service.title": "Termini di Servizio", + "terms_of_service.upcoming_changes_on": "Prossime modifiche nel giorno {date}", "time_remaining.days": "{number, plural, one {# giorno} other {# giorni}} left", "time_remaining.hours": "{number, plural, one {# ora} other {# ore}} left", "time_remaining.minutes": "{number, plural, one {# minuto} other {# minuti}} left", diff --git a/app/javascript/mastodon/locales/ja.json b/app/javascript/mastodon/locales/ja.json index 982f3cbf51..193763ecbb 100644 --- a/app/javascript/mastodon/locales/ja.json +++ b/app/javascript/mastodon/locales/ja.json @@ -219,7 +219,7 @@ "confirmations.logout.message": "本当にログアウトしますか?", "confirmations.logout.title": "ログアウトしようとしています", "confirmations.missing_alt_text.confirm": "代替テキストを追加", - "confirmations.missing_alt_text.message": "あなたの投稿には大体テキストのないメディアが含まれています。説明文を追加することで、より多くの人がコンテンツにアクセスできるようになります。", + "confirmations.missing_alt_text.message": "あなたの投稿には代替テキストのないメディアが含まれています。説明文を追加することで、より多くの人がコンテンツにアクセスできるようになります。", "confirmations.missing_alt_text.secondary": "そのまま投稿する", "confirmations.missing_alt_text.title": "代替テキストを追加しますか?", "confirmations.mute.confirm": "ミュート", diff --git a/app/javascript/mastodon/locales/ko.json b/app/javascript/mastodon/locales/ko.json index e3812f43f5..5b93084c13 100644 --- a/app/javascript/mastodon/locales/ko.json +++ b/app/javascript/mastodon/locales/ko.json @@ -872,6 +872,7 @@ "subscribed_languages.target": "{target}에 대한 구독 언어 변경", "tabs_bar.home": "홈", "tabs_bar.notifications": "알림", + "terms_of_service.effective_as_of": "{date}부터 적용됨", "terms_of_service.title": "이용 약관", "time_remaining.days": "{number} 일 남음", "time_remaining.hours": "{number} 시간 남음", diff --git a/app/javascript/mastodon/locales/lt.json b/app/javascript/mastodon/locales/lt.json index 182c052ac7..4ab9e2e594 100644 --- a/app/javascript/mastodon/locales/lt.json +++ b/app/javascript/mastodon/locales/lt.json @@ -857,7 +857,9 @@ "subscribed_languages.target": "Keisti prenumeruojamas kalbas {target}", "tabs_bar.home": "Pagrindinis", "tabs_bar.notifications": "Pranešimai", + "terms_of_service.effective_as_of": "Įsigaliojo nuo {date}.", "terms_of_service.title": "Paslaugų sąlygos", + "terms_of_service.upcoming_changes_on": "Numatomi pakeitimai {date}.", "time_remaining.days": "liko {number, plural, one {# diena} few {# dienos} many {# dienos} other {# dienų}}", "time_remaining.hours": "liko {number, plural, one {# valanda} few {# valandos} many {# valandos} other {# valandų}}", "time_remaining.minutes": "liko {number, plural, one {# minutė} few {# minutės} many {# minutės} other {# minučių}}", diff --git a/app/javascript/mastodon/locales/lv.json b/app/javascript/mastodon/locales/lv.json index 10b09e6947..08e52077e9 100644 --- a/app/javascript/mastodon/locales/lv.json +++ b/app/javascript/mastodon/locales/lv.json @@ -3,7 +3,7 @@ "about.contact": "Kontakts:", "about.disclaimer": "Mastodon ir bezmaksas atklātā pirmkoda programmatūra un Mastodon gGmbH preču zīme.", "about.domain_blocks.no_reason_available": "Iemesls nav norādīts", - "about.domain_blocks.preamble": "Mastodon parasti ļauj apskatīt saturu un mijiedarboties ar lietotājiem no jebkura cita federācijas servera. Šie ir izņēmumi, kas veikti šajā konkrētajā serverī.", + "about.domain_blocks.preamble": "Mastodon parasti ļauj apskatīt saturu un mijiedarboties ar lietotājiem no jebkura cita fediversa servera. Šie ir izņēmumi, kas veikti tieši šajā serverī.", "about.domain_blocks.silenced.explanation": "Parasti tu neredzēsi profilus un saturu no šī servera, ja vien tu nepārprotami izvēlēsies to pārskatīt vai sekot.", "about.domain_blocks.silenced.title": "Ierobežotie", "about.domain_blocks.suspended.explanation": "Nekādi dati no šī servera netiks apstrādāti, uzglabāti vai apmainīti, padarot neiespējamu mijiedarbību vai saziņu ar lietotājiem no šī servera.", @@ -232,7 +232,7 @@ "copy_icon_button.copied": "Ievietots starpliktuvē", "copypaste.copied": "Nokopēts", "copypaste.copy_to_clipboard": "Kopēt uz starpliktuvi", - "directory.federated": "No pazīstamas federācijas", + "directory.federated": "No zināma fediversa", "directory.local": "Tikai no {domain}", "directory.new_arrivals": "Jaunpienācēji", "directory.recently_active": "Nesen aktīvi", @@ -335,8 +335,10 @@ "footer.privacy_policy": "Privātuma politika", "footer.source_code": "Skatīt pirmkodu", "footer.status": "Statuss", + "footer.terms_of_service": "Pakalpojuma noteikumi", "generic.saved": "Saglabāts", "getting_started.heading": "Darba sākšana", + "hashtag.admin_moderation": "Atvērt #{name} satura pārraudzības saskarni", "hashtag.column_header.tag_mode.all": "un {additional}", "hashtag.column_header.tag_mode.any": "vai {additional}", "hashtag.column_header.tag_mode.none": "bez {additional}", @@ -530,7 +532,7 @@ "notifications.policy.filter_not_following_hint": "Līdz tos pašrocīgi apstiprināsi", "notifications.policy.filter_not_following_title": "Cilvēki, kuriem Tu neseko", "notifications_permission_banner.enable": "Iespējot darbvirsmas paziņojumus", - "notifications_permission_banner.how_to_control": "Lai saņemtu paziņojumus, kad Mastodon nav atvērts, iespējo darbvirsmas paziņojumus. Vari precīzi kontrolēt, kāda veida mijiedarbības rada darbvirsmas paziņojumus, izmantojot augstāk redzamo pogu {icon}, kad tie būs iespējoti.", + "notifications_permission_banner.how_to_control": "Lai saņemtu paziņojumus, kad Mastodon nav atvērts, jāiespējo darbvirsmas paziņojumi. Var pārvaldīt, tieši kāda veida mijiedarbības rada darbvirsmas paziņojumus, izmantojot augstāk redzamo pogu {icon}, tiklīdz tie būs iespējoti.", "notifications_permission_banner.title": "Nekad nepalaid neko garām", "onboarding.follows.back": "Atpakaļ", "onboarding.follows.empty": "Diemžēl pašlaik nevar parādīt rezultātus. Vari mēģināt izmantot meklēšanu vai pārlūkot izpētes lapu, lai atrastu cilvēkus, kuriem sekot, vai vēlāk mēģināt vēlreiz.", @@ -687,7 +689,7 @@ "status.mute_conversation": "Apklusināt sarunu", "status.open": "Paplašināt šo ziņu", "status.pin": "Piespraust profilam", - "status.pinned": "Piespraustais ieraksts", + "status.pinned": "Piesprausts ieraksts", "status.read_more": "Lasīt vairāk", "status.reblog": "Pastiprināt", "status.reblog_private": "Pastiprināt, nemainot redzamību", diff --git a/app/javascript/mastodon/locales/nan.json b/app/javascript/mastodon/locales/nan.json index 88514555ba..0daba1d8ae 100644 --- a/app/javascript/mastodon/locales/nan.json +++ b/app/javascript/mastodon/locales/nan.json @@ -268,12 +268,15 @@ "domain_pill.server": "服侍器", "domain_pill.their_handle": "In ê口座:", "domain_pill.their_server": "In數位ê tau,in所有ê PO文lóng tī tsia。", - "domain_pill.their_username": "In佇tsit ê服侍器獨一ê稱呼。佇無kâng ê服侍器有可能tshuē著kāng名ê用者。", + "domain_pill.their_username": "In佇in ê服侍器獨一ê稱呼。佇無kâng ê服侍器有可能tshuē著kāng名ê用者。", "domain_pill.username": "用者ê名", "domain_pill.whats_in_a_handle": "口座是siánn-mih?", "domain_pill.who_they_are": "因為口座(handle)表示tsit ê lâng是siáng kap tī toh,lí ē當佇. ê社交網路kap lâng交流。", "domain_pill.who_you_are": "因為口座(handle)表示lí是siáng kap tī toh,lâng ē當佇. ê社交網路kap lí交流。", "domain_pill.your_handle": "Lí ê口座:", + "domain_pill.your_server": "Lí數位ê厝,內底有lí所有ê PO文。無kah意?Ē當轉kàu別ê服侍器,koh保有跟tuè lí êl âng。.", + "domain_pill.your_username": "Lí 佇tsit ê服侍器獨一ê稱呼。佇無kâng ê服侍器有可能tshuē著kāng名ê用者。", + "embed.instructions": "Khóo-pih 下kha ê程式碼,來kā tsit篇PO文tàu佇lí ê網站。", "embed.preview": "伊e án-ne顯示:\n", "emoji_button.activity": "活動", "emoji_button.clear": "清掉", @@ -294,11 +297,28 @@ "empty_column.account_suspended": "口座已經受停止", "empty_column.account_timeline": "Tsia無PO文!", "empty_column.account_unavailable": "個人資料bē當看", + "empty_column.blocks": "Lí iáu無封鎖任何用者。", + "empty_column.bookmarked_statuses": "Lí iáu無加添任何冊籤。Nā是lí加添冊籤,伊ē佇tsia顯示。", + "empty_column.community": "本站時間線是空ê。緊來公開PO文oh!", + "empty_column.direct": "Lí iáu無任何ê私人訊息。Nā是lí送á是收著私人訊息,ē佇tsia顯示。.", + "empty_column.domain_blocks": "Iáu無封鎖任何網域。", + "empty_column.explore_statuses": "目前iáu無有流行ê趨勢,請sió等tsi̍t-ē,koh確認。", + "empty_column.favourited_statuses": "Lí iáu無加添任何收藏 ê PO文。Nā是lí加收藏,伊ē佇tsia顯示。", + "empty_column.favourites": "Iáu無lâng收藏tsit篇PO文。Nā是有lâng收藏,ē佇tsia顯示。", + "empty_column.follow_requests": "Lí iáu buē收著任何ê跟tuè請求。Nā是lí收著,伊ē佇tsia顯示。", + "empty_column.followed_tags": "Lí iáu buē收著任何ê hashtag。Nā是lí收著,ē佇tsia顯示。", + "empty_column.hashtag": "Tsit ê hashtag內底無物件。", + "empty_column.home": "Lí tshù ê時間線是空ê!跟tuè別lâng來kā充滿。", "errors.unexpected_crash.copy_stacktrace": "Khóo-pih stacktrace kàu剪貼pang-á", "errors.unexpected_crash.report_issue": "報告問題", "explore.suggested_follows": "用者", "explore.title": "探索", "explore.trending_links": "新聞", + "explore.trending_statuses": "PO文", + "explore.trending_tags": "Hashtag", + "filter_modal.added.context_mismatch_explanation": "Tsit ê過濾器類別bē當適用佇lí所接近使用ê PO文ê情境。若是lí mā beh佇tsit ê情境過濾tsit ê PO文,lí著編輯過濾器。.", + "filter_modal.added.context_mismatch_title": "本文無sio合!", + "filter_modal.added.expired_explanation": "Tsit ê過濾器類別過期ah,lí需要改到期ê日期來繼續用。", "filter_modal.added.expired_title": "過期ê過濾器", "filter_modal.added.review_and_configure": "Beh審視kap進前設定tsit ê過濾器ê類別,請kàu {settings_link}。", "filter_modal.added.review_and_configure_title": "過濾器ê設定", @@ -358,6 +378,18 @@ "hashtag.follow": "跟tuè hashtag", "hashtag.unfollow": "取消跟tuè hashtag", "hashtags.and_other": "……kap 其他 {count, plural, other {# ê}}", + "hints.profiles.see_more_followers": "佇 {domain} 看koh khah tsē跟tuè lí ê", + "hints.profiles.see_more_follows": "佇 {domain} 看koh khah tsē lí跟tuè ê", + "hints.profiles.see_more_posts": "佇 {domain} 看koh khah tsē ê PO文", + "hints.threads.replies_may_be_missing": "Tuì其他ê服侍器來ê回應可能有phah m̄見。", + "hints.threads.see_more": "佇 {domain} 看koh khah tsē ê回應", + "home.column_settings.show_reblogs": "顯示轉PO", + "home.column_settings.show_replies": "顯示回應", + "home.hide_announcements": "Khàm掉公告", + "home.pending_critical_update.body": "請liōng早更新lí ê Mastodon ê服侍器!", + "home.pending_critical_update.link": "看更新內容", + "home.pending_critical_update.title": "有重要ê安全更新!", + "home.show_announcements": "顯示公告", "notification.favourite_pm": "{name} kah意lí ê私人提起", "notification.favourite_pm.name_and_others_with_link": "{name} kap{count, plural, other {另外 # ê lâng}}kah意lí ê私人提起", "search_popout.language_code": "ISO語言代碼", diff --git a/app/javascript/mastodon/locales/nl.json b/app/javascript/mastodon/locales/nl.json index 3329878229..e90248ee59 100644 --- a/app/javascript/mastodon/locales/nl.json +++ b/app/javascript/mastodon/locales/nl.json @@ -872,7 +872,9 @@ "subscribed_languages.target": "Getoonde talen voor {target} wijzigen", "tabs_bar.home": "Start", "tabs_bar.notifications": "Meldingen", + "terms_of_service.effective_as_of": "Van kracht met ingang van {date}", "terms_of_service.title": "Gebruiksvoorwaarden", + "terms_of_service.upcoming_changes_on": "Aankomende wijzigingen op {date}", "time_remaining.days": "{number, plural, one {# dag} other {# dagen}} te gaan", "time_remaining.hours": "{number, plural, one {# uur} other {# uur}} te gaan", "time_remaining.minutes": "{number, plural, one {# minuut} other {# minuten}} te gaan", diff --git a/app/javascript/mastodon/locales/no.json b/app/javascript/mastodon/locales/no.json index 229e292aba..a86fb20aa9 100644 --- a/app/javascript/mastodon/locales/no.json +++ b/app/javascript/mastodon/locales/no.json @@ -86,11 +86,28 @@ "alert.unexpected.message": "En uventet feil oppstod.", "alert.unexpected.title": "Ups!", "alt_text_badge.title": "Alternativ tekst", + "alt_text_modal.add_alt_text": "Legg til alternativ tekst", + "alt_text_modal.add_text_from_image": "Legg til tekst fra bildet", "alt_text_modal.cancel": "Avbryt", "alt_text_modal.change_thumbnail": "Endre miniatyrbilde", + "alt_text_modal.describe_for_people_with_hearing_impairments": "Beskriv dette for folk med hørselsproblemer…", + "alt_text_modal.describe_for_people_with_visual_impairments": "Beskriv dette for folk med synsproblemer…", "alt_text_modal.done": "Ferdig", "announcement.announcement": "Kunngjøring", + "annual_report.summary.archetype.booster": "Den iskalde jeger", + "annual_report.summary.archetype.lurker": "Det snikende ullteppe", + "annual_report.summary.archetype.oracle": "Allviteren", + "annual_report.summary.archetype.pollster": "Meningsmåleren", + "annual_report.summary.archetype.replier": "Festens midtpunkt", "annual_report.summary.followers.followers": "følgere", + "annual_report.summary.followers.total": "{count} tilsammen", + "annual_report.summary.here_it_is": "Her er ditt {year} ditt sett sammlet:", + "annual_report.summary.highlighted_post.by_favourites": "mest likte innlegg", + "annual_report.summary.highlighted_post.by_reblogs": "mest opphøyde innlegg", + "annual_report.summary.highlighted_post.by_replies": "innlegg med de fleste tilbakemeldinger", + "annual_report.summary.highlighted_post.possessive": "{name}", + "annual_report.summary.most_used_app.most_used_app": "mest brukte applikasjoner", + "annual_report.summary.most_used_hashtag.most_used_hashtag": "mest brukte evne knagg", "annual_report.summary.most_used_hashtag.none": "Ingen", "annual_report.summary.new_posts.new_posts": "nye innlegg", "attachments_list.unprocessed": "(ubehandlet)", diff --git a/app/javascript/mastodon/locales/pt-PT.json b/app/javascript/mastodon/locales/pt-PT.json index 18d728e1d5..df4d239bcf 100644 --- a/app/javascript/mastodon/locales/pt-PT.json +++ b/app/javascript/mastodon/locales/pt-PT.json @@ -872,7 +872,9 @@ "subscribed_languages.target": "Alterar idiomas subscritos para {target}", "tabs_bar.home": "Início", "tabs_bar.notifications": "Notificações", + "terms_of_service.effective_as_of": "Válido a partir de {date}", "terms_of_service.title": "Termos do serviço", + "terms_of_service.upcoming_changes_on": "Alterações em {date}", "time_remaining.days": "{number, plural, one {# dia restante} other {# dias restantes}}", "time_remaining.hours": "{number, plural, one {# hora restante} other {# horas restantes}}", "time_remaining.minutes": "{number, plural, one {# minuto restante} other {# minutos restantes}}", diff --git a/app/javascript/mastodon/locales/sk.json b/app/javascript/mastodon/locales/sk.json index 3bc422e97e..e2c6f99e24 100644 --- a/app/javascript/mastodon/locales/sk.json +++ b/app/javascript/mastodon/locales/sk.json @@ -630,6 +630,7 @@ "poll_button.remove_poll": "Odstrániť anketu", "privacy.change": "Zmeniť nastavenia súkromia príspevku", "privacy.direct.long": "Všetci spomenutí v príspevku", + "privacy.direct.short": "Spomenutie v súkromí", "privacy.private.long": "Iba vaši sledovatelia", "privacy.private.short": "Sledovatelia", "privacy.public.long": "Ktokoľvek na Mastodone aj mimo neho", diff --git a/app/javascript/mastodon/locales/sq.json b/app/javascript/mastodon/locales/sq.json index 60eb0bcd84..58831cab13 100644 --- a/app/javascript/mastodon/locales/sq.json +++ b/app/javascript/mastodon/locales/sq.json @@ -867,7 +867,9 @@ "subscribed_languages.target": "Ndryshoni gjuhë pajtimesh për {target}", "tabs_bar.home": "Kreu", "tabs_bar.notifications": "Njoftime", + "terms_of_service.effective_as_of": "Hyn në fuqi që prej {date}", "terms_of_service.title": "Kushte Shërbimi", + "terms_of_service.upcoming_changes_on": "Ndryshime të ardhshme më {date}", "time_remaining.days": "Edhe {number, plural, one {# ditë} other {# ditë}}", "time_remaining.hours": "Edhe {number, plural, one {# orë} other {# orë}}", "time_remaining.minutes": "Edhe {number, plural, one {# minutë} other {# minuta}}", diff --git a/app/javascript/mastodon/locales/tr.json b/app/javascript/mastodon/locales/tr.json index 3bea3bb89f..5c04334d26 100644 --- a/app/javascript/mastodon/locales/tr.json +++ b/app/javascript/mastodon/locales/tr.json @@ -872,7 +872,9 @@ "subscribed_languages.target": "{target} abone olduğu dilleri değiştir", "tabs_bar.home": "Anasayfa", "tabs_bar.notifications": "Bildirimler", + "terms_of_service.effective_as_of": "{date} itibariyle yürürlükte", "terms_of_service.title": "Hizmet Şartları", + "terms_of_service.upcoming_changes_on": "{date} tarihinde gerçekleşecek değişiklikler", "time_remaining.days": "{number, plural, one {# gün} other {# gün}} kaldı", "time_remaining.hours": "{number, plural, one {# saat} other {# saat}} kaldı", "time_remaining.minutes": "{number, plural, one {# dakika} other {# dakika}} kaldı", diff --git a/app/javascript/mastodon/locales/uk.json b/app/javascript/mastodon/locales/uk.json index 62d2291601..76408a22d7 100644 --- a/app/javascript/mastodon/locales/uk.json +++ b/app/javascript/mastodon/locales/uk.json @@ -872,6 +872,7 @@ "subscribed_languages.target": "Змінити підписані мови для {target}", "tabs_bar.home": "Головна", "tabs_bar.notifications": "Сповіщення", + "terms_of_service.effective_as_of": "Ефективний на {date}", "terms_of_service.title": "Умови використання", "time_remaining.days": "{number, plural, one {# день} few {# дні} other {# днів}}", "time_remaining.hours": "{number, plural, one {# година} few {# години} other {# годин}}", diff --git a/app/javascript/mastodon/locales/vi.json b/app/javascript/mastodon/locales/vi.json index 43fede5dd0..aaaf46f8c0 100644 --- a/app/javascript/mastodon/locales/vi.json +++ b/app/javascript/mastodon/locales/vi.json @@ -872,7 +872,9 @@ "subscribed_languages.target": "Đổi ngôn ngữ mong muốn cho {target}", "tabs_bar.home": "Trang chủ", "tabs_bar.notifications": "Thông báo", + "terms_of_service.effective_as_of": "Có hiệu lực vào {date}", "terms_of_service.title": "Điều khoản Dịch vụ", + "terms_of_service.upcoming_changes_on": "Sắp thay đổi vào {date}", "time_remaining.days": "{number, plural, other {# ngày}}", "time_remaining.hours": "{number, plural, other {# giờ}}", "time_remaining.minutes": "{number, plural, other {# phút}}", diff --git a/app/javascript/mastodon/locales/zh-TW.json b/app/javascript/mastodon/locales/zh-TW.json index 46f874697b..b5cc477bad 100644 --- a/app/javascript/mastodon/locales/zh-TW.json +++ b/app/javascript/mastodon/locales/zh-TW.json @@ -872,7 +872,9 @@ "subscribed_languages.target": "變更 {target} 的訂閱語言", "tabs_bar.home": "首頁", "tabs_bar.notifications": "通知", + "terms_of_service.effective_as_of": "{date} 起生效", "terms_of_service.title": "服務條款", + "terms_of_service.upcoming_changes_on": "{date} 起即將發生之異動", "time_remaining.days": "剩餘 {number, plural, other {# 天}}", "time_remaining.hours": "剩餘{number, plural, other {# 小時}}", "time_remaining.minutes": "剩餘{number, plural, other {# 分鐘}}", diff --git a/config/locales/activerecord.bg.yml b/config/locales/activerecord.bg.yml index 1a3f71a9cd..55436e59ad 100644 --- a/config/locales/activerecord.bg.yml +++ b/config/locales/activerecord.bg.yml @@ -49,6 +49,10 @@ bg: attributes: reblog: taken: от публикациите вече съществуват + terms_of_service: + attributes: + effective_date: + too_soon: е твърде скоро и трябва да е по-късно от %{date} user: attributes: email: diff --git a/config/locales/activerecord.ca.yml b/config/locales/activerecord.ca.yml index 23b1d43544..dd98774c35 100644 --- a/config/locales/activerecord.ca.yml +++ b/config/locales/activerecord.ca.yml @@ -49,6 +49,10 @@ ca: attributes: reblog: taken: de la publicació ja existeix + terms_of_service: + attributes: + effective_date: + too_soon: és massa aviat, ha de ser després de %{date} user: attributes: email: diff --git a/config/locales/activerecord.cs.yml b/config/locales/activerecord.cs.yml index 8aa1848ca1..6b89af6004 100644 --- a/config/locales/activerecord.cs.yml +++ b/config/locales/activerecord.cs.yml @@ -49,6 +49,10 @@ cs: attributes: reblog: taken: příspěvku již existuje + terms_of_service: + attributes: + effective_date: + too_soon: je příliš brzy, musí být později než %{date} user: attributes: email: diff --git a/config/locales/activerecord.da.yml b/config/locales/activerecord.da.yml index 0c1eb5e6dd..8e98b5f8d2 100644 --- a/config/locales/activerecord.da.yml +++ b/config/locales/activerecord.da.yml @@ -49,6 +49,10 @@ da: attributes: reblog: taken: af status findes allerede + terms_of_service: + attributes: + effective_date: + too_soon: er for tidligt, skal være efter %{date} user: attributes: email: diff --git a/config/locales/activerecord.de.yml b/config/locales/activerecord.de.yml index b20e6a65f8..1a4626b0b2 100644 --- a/config/locales/activerecord.de.yml +++ b/config/locales/activerecord.de.yml @@ -49,6 +49,10 @@ de: attributes: reblog: taken: des Beitrags existiert bereits + terms_of_service: + attributes: + effective_date: + too_soon: Datum muss später als %{date} sein user: attributes: email: diff --git a/config/locales/activerecord.eo.yml b/config/locales/activerecord.eo.yml index fcf5bb3160..57012564be 100644 --- a/config/locales/activerecord.eo.yml +++ b/config/locales/activerecord.eo.yml @@ -49,6 +49,10 @@ eo: attributes: reblog: taken: de afiŝo jam ekzistas + terms_of_service: + attributes: + effective_date: + too_soon: estas tro frue, devas esti pli malfrue ol %{date} user: attributes: email: diff --git a/config/locales/activerecord.es-AR.yml b/config/locales/activerecord.es-AR.yml index 5a74092458..86080aebb2 100644 --- a/config/locales/activerecord.es-AR.yml +++ b/config/locales/activerecord.es-AR.yml @@ -49,6 +49,10 @@ es-AR: attributes: reblog: taken: del mensaje ya existe + terms_of_service: + attributes: + effective_date: + too_soon: es demasiado pronto, debe ser posterior a %{date} user: attributes: email: diff --git a/config/locales/activerecord.es-MX.yml b/config/locales/activerecord.es-MX.yml index 4f080eca8c..3af9eb598a 100644 --- a/config/locales/activerecord.es-MX.yml +++ b/config/locales/activerecord.es-MX.yml @@ -49,6 +49,10 @@ es-MX: attributes: reblog: taken: de la publicación ya existe + terms_of_service: + attributes: + effective_date: + too_soon: es demasiado pronto, debe ser posterior al %{date} user: attributes: email: diff --git a/config/locales/activerecord.es.yml b/config/locales/activerecord.es.yml index 60d52ad8f2..d5facd3477 100644 --- a/config/locales/activerecord.es.yml +++ b/config/locales/activerecord.es.yml @@ -49,6 +49,10 @@ es: attributes: reblog: taken: de la publicación ya existe + terms_of_service: + attributes: + effective_date: + too_soon: es demasiado pronto, debe ser posterior a %{date} user: attributes: email: diff --git a/config/locales/activerecord.fa.yml b/config/locales/activerecord.fa.yml index 6af1a42e27..5db02e26c7 100644 --- a/config/locales/activerecord.fa.yml +++ b/config/locales/activerecord.fa.yml @@ -49,6 +49,10 @@ fa: attributes: reblog: taken: تا از وضعیت‌ها هنوز وجود دارند + terms_of_service: + attributes: + effective_date: + too_soon: بیش از حد زود است. باید بعد از %{date} باشد user: attributes: email: diff --git a/config/locales/activerecord.fi.yml b/config/locales/activerecord.fi.yml index 8601a84026..3bb580a113 100644 --- a/config/locales/activerecord.fi.yml +++ b/config/locales/activerecord.fi.yml @@ -49,6 +49,10 @@ fi: attributes: reblog: taken: tästä julkaisusta on jo tehty + terms_of_service: + attributes: + effective_date: + too_soon: on liian pian, täytyy olla myöhemmin kuin %{date} user: attributes: email: diff --git a/config/locales/activerecord.fo.yml b/config/locales/activerecord.fo.yml index 054a828755..9c2715d68b 100644 --- a/config/locales/activerecord.fo.yml +++ b/config/locales/activerecord.fo.yml @@ -49,6 +49,10 @@ fo: attributes: reblog: taken: frá posti sum longu finst + terms_of_service: + attributes: + effective_date: + too_soon: tað er ov tíðliga, má vera eftir %{date} user: attributes: email: diff --git a/config/locales/activerecord.ga.yml b/config/locales/activerecord.ga.yml index c0b86482ce..e5b07470ae 100644 --- a/config/locales/activerecord.ga.yml +++ b/config/locales/activerecord.ga.yml @@ -49,6 +49,10 @@ ga: attributes: reblog: taken: den phost cheana féin + terms_of_service: + attributes: + effective_date: + too_soon: róluath, caithfidh sé bheith níos déanaí ná %{date} user: attributes: email: diff --git a/config/locales/activerecord.gl.yml b/config/locales/activerecord.gl.yml index 92cbcc5fb4..5a2393ced5 100644 --- a/config/locales/activerecord.gl.yml +++ b/config/locales/activerecord.gl.yml @@ -7,7 +7,7 @@ gl: options: Opcións user: agreement: Acordo do Servizo - email: Enderezo de email + email: Enderezo de correo locale: Locale password: Contrasinal user/account: @@ -49,6 +49,10 @@ gl: attributes: reblog: taken: do estado xa existe + terms_of_service: + attributes: + effective_date: + too_soon: é demasiado axiña, debería ser posterior a %{date} user: attributes: email: diff --git a/config/locales/activerecord.he.yml b/config/locales/activerecord.he.yml index 57f5e4bcbb..4649bc00ad 100644 --- a/config/locales/activerecord.he.yml +++ b/config/locales/activerecord.he.yml @@ -49,6 +49,10 @@ he: attributes: reblog: taken: של ההודעה כבר קיים + terms_of_service: + attributes: + effective_date: + too_soon: מוקדם מדי, חייב להיות אחרי %{date} user: attributes: email: diff --git a/config/locales/activerecord.hu.yml b/config/locales/activerecord.hu.yml index b0ac003e9d..ee5c79d252 100644 --- a/config/locales/activerecord.hu.yml +++ b/config/locales/activerecord.hu.yml @@ -49,6 +49,10 @@ hu: attributes: reblog: taken: már létezik ehhez a bejegyzéshez + terms_of_service: + attributes: + effective_date: + too_soon: túl korán van, később kellene lennie, mint %{date} user: attributes: email: diff --git a/config/locales/activerecord.io.yml b/config/locales/activerecord.io.yml index 8663c67218..67b59e24fc 100644 --- a/config/locales/activerecord.io.yml +++ b/config/locales/activerecord.io.yml @@ -23,6 +23,8 @@ io: models: account: attributes: + fields: + fields_with_values_missing_labels: enhavas valori kun mankanta etiketi username: invalid: mustas konsistar nur literi, nombri e sublinei reserved: rezervitas @@ -38,6 +40,11 @@ io: attributes: data: malformed: esas misformaca + list_account: + attributes: + account_id: + taken: es ja en la listo + must_be_following: mustas esar sequinta konto status: attributes: reblog: diff --git a/config/locales/activerecord.is.yml b/config/locales/activerecord.is.yml index 2f4801ac9c..559a49880f 100644 --- a/config/locales/activerecord.is.yml +++ b/config/locales/activerecord.is.yml @@ -49,6 +49,10 @@ is: attributes: reblog: taken: af færslum er þegar fyrirliggjandi + terms_of_service: + attributes: + effective_date: + too_soon: er of snemmt, verður að vera síðar en %{date} user: attributes: email: diff --git a/config/locales/activerecord.it.yml b/config/locales/activerecord.it.yml index 2b408f548e..89e038615d 100644 --- a/config/locales/activerecord.it.yml +++ b/config/locales/activerecord.it.yml @@ -49,6 +49,10 @@ it: attributes: reblog: taken: del post esiste già + terms_of_service: + attributes: + effective_date: + too_soon: è troppo presto, deve essere successivo alla data %{date} user: attributes: email: diff --git a/config/locales/activerecord.ko.yml b/config/locales/activerecord.ko.yml index 9442c3aae3..5b1542496f 100644 --- a/config/locales/activerecord.ko.yml +++ b/config/locales/activerecord.ko.yml @@ -49,6 +49,10 @@ ko: attributes: reblog: taken: 이미 게시물이 존재합니다 + terms_of_service: + attributes: + effective_date: + too_soon: 너무 이릅니다. %{date} 이후로 지정해야 합니다 user: attributes: email: diff --git a/config/locales/activerecord.lt.yml b/config/locales/activerecord.lt.yml index 4f94a38082..778cd98271 100644 --- a/config/locales/activerecord.lt.yml +++ b/config/locales/activerecord.lt.yml @@ -49,6 +49,10 @@ lt: attributes: reblog: taken: įrašas jau egzistuoja. + terms_of_service: + attributes: + effective_date: + too_soon: yra per anksti, turi būti vėliau nei %{date}. user: attributes: email: diff --git a/config/locales/activerecord.nl.yml b/config/locales/activerecord.nl.yml index 447601f0c6..3bed4e1095 100644 --- a/config/locales/activerecord.nl.yml +++ b/config/locales/activerecord.nl.yml @@ -49,6 +49,10 @@ nl: attributes: reblog: taken: van bericht bestaat al + terms_of_service: + attributes: + effective_date: + too_soon: is te vroeg, moet later zijn dan %{date} user: attributes: email: diff --git a/config/locales/activerecord.pt-PT.yml b/config/locales/activerecord.pt-PT.yml index 274a2bf01f..a3bf125e58 100644 --- a/config/locales/activerecord.pt-PT.yml +++ b/config/locales/activerecord.pt-PT.yml @@ -49,6 +49,10 @@ pt-PT: attributes: reblog: taken: da publicação já existe + terms_of_service: + attributes: + effective_date: + too_soon: é muito cedo, deve ser após %{date} user: attributes: email: diff --git a/config/locales/activerecord.sq.yml b/config/locales/activerecord.sq.yml index 8c22f2e0fb..7fae00035b 100644 --- a/config/locales/activerecord.sq.yml +++ b/config/locales/activerecord.sq.yml @@ -49,6 +49,10 @@ sq: attributes: reblog: taken: e gjendjes ekziston tashmë + terms_of_service: + attributes: + effective_date: + too_soon: është shumë herët, duhet të jetë më vonë se %{date} user: attributes: email: diff --git a/config/locales/activerecord.tr.yml b/config/locales/activerecord.tr.yml index 0b0c34fb82..65d353eda2 100644 --- a/config/locales/activerecord.tr.yml +++ b/config/locales/activerecord.tr.yml @@ -49,6 +49,10 @@ tr: attributes: reblog: taken: durum zaten var + terms_of_service: + attributes: + effective_date: + too_soon: çok erken, %{date} tarihinden sonra olmalıdır user: attributes: email: diff --git a/config/locales/activerecord.vi.yml b/config/locales/activerecord.vi.yml index 8e9e6679c4..1483b32cc9 100644 --- a/config/locales/activerecord.vi.yml +++ b/config/locales/activerecord.vi.yml @@ -49,6 +49,10 @@ vi: attributes: reblog: taken: của tút đã tồn tại + terms_of_service: + attributes: + effective_date: + too_soon: là quá sớm, cần phải sau %{date} user: attributes: email: diff --git a/config/locales/activerecord.zh-CN.yml b/config/locales/activerecord.zh-CN.yml index 7be8621f1f..0513c82a7c 100644 --- a/config/locales/activerecord.zh-CN.yml +++ b/config/locales/activerecord.zh-CN.yml @@ -49,6 +49,10 @@ zh-CN: attributes: reblog: taken: 已经被转嘟过 + terms_of_service: + attributes: + effective_date: + too_soon: 日期太近,必须晚于 %{date} user: attributes: email: diff --git a/config/locales/activerecord.zh-TW.yml b/config/locales/activerecord.zh-TW.yml index 58b703b531..2e4841f6c9 100644 --- a/config/locales/activerecord.zh-TW.yml +++ b/config/locales/activerecord.zh-TW.yml @@ -49,6 +49,10 @@ zh-TW: attributes: reblog: taken: 嘟文已經存在 + terms_of_service: + attributes: + effective_date: + too_soon: 太快了,必須晚於 %{date} user: attributes: email: diff --git a/config/locales/bg.yml b/config/locales/bg.yml index 1f2b3ee296..c0138f22eb 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -302,6 +302,7 @@ bg: title: Одитен дневник unavailable_instance: "(неналично име на домейн)" announcements: + back: Обратно към оповестяванията destroyed_msg: Успешно изтрито оповестяване! edit: title: Редактиране на оповестянето @@ -310,6 +311,9 @@ bg: new: create: Създаване на оповестяване title: Ново оповестяване + preview: + explanation_html: 'Е-писмо ще се изпрати до %{display_count} потребители. Следният текст ще се включи в е-писмо:' + title: Нагледно известието за оповестяване publish: Публикуване published_msg: Успешно публикувано оповестяване! scheduled_for: Насрочено за %{time} @@ -932,6 +936,7 @@ bg: chance_to_review_html: "Пораждани условия на услугата няма да се публикуват самодейно. Ще имате възможност да видите предварително резултата. Попълнете необходимите подробности, за да продължите." explanation_html: Предоставеният шаблон на условията за услугата е само за осведомителни цели и не трябва да се тълкува като правен съвет, по който и да е въпрос. Посъветвайте се със собствения си правен адвокат относно ситуацията ви и конкретни правни въпроси, които имате. title: Настройка на условията за услугата + going_live_on_html: На живо, в сила от %{date} history: История live: На живо no_history: Още няма записани промени в условията на услугата. @@ -1895,6 +1900,8 @@ bg: recovery_instructions_html: Ако изгубите достъп до телефона си, може да използвате долните кодовете за възстановяване, за да достъп до акаунта си. Запазете тези кодове на сигурно място. Например, можете да ги отпечатате и да ги складирате заедно с други важни документи. webauthn: Ключове за сигурност user_mailer: + announcement_published: + description: 'Администраторите на %{domain} оповестяват:' appeal_approved: action: Настройки на акаунта explanation: Жалбата, която изпратихте на %{appeal_date}, срещу нарушението за вашия акаунт, направено на %{strike_date}, е приета. Вашият акаунт е отново с добра репутация. @@ -1927,6 +1934,8 @@ bg: terms_of_service_changed: agreement: Продължавайки употребата на %{domain}, съгласявате се с тези условия. Ако не сте съгласни с осъвременените условия, то може по всяко време да прекратите съгласието си с %{domain}, изтривайки акаунта си. changelog: 'Накратко, ето какво значи това обновяване за вас:' + description: 'Получвате това е-писмо, защото сме направили някои промени в условията ни за услугата при %{domain}. Тези новости ще влязат в сила на %{date}. Насърчаваме ви да разгледате изцяло обновените условия тук:' + description_html: Получавате това е-писмо, защото правим някои промени по условията ни за услугата при %{domain}. Тези новости ще влязат в сила на %{date}. Насърчаваме ви предварително да прегледате изцяло обновените условия тук. sign_off: Отборът на %{domain} subject: Новости в нашите условия за ползване subtitle: Условията на услугата на %{domain} се променят diff --git a/config/locales/ca.yml b/config/locales/ca.yml index 53f1dc6815..183e10d0a1 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -309,6 +309,7 @@ ca: title: Registre d'auditoria unavailable_instance: "(nom de domini no disponible)" announcements: + back: Torna als anuncis destroyed_msg: L’anunci s’ha esborrat amb èxit! edit: title: Edita l'anunci @@ -317,6 +318,9 @@ ca: new: create: Crea un anunci title: Nou anunci + preview: + explanation_html: 'S''enviarà el correu-e a %{display_count} usuaris. S''hi inclourà el text següent:' + title: Vista prèvia de la notificació d'anunci publish: Publica published_msg: L’anunci s’ha publicat amb èxit! scheduled_for: Programat per a %{time} @@ -939,6 +943,7 @@ ca: chance_to_review_html: "Les condicions de servei generades no es publicaran automàticament. Tindreu l'oportunitat de revisar-ne els resultats. Empleneu els detalls necessaris per a procedir." explanation_html: La plantilla de condicions de servei proveïda ho és només a títol informatiu i no s'ha d'interpretar com a consell jurídic en cap cas. Consulteu el vostre propi servei legal sobre la vostra situació i les qüestions legals específiques que tingueu. title: Configuració de les condicions de servei + going_live_on_html: En vigor; des de %{date} history: Historial live: En ús no_history: Encara no hi ha enregistrats canvis en les condicions de servei. @@ -1882,6 +1887,10 @@ ca: recovery_instructions_html: Si mai perds l'accés al teu telèfon, pots fer servir un dels codis de recuperació a continuació per a recuperar l'accés al teu compte. Cal mantenir els codis de recuperació en lloc segur. Per exemple, imprimint-los i guardar-los amb altres documents importants. webauthn: Claus de seguretat user_mailer: + announcement_published: + description: 'L''administració de %{domain} fa un anunci:' + subject: Anunci de servei + title: Anunci de servei de %{domain} appeal_approved: action: Configuració del compte explanation: L'apel·lació a l'acció contra el teu compte del %{strike_date} que has enviat el %{appeal_date} ha estat aprovada. El teu compte torna a estar en bon estat. @@ -1912,6 +1921,8 @@ ca: subject: S'ha accedit al teu compte des d'una adreça IP nova title: Un inici de sessió nou terms_of_service_changed: + agreement: En continuar fent servir %{domain} accepteu aquestes condicions. Si no esteu d'acord amb els nous termes, podeu acabar el vostre acord amb %{domain} tot esborrant el vostre compte. + changelog: 'En un cop d''ull, això és el que aquest canvi us implica:' sign_off: L'equip de %{domain} subject: Actualitzacions de les condicions de servei subtitle: Les condicions de servei de %{domain} canvien diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 9be3dd7c58..5328ec94ca 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -315,6 +315,7 @@ cs: title: Protokol auditu unavailable_instance: "(doména není k dispozici)" announcements: + back: Zpět na oznámení destroyed_msg: Oznámení bylo úspěšně odstraněno! edit: title: Upravit oznámení @@ -323,6 +324,9 @@ cs: new: create: Vytvořit oznámení title: Nové oznámení + preview: + explanation_html: 'E-mail bude odeslán %{display_count} uživatelům. Následující text bude zahrnut do onoho e-mailu:' + title: Náhled oznámení publish: Zveřejnit published_msg: Oznámení bylo úspěšně zveřejněno! scheduled_for: Naplánováno na %{time} @@ -967,6 +971,7 @@ cs: chance_to_review_html: "Vygenerované podmínky služby nebudou zveřejněny automaticky. Výsledky budete mít možnost zkontrolovat. Pro pokračování vyplňte potřebné podrobnosti." explanation_html: Poskytovaná šablona služeb je určena pouze pro informační účely a neměla by být vykládána jako právní poradenství v jakékoli věci. Prosíme, konzultujte Vaši situaci a konkrétní právní otázky s Vaším pravním zástupcem. title: Nastavení podmínek služby + going_live_on_html: Publikováno, platné od %{date} history: Historie live: Živě no_history: Zatím nejsou zaznamenány žádné změny podmínek služby. @@ -1990,6 +1995,10 @@ cs: recovery_instructions_html: Ztratíte-li někdy přístup ke svému telefonu, můžete k získání přístupu k účtu použít jeden ze záložních kódů. Uchovejte tyto kódy v bezpečí. Můžete si je například vytisknout a uložit je mezi jiné důležité dokumenty. webauthn: Bezpečnostní klíče user_mailer: + announcement_published: + description: 'Správci %{domain} oznamují:' + subject: Oznámení služby + title: Oznámení služby %{domain} appeal_approved: action: Možnosti Účtu explanation: Odvolání proti prohřešku vašeho účtu ze dne %{strike_date}, které jste podali %{appeal_date}, bylo schváleno. Váš účet je opět v pořádku. @@ -2022,6 +2031,8 @@ cs: terms_of_service_changed: agreement: Pokračováním v používání %{domain} souhlasíte s těmito podmínkami. Pokud nesouhlasíte s aktualizovanými podmínkami, můžete svůj souhlas s %{domain} kdykoliv ukončit odstraněním vašeho účtu. changelog: 'Ve zkratce, zde je to, co tato změna znamená pro vás:' + description: 'Tento e-mail jste obdrželi, protože na %{domain} provádíme určité změny našich smluvních podmínek. Tyto aktualizace budou platné od %{date}. Doporučujeme vám zkontrolovat aktualizované podmínky v celém znění zde:' + description_html: Tento e-mail jste obdrželi, protože na %{domain} provádíme určité změny našich smluvních podmínek. Tyto aktualizace budou platné od %{date}. Doporučujeme vám zkontrolovat aktualizované podmínky v celém znění zde. sign_off: Tým %{domain} subject: Aktualizace našich podmínek služby subtitle: Podmínky služby %{domain} se mění diff --git a/config/locales/da.yml b/config/locales/da.yml index 828bcc2a75..b68c2df311 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -309,6 +309,7 @@ da: title: Revisionslog unavailable_instance: "(domænenavn utilgængeligt)" announcements: + back: Retur til annonceringer destroyed_msg: Bekendtgørelsen er slettet! edit: title: Redigér bekendtgørelse @@ -317,6 +318,9 @@ da: new: create: Opret bekendtgørelse title: Ny bekendtgørelse + preview: + explanation_html: 'E-mailen sendes til %{display_count} brugere. Flg. tekst medtages i e-mailen:' + title: Forhåndsvis annonceringsnotifikation publish: Publicér published_msg: Bekendtgørelsen er publiceret! scheduled_for: Planlagt til %{time} @@ -939,6 +943,7 @@ da: chance_to_review_html: "De genererede Tjenestevilkår offentliggøres ikke automatisk. Man vil have mulighed for at gennemgå resultaterne. Udfyld venligst de nødvendige oplysninger for at fortsætte." explanation_html: Tjenestevilkår-skabelonen er alene til orientering og bør ikke fortolkes som juridisk rådgivning om noget emne. Kontakt en juridiske rådgiver vedr. den aktuelle situation samt specifikke juridiske spørgsmål, man måtte have. title: Opsætning af Tjenestevilkår + going_live_on_html: Ikrafttræden pr. %{date} history: Historik live: Live no_history: Der er endnu ingen registrerede ændringer af vilkårene for tjenesten. @@ -1904,6 +1909,10 @@ da: recovery_instructions_html: Mister du nogensinde adgang til din mobil, kan en af gendannelseskoderne nedenfor bruges til at opnå adgang til din konto. Opbevar disse et sikkert sted. De kan f.eks. udskrives og gemmes sammen med andre vigtige dokumenter. webauthn: Sikkerhedsnøgler user_mailer: + announcement_published: + description: 'Administratorerne på %{domain} udsender en annoncering:' + subject: Tjenesteannoncering + title: "%{domain}-tjenesteannoncering" appeal_approved: action: Kontoindstillinger explanation: Appellen af kontoadvarslen fra %{strike_date}, indsendt af dig pr. %{appeal_date}, er blevet godkendt. Din kontostatus er igen god. @@ -1936,6 +1945,8 @@ da: terms_of_service_changed: agreement: Ved at fortsætte med at bruge %{domain}, accepteres disse vilkår. Kan du ikke acceptere de opdaterede vilkår, kan din aftale med %{domain} til enhver tid opsiges ved at slette din konto. changelog: 'Med ét blik er her, hvad denne opdatering rent praktisk betyder:' + description: 'Man modtager denne e-mail, idet vi foretager nogle ændringer i vores Tjenestevilkår på %{domain}. Disse opdateringer træder i kraft pr. %{date}. Man opfordres til at gennemgå de opdaterede vilkår til fulde her:' + description_html: Man modtager denne e-mail, idet vi foretager nogle ændringer i vores Tjenestevilkår på %{domain}. Disse opdateringer træder i kraft pr. %{date}. Man opfordres til at gennemgå de opdaterede vilkår til fulde her. sign_off: "%{domain}-teamet" subject: Opdatering af Tjenestevilkår subtitle: Tjenestevilkår for %{domain} ændres diff --git a/config/locales/de.yml b/config/locales/de.yml index 26b55f5c55..c86d25a3fc 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -309,6 +309,7 @@ de: title: Audit-Log unavailable_instance: "(Server nicht verfügbar)" announcements: + back: Zurück zu den Ankündigungen destroyed_msg: Ankündigung erfolgreich gelöscht! edit: title: Ankündigung bearbeiten @@ -317,6 +318,9 @@ de: new: create: Ankündigung erstellen title: Neue Ankündigung + preview: + explanation_html: 'Die E-Mail wird an %{display_count} Nutzer*innen gesendet. Folgendes wird in der E-Mail enthalten sein:' + title: Vorschau der Ankündigung publish: Veröffentlichen published_msg: Ankündigung erfolgreich veröffentlicht! scheduled_for: Geplant für %{time} @@ -939,6 +943,7 @@ de: chance_to_review_html: "Die durch diese Vorlage erstellten Nutzungsbedingungen werden nicht automatisch veröffentlicht. Du wirst alles noch einmal überprüfen können. Bitte fülle alle Felder mit den notwendigen Informationen aus, um fortzufahren." explanation_html: Die Vorlage für die Nutzungsbedingungen dient ausschließlich zu Informationszwecken und sollte nicht als Rechtsberatung zu einem bestimmten Thema verstanden werden. Bei rechtlichen Fragen, konsultiere bitte deinen Rechtsbeistand. title: Nutzungsbedingungen festlegen + going_live_on_html: Aktuell gültig (ab %{date}) history: Verlauf live: Aktuell gültig no_history: Es wurden noch keine Änderungen an den Nutzungsbedingungen aufgezeichnet. @@ -946,7 +951,7 @@ de: notified_on_html: Nutzer*innen wurden am %{date} benachrichtigt notify_users: Nutzer*innen benachrichtigen preview: - explanation_html: 'Diese E-Mail wird an %{display_count} Nutzer*innen gesendet, die sich vor dem %{date} registriert haben. Der nachfolgende Text wird in der E-Mail enthalten sein:' + explanation_html: 'Die E-Mail wird an %{display_count} Nutzer*innen gesendet, die sich vor dem %{date} registriert haben. Folgendes wird in der E-Mail enthalten sein:' send_preview: Vorschau an %{email} senden send_to_all: one: "%{display_count} E-Mail senden" @@ -1904,6 +1909,10 @@ de: recovery_instructions_html: Falls du jemals den Zugang zu deinem Smartphone verlierst, kannst du einen der unten aufgeführten Wiederherstellungscodes verwenden, um wieder Zugang zu deinem Konto zu erhalten. Bewahre die Wiederherstellungscodes sicher auf. Du kannst sie zum Beispiel ausdrucken und zusammen mit anderen wichtigen Dokumenten aufbewahren. webauthn: Sicherheitsschlüssel user_mailer: + announcement_published: + description: 'Ankündigung der Administrator*innen von %{domain}:' + subject: Ankündigung + title: Ankündigung von %{domain} appeal_approved: action: Kontoeinstellungen explanation: Der Einspruch gegen deinen Verstoß vom %{strike_date}, den du am %{appeal_date} eingereicht hast, wurde genehmigt. Dein Konto ist wieder in Ordnung. @@ -1936,6 +1945,8 @@ de: terms_of_service_changed: agreement: Wenn du %{domain} weiterhin verwendest, stimmst du den neuen Nutzungsbedingungen automatisch zu. Falls du mit diesen nicht einverstanden bist, kannst du die Vereinbarung mit %{domain} jederzeit widerrufen, indem du dein Konto dort löschst. changelog: 'Hier siehst du, was sich geändert hat:' + description: 'Du erhältst diese E-Mail, weil wir einige Änderungen an unseren Nutzungsbedingungen für %{domain} vorgenommen haben. Diese Änderungen gelten ab %{date}. Wir empfehlen, die vollständig aktualisierte Fassung hier zu lesen:' + description_html: Du erhältst diese E-Mail, weil wir einige Änderungen an unseren Nutzungsbedingungen für %{domain} vorgenommen haben. Diese Änderungen gelten ab %{date}. Wir empfehlen, die vollständig aktualisierte Fassung hier zu lesen. sign_off: Das Team von %{domain} subject: Aktualisierungen unserer Nutzungsbedingungen subtitle: Die Nutzungsbedingungen von %{domain} ändern sich diff --git a/config/locales/devise.fa.yml b/config/locales/devise.fa.yml index 20d7ec7503..71cd7699fe 100644 --- a/config/locales/devise.fa.yml +++ b/config/locales/devise.fa.yml @@ -16,13 +16,13 @@ fa: pending: حساب شما همچنان در دست بررسی است. timeout: مهلت این ورود شما به سر رسید. برای ادامه، دوباره وارد شوید. unauthenticated: برای ادامه باید وارد شوید یا ثبت نام کنید. - unconfirmed: برای ادامه باید نشانی ایمیل خود را تأیید کنید. + unconfirmed: پیش از ادامه باید نشانی رایانامه‌تان را تأیید کنید. mailer: confirmation_instructions: - action: تأیید نشانی ایمیل + action: تأیید نشانی رایانامه action_with_app: پذیرش و بازگشت به %{app} - explanation: شما با این نشانی ایمیل حسابی در %{host} باز کرده‌اید. با یک کلیک می‌توانید این حساب را فعال کنید. اگر شما چنین کاری نکردید، لطفاً این ایمیل را نادیده بگیرید. - explanation_when_pending: شما با این نشانی ایمیل برای %{host} درخواست دعوت‌نامه داده‌اید. اگر ایمیل خود را تأیید کنید، ما درخواست شما را بررسی خواهیم کرد. تا وقتی بررسی تمام نشده، شما نمی‌توانید به حساب خود وارد شوید. اگر درخواست شما رد شود، ما اطلاعاتی را که از شما داریم پاک خواهیم کرد پس نیازی به کاری از سمت شما نخواهد بود. اگر شما چنین درخواستی نداده‌اید، لطفاً این ایمیل را نادیده بگیرید. + explanation: حسابی با این نشانی رایانامه روی %{host} ساخته‌اید. یک کلیک با فعّال کردنش فاصله دارید. اگر شما نبودید از این رایانامه چشم بپوشید. + explanation_when_pending: درخواستی برای دعوت به %{host} با این نشانی رایانامه داده‌اید. درخواستتان را پس از تأیید نشانی رایانامه‌تان بررسی خواهیم کرد. می‌توانید برای تغییر جزییات یا حذف حسابتان وارد شوید؛ ولی تا پیش از تأیید حساب نمی‌توانید به بیش‌تر قابلیت‌ها دسترسی داشته باشید. داده‌هایتان در صورت رد شدن درخواست برداشته خواهد شد و نیازی به اقدامی از سوی شما نیست. اگر شما نبودید از این رایانامه چشم بپوشید. extra_html: لطفاً همچنین قوانین کارساز و شرایط خدمتمان را بررسی کنید. subject: 'ماستودون: دستورالعمل تأیید برای %{instance}' title: تأیید نشانی رایانامه @@ -87,22 +87,22 @@ fa: failure: تآیید هویتتان از %{kind} نتوانست انجام شود چرا که «%{reason}». success: تأیید هویت از حساب %{kind} با موفقیت انجام شد. passwords: - no_token: این صفحه را تنها از راه یک ایمیل بازنشانی گذرواژه می‌شود دید. اگر از چنین ایمیلی می‌آیید، لطفاً مطمئن شوید که نشانی موجود در ایمیل را کامل به کار برده‌اید. - send_instructions: اگر ایمیل شما در پایگاه دادهٔ ما موجود باشد، تا دقایقی دیگر یک ایمیل بازیابی گذرواژه دریافت خواهید کرد. اگر این ایمیل نیامد، لطفاً پوشهٔ هرزنامه‌هایتان را بررسی کنید. - send_paranoid_instructions: اگر ایمیل شما در پایگاه دادهٔ ما موجود باشد، تا دقایقی دیگر یک ایمیل بازیابی گذرواژه دریافت خواهید کرد. اگر این ایمیل نیامد، لطفاً پوشهٔ هرزنامه‌هایتان را بررسی کنید. + no_token: بدون آمدن از رایانامهٔ بازنشانی گذرواژه نمی‌توان به این صفحه دسترسی داشت. اگر از چنین رایانامه‌ای آمده‌اید لطفاً از استفادهٔ نشانی کامل مطمئن شوید. + send_instructions: اگر نشانی رایانامه‌تان در پایگاه داده‌مان باشد تا چند دقیقهٔ دیگر پیوند بازیابی گذرواژه‌ای در آن خواهید گرفت. بررسی شاخهٔ هرزنامه در صورت نگرفتن این رایانامه. + send_paranoid_instructions: اگر نشانی رایانامه‌تان در پایگاه داده‌مان باشد تا چند دقیقهٔ دیگر پیوند بازیابی گذرواژه‌ای در آن خواهید گرفت. بررسی شاخهٔ هرزنامه در صورت نگرفتن این رایانامه. updated: گذرواژه شما با موفقیت تغییر کرد. شما الان وارد سیستم هستید. updated_not_active: گذرواژه شما با موفقیت تغییر کرد. registrations: destroyed: بدرود! حساب شما با موفقیت لغو شد. امیدواریم دوباره شما را ببینیم. - update_needs_confirmation: حسابتان را با موفّقیت به‌روز کردید؛‌ ولی باید نشانی رایانامهٔ جدیتان را تأیید کنیم. لطفاً رایانامه‌تان را بررسی کرده و برای تأیید نشانی رایانهٔ جدیدتان پیوند را بزنید. اگر این رایانامه را نگرفته‌اید شاخهٔ هرزنامه‌ها را بررسی کنید. + update_needs_confirmation: حسابتان را با موفّقیت به‌روز کردید؛ ولی نشانی رایانامهٔ جدیدتان باید تأیید شود. بررسی رایانامه و پیروی از پیوند تأییدیه برای تأیید نشانی رایانهٔ جدیدتان. بررسی شاخهٔ هرزنامه در صورت نگرفتن این رایانامه. updated: حسابتان با موفّقیت به‌روز شد. sessions: already_signed_out: با موفّقیت خارج شدید. signed_in: با موفّقیت وارد شدید. signed_out: با موفّقیت خارج شدید. unlocks: - send_instructions: تا دقایقی دیگر رایانامه‌ای با دستورالعمل قفل‌گشایی حسابتان دریافت خواهید کرد. اگر این رایانامه را نگرفتید، لطفاً پوشهٔ هرزنامه‌هایتان را بررسی کنید. - send_paranoid_instructions: اگر حسابتان وجود داشته باشد تا دقایقی دیگر رایانامه‌ای با دستورالعمل قفل‌گشاییش دریافت خواهید کرد. اگر این رایانامه را نگرفتید، لطفاً پوشهٔ هرزنامه‌هایتان را بررسی کنید. + send_instructions: تا دقایقی دیگر رایانامه‌ای با دستورالعمل قفل‌گشایی حسابتان دریافت خواهید کرد. بررسی شاخهٔ هرزنامه در صورت نگرفتن این رایانامه. + send_paranoid_instructions: اگر حسابتان وجود داشته باشد تا دقایقی دیگر رایانامه‌ای با دستورالعمل قفل‌گشاییش دریافت خواهید کرد. بررسی شاخهٔ هرزنامه در صورت نگرفتن این رایانامه. unlocked: حسابتان با موفّقیت قفل‌گشایی شد. لطفاً برای ادامه وارد شوید. errors: messages: diff --git a/config/locales/devise.gl.yml b/config/locales/devise.gl.yml index 689d78f307..6bbec181b8 100644 --- a/config/locales/devise.gl.yml +++ b/config/locales/devise.gl.yml @@ -2,8 +2,8 @@ gl: devise: confirmations: - confirmed: O teu enderezo de email foi confirmado. - send_instructions: Vas recibir un email coas instrucións para confirmar o teu enderezo de email dentro dalgúns minutos. Por favor, comproba o cartafol de spam se non recibiches o correo. + confirmed: Confirmouse correctamente o teu enderezo de correo. + send_instructions: Nuns minutos vas recibir un correo coas instrucións para confirmar o teu enderezo de correo. Por favor, comproba o cartafol de spam se non recibiches o correo. send_paranoid_instructions: Se o teu enderezo de email xa existira na nosa base de datos, vas recibir un correo coas instrucións de confirmación dentro dalgúns minutos. Por favor, comproba o cartafol de spam se non recibiches o correo. failure: already_authenticated: Xa estás conectada. @@ -16,31 +16,31 @@ gl: pending: A túa conta aínda está baixo revisión. timeout: A túa sesión caducou. Accede outra vez para continuar. unauthenticated: Precisas iniciar sesión ou rexistrarte antes de continuar. - unconfirmed: Tes que confirmar o teu enderezo de email antes de continuar. + unconfirmed: Tes que confirmar o teu enderezo de correo antes de continuar. mailer: confirmation_instructions: - action: Verificar o enderezo de email + action: Verificar o enderezo de correo action_with_app: Confirmar e volver a %{app} - explanation: Creaches unha conta en %{host} con este enderezo de email. Estás a un clic de activala. Se non foches ti o que fixeches este rexisto, por favor ignora esta mensaxe. - explanation_when_pending: Solicitaches un convite para %{host} con este enderezo de email. Logo de que confirmes o teu enderezo de email, imos revisar a túa inscrición. Podes iniciar sesión para mudar os teus datos ou eliminar a túa conta, mais non poderás aceder á meirande parte das funcións até que a túa conta sexa aprobada. Se a túa inscrición for rexeitada, os teus datos serán eliminados, polo que non será necesaria calquera acción adicional da túa parte. Se non solicitaches este convite, por favor, ignora este correo. + explanation: Creaches unha conta en %{host} con este enderezo de correo. Estás a un clic de activala. Se non foches ti quen fixo esta solicitude, por favor ignora esta mensaxe. + explanation_when_pending: Solicitaches un convite para %{host} con este enderezo de correo. Logo confirmes o teu enderezo de correo, imos revisar a túa inscrición. Podes iniciar sesión para mudar os teus datos ou eliminar a túa conta, mais non poderás aceder á meirande parte das funcións até que a túa conta sexa aprobada. Se a túa inscrición for rexeitada, os teus datos serán eliminados, polo que non será necesaria calquera acción adicional da túa parte. Se non solicitaches este convite, por favor, ignora este correo. extra_html: Por favor, le as regras do servidor e os nosos termos do servizo. subject: 'Mastodon: Instrucións de confirmación para %{instance}' - title: Verificar o enderezo de email + title: Verificar o enderezo de correo email_changed: explanation: 'O email asociado á túa conta será mudado a:' extra: Se non mudaches o teu email é posíbel que alguén teña conseguido acceder á túa conta. Por favor muda o teu contrasinal de xeito imediato ou entra en contacto cun administrador do servidor se non podes acceder a túa conta. subject: 'Mastodon: Email mudado' - title: Novo enderezo de email + title: Novo enderezo de correo password_change: explanation: O contrasinal da túa conta foi mudado. extra: Se non mudaches o teu contrasinal, é posíbel que alguén teña conseguido acceder á túa conta. Por favor muda o teu contrasinal de xeito imediato ou entra en contato cun administrador do servidor se non podes acceder a túa conta. subject: 'Mastodon: Contrasinal mudado' title: Contrasinal mudado reconfirmation_instructions: - explanation: Confirma o teu novo enderezo para mudar o email. - extra: Se esta mudanza non foi comezada por ti, por favor ignora este email. O enderezo de email para a túa conta do Mastodon non mudará mentres non accedas á ligazón de enriba. + explanation: Confirma o teu novo enderezo para mudar o correo. + extra: Se esta mudanza non foi iniciada por ti, por favor ignora este correo. O enderezo de correo para a túa conta do Mastodon non mudará mentres non accedas á ligazón de enriba. subject: 'Mastodon: Confirmar email para %{instance}' - title: Verificar o enderezo de email + title: Verificar o enderezo de correo reset_password_instructions: action: Mudar contrasinal explanation: Solicitaches un novo contrasinal para a túa conta. @@ -87,14 +87,14 @@ gl: failure: Non foi posible autenticarte desde %{kind} debido a "%{reason}". success: Autenticado con éxito na conta %{kind}. passwords: - no_token: Non podes acceder a esta páxina se non vés a través da ligazón enviada por email para o mudado do teu contrasinal. Se empregaches esa ligazón para chegar aquí, por favor verifica que o enderezo URL actual é o mesmo do que foi enviado no email. - send_instructions: Se o teu enderezo de email existe na nosa base de datos, vas recibir un email coas instrucións para mudar o contrasinal dentro duns minutos. Por favor, comproba o teu cartafol de correo lixo (spam) se ves que non recibiches o email. - send_paranoid_instructions: Se o teu enderezo de email existe na nosa base de datos, vas recibir unha ligazón para recuperar o contrasinal dentro duns minutos. Por favor, comproba o teu cartafol de correo lixo (spam) se ves que non recibiches o email. + no_token: Non podes acceder a esta páxina se non vés a través da ligazón enviada por correo para o cambio do contrasinal. Se empregaches esa ligazón para chegar aquí, por favor verifica que o enderezo URL actual é o mesmo do que foi enviado no correo. + send_instructions: Se o teu enderezo de correo existe na nosa base de datos, vas recibir un email coas instrucións para mudar o contrasinal dentro duns minutos. Por favor, comproba o teu cartafol de correo lixo (spam) se ves que non recibiches o correo. + send_paranoid_instructions: Se o teu enderezo de correo existe na nosa base de datos, vas recibir un email coas instrucións para mudar o contrasinal dentro duns minutos. Por favor, comproba o teu cartafol de correo lixo (spam) se ves que non recibiches o correo. updated: O teu contrasinal foi mudado. Estás xa autenticado na túa conta. updated_not_active: O teu contrasinal foi mudado de xeito correcto. registrations: destroyed: Adeus! A túa conta foi cancelada de xeito correcto. Agardamos verte de novo. - update_needs_confirmation: Actualizaches a túa conta de xeito correcto, pero precisamos verificar o teu novo enderezo de email. Por favor, revisa o teu email e segue a ligazón para confirmar o teu novo enderezo de email. Comproba o teu cartafol de correo lixo (spam) se ves que non recibiches o correo. + update_needs_confirmation: Actualizaches a túa conta de xeito correcto, pero precisamos verificar o teu novo enderezo de correo. Por favor, revisa o teu correo e segue a ligazón para confirmar o teu novo enderezo de correo. Comproba o cartafol de correo lixo (spam) se ves que non recibiches o correo. updated: A túa conta foi actualizada de xeito correcto. sessions: already_signed_out: Pechouse a sesión de xeito correcto. diff --git a/config/locales/devise.io.yml b/config/locales/devise.io.yml index feef32bf67..8a86cf18b0 100644 --- a/config/locales/devise.io.yml +++ b/config/locales/devise.io.yml @@ -21,19 +21,19 @@ io: confirmation_instructions: action: Verifikez retpostadreso action_with_app: Konfirmez e retrovenez a %{app} - explanation: Vu kreis konto che %{host} per ca retpostadreso. Vu povas facile aktivigar lu. Se vu ne agis lu, ignorez ca retposto. + explanation: Vu kreis konto sur %{host} per ca retpostadreso. Se vu ne agis lu, ignorez ca retposto. explanation_when_pending: Vu aplikis por ganar invito a %{host} per ca retpostkonto. Pos vu konfirmas vua retpostkonto, ni kontrolos vua apliko. Vu povas enirar por chanjar vua detali o efacar vua konto, ma vu ne povas acesar maxim de funcioni til vua konto aprobesas. Se vua apliko refuzesas, vua informi efacesos, do plusa ago ne bezonesos de vu. Se vu ne agis lu, ignorez ca retposto. extra_html: Anke videz reguli di la servilo e nia servokondicioni. subject: Instrucioni por konfirmar %{instance} title: Verifikez retpostadreso email_changed: explanation: 'Retpostadreso di vua konto chanjesas a:' - extra: Se vu ne chanjesis vua retpostadreso, nulu posible acesis vua konto. Chanjez vua pasvorto quik o kontaktez serviladministratero se vu ne povas enirar vua konto. + extra: Se vu ne chanjesis vua retpostadreso, eble ulu adiris vua konto. subject: 'Mastodon: Retpostadreso chanjesis' title: Nova retpostadreso password_change: explanation: La pasvorto di vua konto chanjesis. - extra: Se vu ne chanjesis vua pasvorto, nulu posible acesis vua konto. Chanjez vua pasvorto quik o kontaktez serviladministratero se vu ne povas enirar vua konto. + extra: Se vu ne chanjesis vua pasvorto, eble ulu adiris vua konto. subject: Tua pasvorto chanjesis senprobleme. title: Pasvorto chanjesis reconfirmation_instructions: @@ -49,14 +49,14 @@ io: title: Richanjo di pasvorto two_factor_disabled: explanation: Eniro esas nun posibla per nur retpostoadreso e pasvorto. - subject: 'Mastodon: 2-faktorverifiko deaktivigesis' - subtitle: 2-faktora verifiko por vua konto desaktivigesis. - title: 2FA deaktivigesis + subject: 'Mastodon: Dufaktora yurizo desebligesis' + subtitle: Dufaktora yurizo por vua konto desebligesis. + title: 2FA desebligesis two_factor_enabled: explanation: Ficho facesis da parigita softwaro TOTP bezonesos por eniro. - subject: 'Mastodon: 2-faktorverifiko aktivigesis' - subtitle: 2-faktora verifiko aktivigesis por vua konto. - title: 2FA aktivigesis + subject: 'Mastodon: Dufaktora yurizo ebligesis' + subtitle: Dufaktora yurizo ebligesis por vua konto. + title: 2FA ebligesis two_factor_recovery_codes_changed: explanation: Antea rigankodexi devalidesis e novo facesis. subject: 'Mastodon: 2-faktorrigankodexi rifacesis' @@ -66,23 +66,23 @@ io: subject: Instructioni por riacendar la konto webauthn_credential: added: - explanation: Ca sekurklefo insertesis a vua konto + explanation: Ca sekuresklefo adjuntesis ad vua konto subject: 'Mastodon: Nova sekurklefo' - title: Nova sekurklefo insertesis + title: Nova sekuresklefo adjuntesis deleted: explanation: Ca sekurklefo efacesis de vua konto subject: 'Mastodon: Sekurklefo efacesis' title: 1 de vua sekurklefi efacesis webauthn_disabled: - explanation: Verifiko per sekuresklefi desaktivigesis por vua konto. + explanation: Yurizo kun sekuresklefi desebligesis por vua konto. extra: Eniro esas nun posibla per nur ficho qua facesis da parigita softwaro TOTP. - subject: 'Mastodon: Verifiko per sekurklefi deaktivigesis' - title: Sekurklefi deaktivigesis + subject: 'Mastodon: Yurizo per sekuresklefi desebligesis' + title: Sekuresklefi desebligesis webauthn_enabled: - explanation: Sekuresklefoa verifiko aktivigesis por vua konto. + explanation: Sekuresklefyurizo ebligesis por vua konto. extra: Vua sekuresklefo povas nun uzesar por eniro. - subject: 'Mastodon: Sekurklefverifiko aktivigesis' - title: Sekurklefi aktivigesis + subject: 'Mastodon: Sekuresklefyurizo ebligesis' + title: Sekuresklefi ebligesis omniauth_callbacks: failure: 'Ni ne povis autentikigar tu per %{kind}: ''%{reason}''.' success: Autentikigita senprobleme per %{kind}. diff --git a/config/locales/devise.lv.yml b/config/locales/devise.lv.yml index 9fbd99c0eb..b5b8f22296 100644 --- a/config/locales/devise.lv.yml +++ b/config/locales/devise.lv.yml @@ -3,8 +3,8 @@ lv: devise: confirmations: confirmed: Tava e-pasta adrese ir veiksmīgi apstiprināta. - send_instructions: Pēc dažām minūtēm saņemsi e-pastu ar norādījumiem, kā apstiprināt savu e-pasta adresi. Lūdzu, pārbaudi spama mapi, ja neesi saņēmis šo e-pastu. - send_paranoid_instructions: Ja tava e-pasta adrese ir mūsu datu bāzē, pēc dažām minūtēm saņemsi e-pastu ar norādījumiem, kā apstiprināt savu e-pasta adresi. Lūdzu, pārbaudi spama mapi, ja neesi saņēmis šo e-pastu. + send_instructions: Pēc dažām minūtēm saņemsi e-pasta ziņojum ar norādēm, kā apstiprināt savu e-pasta adresi. Lūgums pārbaudīt mēstuļu mapi, ja nesaņēmi šo e-pasta ziņojumu. + send_paranoid_instructions: Ja Tava e-pasta adrese ir mūsu datubāzē, pēc dažām minūtēm saņemsi e-pasta ziņojumu ar norādēm, kā apstiprināt savu e-pasta adresi. Lūgums pārbaudīt mēstuļu mapi, ja nesaņēmi šo e-pasta ziņojumu. failure: already_authenticated: Tu jau esi pieteicies. inactive: Tavs konts vēl nav aktivizēts. @@ -58,10 +58,10 @@ lv: subtitle: Tavam kontam tika iespējota divpakāpju autentifikācija. title: 2FA iespējota two_factor_recovery_codes_changed: - explanation: Iepriekšējie atkopšanas kodi ir atzīti par nederīgiem un ģenerēti jauni. - subject: 'Mastodon: Divfaktoru atkopšanas kodi pārģenerēti' - subtitle: Iepriekšējie atkopšanas kodi tika padarīti par nederīgiem, un tika izveidoti jauni. - title: 2FA atkopšanas kodi mainīti + explanation: Iepriekšējie atkopes kodi ir padarīt nederīgi, un ir izveidoti jauni. + subject: 'Mastodon: atkārtoti izveidoti divpakāpju atkopes kodi' + subtitle: Iepriekšējie atkopes kodi tika padarīti par nederīgiem, un tika izveidoti jauni. + title: 2FA atkopes kodi nomainīti unlock_instructions: subject: 'Mastodon: Norādījumi atbloķēšanai' webauthn_credential: @@ -88,21 +88,21 @@ lv: success: Veiksmīgi autentificēts no %{kind} konta. passwords: no_token: Tu nevari piekļūt šai lapai, ja neesi saņēmis paroles atiestatīšanas e-pasta ziņojumu. Ja ienāci no paroles atiestatīšanas e-pasta, lūdzu, pārliecinies, vai izmanto visu norādīto URL. - send_instructions: Ja tava e-pasta adrese ir mūsu datu bāzē, pēc dažām minūtēm uz savu e-pasta adresi saņemsi paroles atkopšanas saiti. Lūdzu, pārbaudi spama mapi, ja neesi saņēmis šo e-pastu. - send_paranoid_instructions: Ja tava e-pasta adrese ir mūsu datu bāzē, pēc dažām minūtēm uz savu e-pasta adresi saņemsi paroles atkopšanas saiti. Lūdzu, pārbaudi spama mapi, ja neesi saņēmis šo e-pastu. + send_instructions: Ja Tava e-pasta adrese ir mūsu datubāzē, pēc dažām minūtēm savā e-pasta adresē saņemsi paroles atkopes saiti. Lūgums pārbaudīt mēstuļu mapi, ja nesaņēmi šo e-pasta ziņojumu. + send_paranoid_instructions: Ja Tava e-pasta adrese ir mūsu datubāzē, pēc dažām minūtēm savā e-pasta adresē saņemsi paroles atkopes saiti. Lūgums pārbaudīt mēstuļu mapi, ja nesaņēmi šo e-pasta ziņojumu. updated: Tava parole tika veiksmīgi nomainīta. Tagad esi pieteicies. updated_not_active: Tava parole ir veiksmīgi nomainīta. registrations: destroyed: Visu labu! Tavs konts ir veiksmīgi atcelts. Mēs ceram tevi drīz atkal redzēt. - update_needs_confirmation: Tu veiksmīgi atjaunināji savu kontu, taču mums ir jāverificē teva jaunā e-pasta adrese. Lūdzu, pārbaudi savu e-pastu un seko apstiprinājuma saitei, lai apstiprinātu savu jauno e-pasta adresi. Lūdzu, pārbaudi spama mapi, ja neesi saņēmis šo e-pastu. + update_needs_confirmation: Tu veiksmīgi atjaunināji savu kontu, taču mums ir jāapliecina Tava jaunā e-pasta adrese. Lūgums pārbaudīt savu e-pastu un sekot apstiprinājuma saitei, lai apstiprinātu savu jauno e-pasta adresi. Lūgums pārbaudīt mēstuļu mapi, ja nesaņēmi šo e-pasta ziņojumu. updated: Tavs konts ir veiksmīgi atjaunināts. sessions: already_signed_out: Veiksmīgi izrakstījies. signed_in: Veiksmīgi pieteicies. signed_out: Veiksmīgi izrakstījies. unlocks: - send_instructions: Pēc dažām minūtēm tu saņemsi e-pastu ar norādījumiem, kā atbloķēt savu kontu. Lūdzu, pārbaudi spama mapi, ja neesi saņēmis šo e-pastu. - send_paranoid_instructions: Ja tavs konts eksistē, dažu minūšu laikā tu saņemsi e-pastu ar norādījumiem, kā to atbloķēt. Lūdzu, pārbaudi spama mapi, ja neesi saņēmis šo e-pastu. + send_instructions: Pēc dažām minūtēm Tu saņemsi e-pasta ziņojumu ar norādēm, kā atslēgt savu kontu. Lūgums pārbaudīt mēstuļu mapi, ja nesaņēmi šo e-pasta ziņojumu. + send_paranoid_instructions: Ja Tavs konts pastāv, dažu minūšu laikā saņemsi e-pasta ziņojumu ar norādēm, kā to atslēgt. Lūgums pārbaudīt mēstuļu mapi, ja nesaņēmi šo e-pasta ziņojumu. unlocked: Konts tika veiksmīgi atbloķēts. Lūgums pieteikties, lai turpinātu. errors: messages: diff --git a/config/locales/doorkeeper.io.yml b/config/locales/doorkeeper.io.yml index 0384d968be..94efbfc9d7 100644 --- a/config/locales/doorkeeper.io.yml +++ b/config/locales/doorkeeper.io.yml @@ -60,6 +60,7 @@ io: error: title: Eroro eventis new: + prompt_html: "%{client_name} volas permiso por adirar vua konto." review_permissions: Kontrolez permisi title: Yurizo bezonesas show: @@ -82,6 +83,7 @@ io: access_denied: Moyenproprietanto o yurizservilo refuzis la demando. credential_flow_not_configured: Moyenproprietantpasvortidentesesofluo faliis pro ke Doorkeeper.configure.resource_owner_from_credentials ne ajustesis. invalid_client: Klientpermiso falias pro nesavita kliento, neinkluzita klientpermiso o nesuportita permismetodo. + invalid_code_challenge_method: La kodexchalenjmetodo mustas esar S256. invalid_grant: Provizita yurizo esis nevalida, expiris, deaprobesis, ne parigas uzita ridirektoligilo dum yurizdemando o facesis a altra kliento. invalid_redirect_uri: La inkluzita ridirektoligilo esas nevalida. invalid_request: @@ -123,7 +125,7 @@ io: admin/reports: Administro di raporti all: Kompleta aceso a vua Mastodon-konto blocks: Restriktita - bookmarks: Libromarki + bookmarks: Lektosigni conversations: Konversi crypto: Intersequanta chifro favourites: Favoriziti @@ -131,9 +133,10 @@ io: follow: Sequati, silencigati e blokusati follows: Sequati lists: Listi - media: Mediatachaji + media: Audvidajaddonaji mutes: Silencigati notifications: Avizi + profile: Vua Mastodon-profilo push: Pulsavizi reports: Raporti search: Trovez @@ -148,17 +151,28 @@ io: scopes: admin:read: lektez omna informi di la servilo admin:read:accounts: lektez privata informo di omna konti + admin:read:canonical_email_blocks: lektar trublema informo di omna retpostoblokusi + admin:read:domain_allows: lektar trublema informo di omna domenpermisi + admin:read:domain_blocks: lektar trublema informo di omna domenblokusi + admin:read:email_domain_blocks: lektar trublema informo di omna retpostodomenblokusi + admin:read:ip_blocks: lektar trublema informo di omna IP-blokusi admin:read:reports: lektez privata informo di omna raporti e raportizita konti - admin:write: modifikez omna informi di la servilo + admin:write: redaktar omna informi di la servilo admin:write:accounts: jerez konti + admin:write:canonical_email_blocks: agar jeri ad retpostoblokusi + admin:write:domain_allows: agar jeri ad domenpermisi + admin:write:domain_blocks: agar jeri ad domenblokusi + admin:write:email_domain_blocks: agar jeri ad retpostodomenblokusi + admin:write:ip_blocks: agar jeri ad IP-blokusi admin:write:reports: jerez raporti crypto: uzas intersequanta chifro follow: follow, block, unblock and unfollow accounts + profile: lektar nur profilinformo di vua konto push: ganez vua pulsavizi read: read your account's data read:accounts: videz kontinformo read:blocks: videz restrikti - read:bookmarks: videz vua libromarki + read:bookmarks: vidar vua lektosigni read:favourites: videz vua favoriziti read:filters: videz vua filtrili read:follows: videz vua sequinti @@ -169,15 +183,15 @@ io: read:search: trovez por vu read:statuses: videz omna posti write: post on your behalf - write:accounts: modifikez vua porfilo + write:accounts: redaktar vua porfilo write:blocks: restriktez konti e domeni - write:bookmarks: libromarkez posti + write:bookmarks: lektosignar afishi write:conversations: silencigez e efacez konversi write:favourites: favorizita posti write:filters: kreez filtrili write:follows: sequez personi write:lists: kreez listi - write:media: adchargez mediifaili + write:media: adkargar audvidajdoseri write:mutes: silencigez personi e konversi write:notifications: efacez vua avizi write:reports: raportizez altra omni diff --git a/config/locales/eo.yml b/config/locales/eo.yml index c1d50f2750..303d068619 100644 --- a/config/locales/eo.yml +++ b/config/locales/eo.yml @@ -309,6 +309,7 @@ eo: title: Ĵurnalo de revizo unavailable_instance: "(domajna nomo nedisponebla)" announcements: + back: Reen al anoncoj destroyed_msg: La anonco sukcese forigita! edit: title: Redakti anoncon @@ -317,6 +318,9 @@ eo: new: create: Krei anoncon title: Nova anonco + preview: + explanation_html: 'La retpoŝto estos sendita al %{display_count} uzantoj. La jena teksto estos inkluzivita en la retmesaĝon:' + title: Antaŭrigardu sciigan anoncon publish: Publikigi published_msg: Anonco sukcese publikigita! scheduled_for: Planigota je %{time} @@ -939,6 +943,7 @@ eo: chance_to_review_html: "La generataj kondiĉoj de uzado ne aŭtomate publikiĝos. Estos oportuni por vi kontroli la rezultojn. Bonvole entajpu la necesajn detalojn por daŭrigi." explanation_html: La modelo por la kondiĉoj de la servo disponeblas sole por informi. Ĝi nepre ne estas leĝa konsilo pri iu ajn temo. Bonvole konsultu vian propran leĝan konsilanton pri via situacio kaj iuj leĝaj neklarecoj. title: Agordo de kondiĉoj de uzado + going_live_on_html: Efektiviĝos %{date} history: Historio live: Antaŭmontro no_history: Ankoraŭ ne estas registritaj ŝanĝoj de la kondiĉoj de la servo. @@ -1906,6 +1911,10 @@ eo: recovery_instructions_html: Se vi perdas aliron al via telefono, vi povas uzi unu el la subaj realiraj kodoj por rehavi aliron al via konto. Konservu realirajn kodojn sekure. Ekzemple, vi povas printi ilin kaj konservi ilin kun aliaj gravaj dokumentoj. webauthn: Sekurecaj ŝlosiloj user_mailer: + announcement_published: + description: 'La administrantoj de %{domain} faras anoncon:' + subject: Serva anonco + title: "%{domain} serva anonco" appeal_approved: action: Konto-agordoj explanation: La apelacio de la admono kontra via konto je %{strike_date} pri sendodato %{appeal_date} aprobitas. @@ -1938,6 +1947,8 @@ eo: terms_of_service_changed: agreement: Se vi daŭrige uzos %{domain}, vi aŭtomate interkonsentos pri ĉi tiuj kondiĉoj. Se vi malkonsentas pri la novaj kondiĉoj, vi ĉiutempe rajtas nuligi la interkonsenton kun %{domain} per forigi vian konton. changelog: 'Facile dirite, la ŝanĝoj estas la jenaj:' + description: 'Vi ricevas ĉi tiun retmesaĝon ĉar ni faras iujn ŝanĝojn al niaj servokondiĉoj ĉe %{domain}. Ĉi tiuj ĝisdatigoj efektiviĝos %{date}. Ni instigas vin revizii la ĝisdatigitajn terminojn plene ĉi tie:' + description_html: Vi ricevas ĉi tiun retmesaĝon ĉar ni faras iujn ŝanĝojn al niaj servokondiĉoj ĉe %{domain}. Ĉi tiuj ĝisdatigoj efektiviĝos %{date} Ni instigas vin revizii la ĝisdatigitajn terminojn plene ĉi tie. sign_off: La teamo de %{domain} subject: Ĝisdatigoj al niaj kondiĉoj de servo subtitle: La kondiĉoj de la servo de %{domain} ŝanĝiĝas diff --git a/config/locales/es-AR.yml b/config/locales/es-AR.yml index 53a22ea612..55a80cf718 100644 --- a/config/locales/es-AR.yml +++ b/config/locales/es-AR.yml @@ -309,6 +309,7 @@ es-AR: title: Registro de auditoría unavailable_instance: "[nombre de dominio no disponible]" announcements: + back: Volver a los anuncios destroyed_msg: "¡Anuncio eliminado exitosamente!" edit: title: Editar anuncio @@ -317,6 +318,9 @@ es-AR: new: create: Crear anuncio title: Nuevo anuncio + preview: + explanation_html: 'El correo electrónico se enviará a %{display_count} usuarios. En el correo electrónico se incluirá el siguiente texto:' + title: Previsualizar la notificación del anuncio publish: Publicar published_msg: "¡Anuncio publicado exitosamente!" scheduled_for: Programado para %{time} @@ -939,6 +943,7 @@ es-AR: chance_to_review_html: "Los términos del servicio generados no se publicarán automáticamente. Vas a tener la oportunidad de revisar el resultado. Por favor, rellená los detalles necesarios para continuar." explanation_html: La plantilla de términos de servicio ofrecida es únicamente para propósito informativo, y no debería ser considerada asesoramiento legal sobre ningún tema. Por favor, consultá con tu propio asesor legal sobre tu situación y las cuestiones legales específicas que tengás. title: Configuración de los términos del servicio + going_live_on_html: Actual, efectivo desde %{date} history: Historial live: En vivo no_history: Aún no se han registrado cambios en los términos del servicio. @@ -1904,6 +1909,10 @@ es-AR: recovery_instructions_html: Si alguna vez perdés el acceso a tu aplicación de 2FA, podés usar uno de los siguientes códigos de recuperación para recuperar el acceso a tu cuenta. Mantenelos a salvo. Por ejemplo, podés imprimirlos y guardarlos con otros documentos importantes. webauthn: Llaves de seguridad user_mailer: + announcement_published: + description: 'Los administradores de %{domain} están haciendo un anuncio:' + subject: Anuncio del servicio + title: Anuncio del servicio %{domain} appeal_approved: action: Configuración de la cuenta explanation: La apelación del incumplimiento contra tu cuenta del %{strike_date} que enviaste el %{appeal_date} fue aprobada. Tu cuenta se encuentra de nuevo en buen estado. @@ -1936,6 +1945,8 @@ es-AR: terms_of_service_changed: agreement: Si seguís usando %{domain}, aceptás estos términos. Si no estás de acuerdo con los términos actualizados, podés cancelar tu acuerdo con %{domain} en cualquier momento, eliminando tu cuenta. changelog: 'A modo de pantallazo general, esto es lo que esta actualización significa para vos:' + description: 'Estás recibiendo este correo electrónico porque estamos haciendo algunos cambios en nuestros términos de servicio en %{domain}. Estas actualizaciones serán efectivas el %{date}. Te alentamos a revisar los términos actualizados en su totalidad aquí:' + description_html: Estás recibiendo este correo electrónico porque estamos haciendo algunos cambios en nuestros términos de servicio en %{domain}. Estas actualizaciones serán efectivas el %{date}. Te alentamos a revisar los términos actualizados en su totalidad aquí. sign_off: El equipo de %{domain} subject: Actualizaciones en nuestros términos del servicio subtitle: Los términos del servicio de %{domain} están cambiando diff --git a/config/locales/es-MX.yml b/config/locales/es-MX.yml index 7b8e59bd99..b74fe03f2e 100644 --- a/config/locales/es-MX.yml +++ b/config/locales/es-MX.yml @@ -309,6 +309,7 @@ es-MX: title: Log de auditoría unavailable_instance: "(nombre de dominio no disponible)" announcements: + back: Volver a la sección de anuncios destroyed_msg: "¡Anuncio eliminado con éxito!" edit: title: Editar anuncio @@ -317,6 +318,9 @@ es-MX: new: create: Crear anuncio title: Nuevo anuncio + preview: + explanation_html: 'El correo electrónico se enviará a %{display_count} usuarios. En el correo electrónico se incluirá el siguiente texto:' + title: Vista previa de la notificación del anuncio publish: Publicar published_msg: "¡Anuncio publicado con éxito!" scheduled_for: Programado para %{time} @@ -939,6 +943,7 @@ es-MX: chance_to_review_html: "Las condiciones de servicio generadas no se publicarán automáticamente. Tendrás la oportunidad de revisar los resultados. Por favor, rellena los datos necesarios para continuar." explanation_html: La plantilla de condiciones de servicio que se proporciona tiene únicamente fines informativos y no debe interpretarse como asesoramiento jurídico sobre ningún tema. Por favor, consulte con su propio asesor legal sobre su situación y las cuestiones legales específicas que tenga. title: Configuración de las condiciones del servicio + going_live_on_html: En vigor desde %{date} history: Historial live: Actual no_history: No se han registrado cambios en las condiciones del servicio hasta el momento. @@ -1904,6 +1909,10 @@ es-MX: recovery_instructions_html: Si pierdes acceso a tu teléfono, puedes usar uno de los siguientes códigos de recuperación para obtener acceso a tu cuenta. Mantenlos a salvo. Por ejemplo, puedes imprimirlos y guardarlos con otros documentos importantes. webauthn: Claves de seguridad user_mailer: + announcement_published: + description: 'Los administradores de %{domain} están haciendo un anuncio:' + subject: Anuncio + title: Anuncio de %{domain} appeal_approved: action: Ajustes de la cuenta explanation: La apelación de la amonestación contra tu cuenta del %{strike_date} que enviaste el %{appeal_date} fue aprobada. Tu cuenta se encuentra de nuevo en buen estado. @@ -1936,6 +1945,8 @@ es-MX: terms_of_service_changed: agreement: Al seguir usando %{domain}, aceptas estas condiciones. Si no estás de acuerdo con las condiciones actualizadas, puedes cancelar tu acuerdo con %{domain} en cualquier momento eliminando tu cuenta. changelog: 'En pocas palabras, esto es lo que esta actualización implica para ti:' + description: 'Estás recibiendo este correo electrónico porque estamos haciendo algunos cambios en nuestros términos de servicio en %{domain}. Estas actualizaciones entrarán en vigor en %{date}. Te animamos a revisar los términos actualizados en su totalidad aquí:' + description_html: Estás recibiendo este correo electrónico porque estamos haciendo algunos cambios en nuestros términos de servicio en %{domain}. Estas actualizaciones entrarán en vigor en %{date}. Te animamos a revisar los términos actualizados en su totalidad aquí. sign_off: El equipo de %{domain} subject: Actualizaciones en nuestras condiciones del servicio subtitle: Las condiciones del servicio de %{domain} han cambiado diff --git a/config/locales/es.yml b/config/locales/es.yml index 234a5e373c..b733d0103a 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -2,7 +2,7 @@ es: about: about_mastodon_html: 'La red social del futuro: ¡Sin anuncios, sin vigilancia corporativa, diseño ético, y descentralización! ¡Sé dueño de tu información con Mastodon!' - contact_missing: No especificado + contact_missing: No establecido contact_unavailable: No disponible hosted_on: Mastodon alojado en %{domain} title: Acerca de @@ -11,7 +11,7 @@ es: one: Seguidor other: Seguidores following: Siguiendo - instance_actor_flash: Esta cuenta es un actor virtual utilizado para representar al servidor en sí mismo y no a ningún usuario individual. Se utiliza para propósitos de la federación y no se debe suspender. + instance_actor_flash: Esta cuenta es un actor virtual utilizado para representar al propio servidor y no a ningún usuario individual. Se utiliza con fines de federación y no debe suspenderse. last_active: última conexión link_verified_on: La propiedad de este vínculo fue verificada el %{date} nothing_here: "¡No hay nada aquí!" @@ -40,7 +40,7 @@ es: avatar: Avatar by_domain: Dominio change_email: - changed_msg: "¡Email cambiado con éxito!" + changed_msg: "¡Correo electrónico cambiado con éxito!" current_email: Correo electrónico actual label: Cambiar el correo electrónico new_email: Nuevo correo electrónico @@ -64,7 +64,7 @@ es: disable_sign_in_token_auth: Deshabilitar la autenticación por token de correo electrónico disable_two_factor_authentication: Desactivar autenticación de dos factores disabled: Deshabilitada - display_name: Nombre + display_name: Nombre para mostrar domain: Dominio edit: Editar email: Correo electrónico @@ -102,7 +102,7 @@ es: moderation_notes: Notas de moderación most_recent_activity: Actividad más reciente most_recent_ip: IP más reciente - no_account_selected: Ninguna cuenta se cambió, ya que ninguna fue seleccionada + no_account_selected: No se ha modificado ninguna cuenta porque no se ha seleccionado ninguna no_limits_imposed: Sin límites impuestos no_role_assigned: Ningún rol asignado not_subscribed: No se está suscrito @@ -309,6 +309,7 @@ es: title: Registro de auditoría unavailable_instance: "(nombre de dominio no disponible)" announcements: + back: Volver a la sección de anuncios destroyed_msg: "¡Anuncio eliminado con éxito!" edit: title: Editar anuncio @@ -317,6 +318,9 @@ es: new: create: Crear anuncio title: Nuevo anuncio + preview: + explanation_html: 'El correo electrónico se enviará a %{display_count} usuarios. En el correo electrónico se incluirá el siguiente texto:' + title: Vista previa de la notificación del anuncio publish: Publicar published_msg: "¡Anuncio publicado con éxito!" scheduled_for: Programado para %{time} @@ -939,6 +943,7 @@ es: chance_to_review_html: "Los términos del servicio generados no se publicarán automáticamente.. Tendrás la oportunidad de revisar el resultado. Por favor, rellena los detalles necesarios para continuar." explanation_html: La plantilla de términos de servicio ofrecida es únicamente para propósito informativo, y no debería ser considerada asesoramiento legal sobre ningún tema. Por favor, consulta con tu propio consejo legal sobre tu situación y las cuestiones legales específicas que tengas. title: Configuración de términos del servicio + going_live_on_html: En vigor desde %{date} history: Historial live: En vivo no_history: Aún no se han registrado cambios en los términos del servicio. @@ -1904,6 +1909,10 @@ es: recovery_instructions_html: Si pierdes acceso a tu teléfono, puedes usar uno de los siguientes códigos de recuperación para obtener acceso a tu cuenta. Mantenlos a salvo. Por ejemplo, puedes imprimirlos y guardarlos con otros documentos importantes. webauthn: Claves de seguridad user_mailer: + announcement_published: + description: 'Los administradores de %{domain} están haciendo un anuncio:' + subject: Anuncio + title: Anuncio de %{domain} appeal_approved: action: Ajustes de la cuenta explanation: La apelación de la amonestación contra tu cuenta del %{strike_date} que enviaste el %{appeal_date} fue aprobada. Tu cuenta se encuentra de nuevo en buen estado. @@ -1936,6 +1945,8 @@ es: terms_of_service_changed: agreement: Al seguir usando %{domain}, aceptas estos términos. Si no estás de acuerdo con los términos actualizados, puedes cancelar tu acuerdo con %{domain} en cualquier momento eliminando tu cuenta. changelog: 'En resumen, esto es lo que esta actualización significa para ti:' + description: 'Estás recibiendo este correo electrónico porque estamos haciendo algunos cambios en nuestros términos de servicio en %{domain}. Estas actualizaciones entrarán en vigor en %{date}. Te animamos a revisar los términos actualizados en su totalidad aquí:' + description_html: Estás recibiendo este correo electrónico porque estamos haciendo algunos cambios en nuestros términos de servicio en %{domain}. Estas actualizaciones entrarán en vigor en %{date}. Te animamos a revisar los términos actualizados en su totalidad aquí. sign_off: El equipo de %{domain} subject: Actualizaciones en nuestros términos del servicio subtitle: Los términos del servicio de %{domain} están cambiando diff --git a/config/locales/fa.yml b/config/locales/fa.yml index 12ee668193..b5dce6dabf 100644 --- a/config/locales/fa.yml +++ b/config/locales/fa.yml @@ -291,7 +291,7 @@ fa: silence_account_html: "%{name} حساب %{target} را محدود کرد" suspend_account_html: "%{name} حساب %{target} را تعلیق کرد" unassigned_report_html: "%{name} گزارش %{target} را از حالت محول شده خارج کرد" - unblock_email_account_html: "%{name} نشانی رایانامهٔ %{target} را رفع مسدودیت کرد" + unblock_email_account_html: "%{name} مسدودی نشانی رایانامهٔ %{target} را رفع کرد" unsensitive_account_html: "%{name} علامت حساس رسانهٔ %{target} را برداشت" unsilence_account_html: "%{name} محدودیت حساب %{target} را برداشت" unsuspend_account_html: "%{name} حساب %{target} را از تعلیق خارج کرد" @@ -309,6 +309,7 @@ fa: title: سیاههٔ بازرسی unavailable_instance: "(نام دامنه ناموجود)" announcements: + back: بازگشت به اعلامیه‌ها destroyed_msg: اعلامیه با موفقیت حذف شد! edit: title: ویرایش اعلامیه @@ -317,6 +318,9 @@ fa: new: create: ساختن اعلامیه title: اعلامیهٔ تازه + preview: + explanation_html: 'رایانامه برای %{display_count} کاربر فرستاده خواهد شد. متن زیر در رایانامه قرار خواهد گرفت:' + title: پیش‌نمایش آگاهی اعلامیه publish: انتشار published_msg: اعلامیه با موفقیت منتشر شد! scheduled_for: زمان‌بسته برای %{time} @@ -457,7 +461,7 @@ fa: title: مسدودسازی دامنهٔ رایانامهٔ جدید no_email_domain_block_selected: هیچ انسداد دامنهٔ رایانامه‌ای تغییر نکرد زیرا هیچ‌کدامشان انتخاب نشده بودند not_permitted: مجاز نیست - resolved_dns_records_hint_html: نام دامنه به دامنه های MX زیر منتقل می شود که در نهایت مسئولیت پذیرش ایمیل را بر عهده دارند. مسدود کردن دامنه MX، ثبت نام از هر آدرس ایمیلی را که از همان دامنه MX استفاده می کند، مسدود می کند، حتی اگر نام دامنه قابل مشاهده متفاوت باشد. مراقب باشید ارائه دهندگان ایمیل اصلی را مسدود نکنید. + resolved_dns_records_hint_html: نام دامنه به دامنه‌های MX زیر منتقل می شود که در نهایت مسئولیت پذیرش رایانامه را بر عهده دارند. انسداد دامنهٔ MX، ثبت‌نام از هر نشانی رایانامه‌ای را که از همان دامنهٔ MX استفاده می‌کند را مسدود می‌کند؛ حتا اگر نام دامنهٔ نمایان متفاوت باشد. مراقب باشید ارائه‌دهندگان رایانامهٔ بزرگ را مسدود نکنید. resolved_through_html: از طریق %{domain} حل شد title: دامنه‌های رایانامهٔ مسدود شده export_domain_allows: @@ -613,7 +617,7 @@ fa: resolve_description_html: هیچ کنشی علیه حساب گزارش شده انجام نخواهد شد. هیچ شکایتی ضبط نشده و گزارش بسته خواهد شد. silence_description_html: این حساب فقط برای کسانی قابل مشاهده خواهد بود که قبلاً آن را دنبال می کنند یا به صورت دستی آن را جستجو می کنند و دسترسی آن را به شدت محدود می کند. همیشه می توان برگرداند. همه گزارش‌های مربوط به این حساب را می‌بندد. suspend_description_html: اکانت و تمامی محتویات آن غیرقابل دسترسی و در نهایت حذف خواهد شد و تعامل با آن غیر ممکن خواهد بود. قابل برگشت در عرض 30 روز همه گزارش‌های مربوط به این حساب را می‌بندد. - actions_description_html: تصمیم بگیرید که چه اقدامی برای حل این گزارش انجام دهید. اگر اقدام تنبیهی علیه حساب گزارش شده انجام دهید، یک اعلان ایمیل برای آنها ارسال می شود، به جز زمانی که دسته هرزنامه انتخاب شده باشد. + actions_description_html: تصمیم گیری کنش اقدامی برای حل این گزارش. در صورت انجام کنش تنبیهی روی حساب گزارش شده، غیر از زمان یکه دستهٔ هرزنامه گزیده باشد، برایش آگاهی رایانامه‌ای فرستاده خواهد شد. actions_description_remote_html: تصمیم بگیرید که چه اقدامی برای حل این گزارش انجام دهید. این فقط بر نحوه ارتباط سرور شما با این حساب راه دور و مدیریت محتوای آن تأثیر می گذارد. actions_no_posts: این گزارش هیچ پست مرتبطی برای حذف ندارد add_to_report: افزودن بیش‌تر به گزارش @@ -679,7 +683,7 @@ fa: delete_data_html: نمایه و محتویات @%{acct} را 30 روز بعد حذف کنید، مگر اینکه در این مدت معلق نشوند preview_preamble_html: "@%{acct} اخطاری با محتوای زیر دریافت خواهد کرد:" record_strike_html: ضبط شکایتی علیه ‪@%{acct}‬ برای کمک به تصمیم‌گیری برای قانون‌شکنی‌های آیندهٔ این حساب - send_email_html: یک ایمیل هشدار به @%{acct} ارسال کنید + send_email_html: فرستادن رایانامهٔ هشدار به ‪@%{acct}‬ warning_placeholder: استدلال اضافی اختیاری برای اقدام تعدیل. target_origin: خاستگاه حساب گزارش‌شده title: گزارش‌ها @@ -719,7 +723,7 @@ fa: manage_appeals: مدیریت درخواست‌های بازنگری manage_appeals_description: به کاربران امکان می‌دهد درخواست‌های تجدیدنظر علیه اقدامات تعدیل را بررسی کنند manage_blocks: مدیریت مسدودی‌ها - manage_blocks_description: به کاربران اجازه می دهد تا ارائه دهندگان ایمیل و آدرس های آی پی را مسدود کنند + manage_blocks_description: می‌گذارد کاربران فراهم‌کنندگان رایانامه و نشانی‌های آی‌پی را مسدود کنند manage_custom_emojis: مدیریت ایموجی‌های سفارشی manage_custom_emojis_description: به کاربران اجازه می دهد تا ایموجی های سفارشی را روی سرور مدیریت کنند manage_federation: مدیریت خودگردانی @@ -735,9 +739,9 @@ fa: manage_settings: مدیریت تنظیمات manage_settings_description: اجازه به کاربران برای تغییر تنظیمات پایگاه manage_taxonomies: مدیریت طیقه‌بندی‌ها - manage_taxonomies_description: به کاربران امکان می‌دهد محتوای پرطرفدار را بررسی کنند و تنظیمات هشتگ را به‌روزرسانی کنند + manage_taxonomies_description: می‌گذارد کاربران محتوای داغ را بررسی و تنظیمات برچسب را به‌روز کنند manage_user_access: مدیریت دسترسی کاربران - manage_user_access_description: به کاربران اجازه می دهد تا احراز هویت دو مرحله ای سایر کاربران را غیرفعال کنند، آدرس ایمیل آنها را تغییر دهند و رمز عبور خود را بازنشانی کنند + manage_user_access_description: می‌گذارد کاربران هویت‌سنجی دو مرحله‌ای دیگر کاربران را از کار انداخته، نشانی رایانامه‌شان را تغییر داده و گذرواژه‌شان را بازنشانی کنند manage_users: مدیریت کاربران manage_users_description: به کاربران اجازه می دهد تا جزئیات سایر کاربران را مشاهده کنند و اقدامات تعدیل را علیه آنها انجام دهند manage_webhooks: مدیریت قلّاب‌های وب @@ -812,7 +816,7 @@ fa: destroyed_msg: بارگذاری پایگاه با موفقیت حذف شد! software_updates: critical_update: بحرانی — لطفاً به سرعت به‌روز کنید - description: توصیه می شود نصب ماستودون خود را به روز نگه دارید تا از آخرین اصلاحات و ویژگی ها بهره مند شوید. علاوه بر این، گاهی اوقات برای جلوگیری از مشکلات امنیتی، به روز رسانی ماستودون به موقع ضروری است. به این دلایل، ماستودون هر 30 دقیقه یکبار به‌روزرسانی‌ها را بررسی می‌کند و طبق اولویت‌های اعلان ایمیل شما را مطلع می‌کند. + description: توصیه می‌شود نصب ماستودونتان را به‌روز نگه داشته تا از جدیدترین اصلاحات و ویژگی‌ها بهره‌مند شوید. همچنین گاهی به‌روز رسانی به‌موقع ماستودون برای پیشگیری از مشکلات امنیتی ضروریست. برای همین ماستودون هر ۳۰ دقیقه به‌روز رسانی‌ها را بررسی کرده و بنا به ترجیحات آگاهی رایانامه‌ایتان آگاهتان خواهد کرد. documentation_link: بیش‌تر بیاموزید release_notes: یادداشت‌های انتشار title: به‌روز رسانی‌های موجود @@ -939,6 +943,7 @@ fa: chance_to_review_html: "شرایط خدمات ایجاد شده به صورت خودکار منتشر نخواهد شد. شما فرصتی خواهید داشت که نتایج را بررسی کنید. لطفا مشخصات لازم را برای ادامه وارد کنید." explanation_html: الگوی شرایط خدمات ارائه شده فقط برای اهداف اطلاعاتی است و نباید به عنوان مشاوره حقوقی در مورد هر موضوعی تلقی شود. لطفاً در مورد وضعیت خود و سؤالات حقوقی خاصی که دارید با مشاور حقوقی خود مشورت کنید. title: راه اندازی شرایط خدمات + going_live_on_html: زنده. اعمال شده از %{date} history: تاریخچه live: زنده no_history: هنوز هیچ تغییری در شرایط خدمات ثبت نشده است. @@ -946,11 +951,11 @@ fa: notified_on_html: کاربران در %{date} مطلع شدند notify_users: به کاربران اطلاع دهید preview: - explanation_html: 'ایمیل برای %{display_count} کاربران که قبل از %{date} ثبت نام کرده اند ارسال خواهد شد. متن زیر در ایمیل درج خواهد شد:' + explanation_html: 'رایانامه برای %{display_count} کاربری که پیش از %{date} ثبت‌نام کرده‌اند فرستاده خواهد شد. متن زیر در رایانامه قرار خواهد گرفت:' send_preview: ارسال پیش نمایش به %{email} send_to_all: one: "%{display_count} ایمیل ارسال کنید" - other: "%{display_count} ایمیل ارسال کنید" + other: فرستادن %{display_count} رایانامه title: پیش نمایش اعلان شرایط خدمات publish: انتشار دهید published_on_html: منتشر شده در %{date} @@ -1136,7 +1141,7 @@ fa: hint_html: فقط یک چیز دیگر! ما باید تأیید کنیم که شما یک انسان هستید (این برای جلوگیری از هرزنامه است!). کپچا زیر را حل کنید و روی "ادامه" کلیک کنید. title: بررسی های امنیتی confirmations: - awaiting_review: آدرس ایمیل شما تایید شد! کارکنان %{domain} اکنون در حال بررسی ثبت نام شما هستند. اگر حساب شما را تایید کنند یک ایمیل دریافت خواهید کرد! + awaiting_review: نشانی رایانامه‌تان تأیید شد! عوامل %{domain} دارند ثبت‌نامتان را بررسی می‌کنند. در صورت تأیید حسابتان رایانامه‌ای خواهید گرفت! awaiting_review_title: ثبت‌نامتان دارد بررسی می‌شود clicking_this_link: زدن این پیوند login_link: ورود @@ -1144,7 +1149,7 @@ fa: redirect_to_app_html: باید به برنامه %{app_name} هدایت می‌شوید. اگر این اتفاق نیفتاد، %{clicking_this_link} را امتحان کنید یا به صورت دستی به برنامه برگردید. registration_complete: ثبت نام شما در %{domain} اکنون کامل شده است! welcome_title: خوش آمدید، %{name}! - wrong_email_hint: اگر آن آدرس ایمیل درست نیست، می‌توانید آن را در تنظیمات حساب تغییر دهید. + wrong_email_hint: اگر نشانی رایانامه درست نیست می‌توانید در تنظیمات حساب تغییرش دهید. delete_account: پاک‌کردن حساب delete_account_html: اگر می‌خواهید حساب خود را پاک کنید، از این‌جا پیش بروید. از شما درخواست تأیید خواهد شد. description: @@ -1186,10 +1191,10 @@ fa: security: امنیت set_new_password: تعین گذرواژه جدید setup: - email_below_hint_html: پوشه هرزنامه خود را بررسی کنید یا یک پوشه دیگر درخواست کنید. در صورت اشتباه می توانید آدرس ایمیل خود را تصحیح کنید. + email_below_hint_html: بررسی شاخهٔ هرزنامه یا درخواست رایانامه‌ای دیگر. در صورت اشتباه بودن نشانی رایانامه می‌توانید تصحیحش کنید. email_settings_hint_html: برای شروع استفاده از ماستودون روی پیوندی که به %{email} فرستادیم کلیک کنید. همین جا منتظر می مانیم. link_not_received: پیوندی نگرفتید؟ - new_confirmation_instructions_sent: تا چند دقیقه دیگر یک ایمیل جدید با لینک تایید دریافت خواهید کرد! + new_confirmation_instructions_sent: تا چند دقیقهٔ دیگر رایانامه‌ای جدید با پیوند تأییدیه خواهید گرفت! title: صندوق ورودیتان را بررسی کنید sign_in: preamble_html: با اطلاعات کاربری %{domain} خود وارد شوید. اگر حساب شما روی سرور دیگری میزبانی شود، نمی توانید در اینجا وارد شوید. @@ -1522,7 +1527,7 @@ fa: unsubscribe: action: بله. لغو اشتراک complete: لغو اشتراک شد - confirmation_html: آیا مطمئنید که می‌خواهید از دریافت %{type} برای ماستودون در %{domain} به ایمیل خود در %{email} لغو اشتراک کنید؟ همیشه می‌توانید از تنظیمات اعلان ایمیل خود مجدداً مشترک شوید. + confirmation_html: مطمئنید که می‌خواهید اشتراک %{type} را از ماستودون روی %{domain} برای رایانامهٔ %{email} لغو کنید؟ همواره می‌توانید از تنظیمات آگاهی رایانامه‌ای دوباره مشترک شوید. emails: notification_emails: favourite: رایانامه‌های آگاهی برگزیدن @@ -1530,8 +1535,8 @@ fa: follow_request: رایانامه‌های درخواست پی‌گیری mention: رایانامه‌های آگاهی اشاره reblog: رایانامه‌های آگاهی تقویت - resubscribe_html: اگر به اشتباه اشتراک را لغو کرده‌اید، می‌توانید از تنظیمات اعلان ایمیل خود مجدداً اشتراک کنید. - success_html: دیگر %{type} را برای ماستودون در %{domain} به ایمیل خود در %{email} دریافت نخواهید کرد. + resubscribe_html: اگر اشتراک را اشتباهی لغو کردید می‌توانید از تنظیمات آگاهی رایانامه‌ای دوباره مشترک شوید. + success_html: دیگر %{type} را از ماستودون روی %{domain} برای رایانامهٔ %{email} نخواهید گرفت. title: لغو اشتراک media_attachments: validations: @@ -1904,6 +1909,10 @@ fa: recovery_instructions_html: اگر تلفن خود را گم کردید، می‌توانید با یکی از کدهای بازیابی زیر کنترل حساب خود را به دست بگیرید. این کدها را در جای امنی نگه دارید. مثلاً آن‌ها را چاپ کنید و کنار سایر مدارک مهم خود قرار دهید. webauthn: کلیدهای امنیتی user_mailer: + announcement_published: + description: 'مدیران %{domain} اعلامیه‌ای داده‌اند:' + subject: اعلامیهٔ خدمت + title: اعلامیهٔ خدمت %{domain} appeal_approved: action: تنظیمات حساب explanation: درخواست تجدیدنظر اخطار علیه حساب شما در %{strike_date} که در %{appeal_date} ارسال کرده‌اید، پذیرفته شده است. حساب شما بار دیگر در وضعیت خوبی قرار دارد. @@ -1936,6 +1945,8 @@ fa: terms_of_service_changed: agreement: با ادامه استفاده از %{domain}، با این شرایط موافقت می کنید. اگر با شرایط به‌روزرسانی شده مخالف هستید، می‌توانید در هر زمان با حذف حساب خود، قرارداد خود را با %{domain} فسخ کنید. changelog: 'در یک نگاه، معنای این به‌روزرسانی برای شما چیست:' + description: 'این رایانانه را می‌گیرید چرا که دارین اغییراتی در شرایط خدمتتان در %{domain} می‌دهیم. این به‌روز رسانی‌ها از %{date} اعمال خواهند شد. توصیه می‌کنیم شرایط به‌روز شده را به طور کامل در این‌جا بازبینی کنید:' + description_html: این رایانانه را می‌گیرید چرا که دارین اغییراتی در شرایط خدمتتان در %{domain} می‌دهیم. این به‌روز رسانی‌ها از %{date} اعمال خواهند شد. توصیه می‌کنیم شرایط به‌روز شده را به طور کامل در این‌جا بازبینی کنید. sign_off: تیم %{domain} subject: به‌روزرسانی‌های شرایط خدمات ما subtitle: شرایط خدمات %{domain} در حال تغییر است @@ -2016,7 +2027,7 @@ fa: follow_limit_reached: شما نمی‌توانید بیش از %{limit} نفر را پی بگیرید go_to_sso_account_settings: به تنظیمات حساب فراهمگر هوبتتان بروید invalid_otp_token: کد ورود دومرحله‌ای نامعتبر است - otp_lost_help_html: اگر شما دسترسی به هیچ‌کدامشان ندارید، باید با ایمیل %{email} تماس بگیرید + otp_lost_help_html: اگر به هیچ‌کدامشان دسترسی ندارید با %{email} تماس بگیرید rate_limited: تلاش ّای هویت‌سنجی بیش از حد. لطفاً بعداً دوباره تلاش کنید. seamless_external_login: با خدمتی خارجی وارد شده‌اید، برای همین تنظیمات رایانامه و گذرواژه در دسترس نیستند. signed_in_as: 'واردشده به نام:' diff --git a/config/locales/fi.yml b/config/locales/fi.yml index 5b06ab38f2..2ac853c2bc 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -309,6 +309,7 @@ fi: title: Tarkastusloki unavailable_instance: "(verkkotunnus ei saatavilla)" announcements: + back: Takaisin tiedotteisiin destroyed_msg: Tiedotteen poisto onnistui! edit: title: Muokkaa tiedotetta @@ -317,6 +318,9 @@ fi: new: create: Luo tiedote title: Uusi tiedote + preview: + explanation_html: 'Sähköposti lähetetään %{display_count} käyttäjälle. Seuraava teksti sisällytetään sähköpostiviestiin:' + title: Esikatsele tiedoteilmoitus publish: Julkaise published_msg: Tiedotteen julkaisu onnistui! scheduled_for: Ajoitettu %{time} @@ -939,6 +943,7 @@ fi: chance_to_review_html: "Luotuja käyttöehtoja ei julkaista automaattisesti. Sinulla on mahdollisuus tarkistaa lopputulos. Jatka täyttämällä tarvittavat tiedot." explanation_html: Tarjottu käyttöehtomalli on tarkoitettu vain tiedoksi, eikä sitä pidä tulkita oikeudellisena neuvontana missään yhteydessä. Käänny oman oikeusavustajasi puoleen tilanteessasi ja erityisissä oikeudellisissa kysymyksissäsi. title: Käyttöehtojen määritys + going_live_on_html: Voimassa %{date} alkaen history: Historia live: Julki no_history: Käyttöehtoihin ei ole vielä tehty muutoksia. @@ -1904,6 +1909,10 @@ fi: recovery_instructions_html: Jos menetät puhelimesi, voit kirjautua tilillesi jollakin alla olevista palautuskoodeista. Pidä palautuskoodit hyvässä tallessa. Voit esimerkiksi tulostaa ne ja säilyttää muiden tärkeiden papereiden joukossa. webauthn: Suojausavaimet user_mailer: + announcement_published: + description: 'Palvelimen %{domain} ylläpito tiedottaa:' + subject: Palvelutiedote + title: Palvelimen %{domain} palvelutiedote appeal_approved: action: Tilin asetukset explanation: "%{appeal_date} lähettämäsi valitus tiliisi kohdistuvasta varoituksesta %{strike_date} on hyväksytty. Tilisi on jälleen hyvässä kunnossa." @@ -1936,6 +1945,8 @@ fi: terms_of_service_changed: agreement: Jatkamalla palvelun %{domain} käyttöä hyväksyt nämä ehdot. Jos et hyväksy päivitettyjä ehtoja, voit milloin tahansa päättää sopimuksesi palvelun %{domain} kanssa poistamalla tilisi. changelog: 'Lyhyesti, mitä tämä päivitys tarkoittaa sinulle:' + description: 'Sait tämän sähköpostiviestin, koska teemme muutoksia palvelun %{domain} käyttöehtoihin. Muutokset tulevat voimaan %{date}. Kehotamme sinua tutustumaan päivitettyihin ehtoihin kokonaisuudessaan täällä:' + description_html: Sait tämän sähköpostiviestin, koska teemme muutoksia palvelun %{domain} käyttöehtoihin. Muutokset tulevat voimaan %{date}. Kehotamme sinua tutustumaan päivitettyihin ehtoihin kokonaisuudessaan täällä. sign_off: Palvelimen %{domain} tiimi subject: Käyttöehtojemme päivitykset subtitle: Palvelimen %{domain} käyttöehdot muuttuvat diff --git a/config/locales/fo.yml b/config/locales/fo.yml index 969857cbaf..ade9bbf58b 100644 --- a/config/locales/fo.yml +++ b/config/locales/fo.yml @@ -309,6 +309,7 @@ fo: title: Skoðanarloggur unavailable_instance: "(økisnavn ikki tøkt)" announcements: + back: Aftur til kunngerðir destroyed_msg: Kunngerð strikað! edit: title: Rætta kunngerð @@ -317,6 +318,9 @@ fo: new: create: Stovna kunngerð title: Nýggj kunngerð + preview: + explanation_html: 'Teldubrævið verður sent til %{display_count} brúkarar. Fylgjandi tekstur kemur við í teldubrævið:' + title: Undanvís fráboðan um kunngerð publish: Legg út published_msg: Kunngerð útgivin! scheduled_for: Sett á skrá %{time} @@ -939,6 +943,7 @@ fo: chance_to_review_html: "Framleiddu tænastutreytirnar verða ikki útgivnar av sær sjálvum. Tú fær møguleika at eftirhyggja úrslitini. Vinarliga útfyll neyðugu smálutirnar fyri at halda fram." explanation_html: Leisturin við tænastutreytum er einans til kunningar og skal ikki fatast sum løgfrøðislig ráðgeving yvirhøvur. Vinarliga spyr tín egna løgfrøðisliga ráðgeva um tína støðu og ítøkiligu løgfrøðisligu spurningarnar hjá tær. title: Uppseting av tænastutreytum + going_live_on_html: Galdandi, frá %{date} history: Søga live: Beinleiðis no_history: Enn eru ongar skrásettar broytingar í tænastutreytunum. @@ -1904,6 +1909,10 @@ fo: recovery_instructions_html: Missir tú atgongd til telefonina, so kanst tú brúka eina av kodunum til endurgerð niðanfyri at fáa atgongd aftur til kontu tína. Goym kodurnar til endurgerð trygt. Til dømis kanst tú prenta tær og goyma tær saman við øðrum týdningarmiklum skjølum. webauthn: Trygdarlyklar user_mailer: + announcement_published: + description: 'Umsitararnir av %{domain} kunngera:' + subject: Tænastukunngerð + title: "%{domain} tænastukunngerð" appeal_approved: action: Kontustillingar explanation: Kæran um atsóknina móti kontu tínari %{strike_date}, sum tú sendi inn %{appeal_date}, er góðkend. Konta tín er aftur tignarlig. @@ -1936,6 +1945,8 @@ fo: terms_of_service_changed: agreement: Við framhaldandi at brúka %{domain} góðtekur tú hesar treytir. Tekur tú ikki undir við dagførdu treytunum, so kanst tú til einhvørja tíð uppsiga avtaluna við %{domain} við at strika kontu tína. changelog: 'Í stuttum merkir henda dagføringin:' + description: 'Tú móttekur hetta teldubrævið, tí at vit gera nakrar broytingar í okkara tænastutreytum á %{domain}. Broytingarnar vera galdandi frá %{date}. Vit eggja tær til at eftirhyggja dagførdu treytirnar her:' + description_html: Tú móttekur hetta teldubrævið, tí at vit gera nakrar broytingar í okkara tænastutreytum á %{domain}. Broytingarnar vera galdandi frá %{date}. Vit eggja tær til at eftirhyggja dagførdu treytirnar her. sign_off: "%{domain} toymið" subject: Dagføringar til okkara tænastutreytir subtitle: Tænastutreytirnar hjá %{domain} eru við at verða broyttar diff --git a/config/locales/ga.yml b/config/locales/ga.yml index 9d3553a795..d552c72de7 100644 --- a/config/locales/ga.yml +++ b/config/locales/ga.yml @@ -318,6 +318,7 @@ ga: title: Loga iniúchta unavailable_instance: "(ainm fearainn ar fáil)" announcements: + back: Ar ais chuig fógraí destroyed_msg: D'éirigh leis an bhfógra a scriosadh! edit: title: Cuir fógra in eagar @@ -326,6 +327,9 @@ ga: new: create: Cruthaigh fógra title: Fógra nua + preview: + explanation_html: 'Seolfar an ríomhphost chuig %{display_count} úsáideoir. Beidh an téacs seo a leanas san áireamh sa ríomhphost:' + title: Fógra réamhamhairc na fógraíochta publish: Foilsigh published_msg: D’éirigh leis an bhfógra a fhoilsiú! scheduled_for: Sceidealta le haghaidh %{time} @@ -981,6 +985,7 @@ ga: chance_to_review_html: "Ní fhoilseofar na téarmaí seirbhíse ginte go huathoibríoch. Beidh deis agat na torthaí a athbhreithniú. Líon isteach na sonraí riachtanacha le leanúint ar aghaidh." explanation_html: Is chun críocha faisnéise amháin atá an teimpléad téarmaí seirbhíse a chuirtear ar fáil, agus níor cheart é a fhorléiriú mar chomhairle dlí ar aon ábhar. Téigh i gcomhairle le do chomhairle dlí féin maidir le do chás agus ceisteanna dlí ar leith atá agat. title: Téarmaí Socrú Seirbhíse + going_live_on_html: Beo, éifeachtach %{date} history: Stair live: Beo no_history: Níl aon athruithe taifeadta ar théarmaí seirbhíse fós. @@ -2033,6 +2038,10 @@ ga: recovery_instructions_html: Má chailleann tú rochtain ar do ghuthán riamh, is féidir leat ceann de na cóid athshlánaithe thíos a úsáid chun rochtain a fháil ar do chuntas arís. Coinnigh na cóid athshlánaithe slán. Mar shampla, is féidir leat iad a phriontáil agus iad a stóráil le doiciméid thábhachtacha eile. webauthn: Eochracha slándála user_mailer: + announcement_published: + description: 'Tá riarthóirí %{domain} ag déanamh fógra:' + subject: Fógra seirbhíse + title: "%{domain} fógra seirbhíse" appeal_approved: action: Socruithe cuntas explanation: Ceadaíodh achomharc na stailce i gcoinne do chuntais ar %{strike_date} a chuir tú isteach ar %{appeal_date}. Tá seasamh maith ag do chuntas arís. @@ -2065,6 +2074,8 @@ ga: terms_of_service_changed: agreement: Má leanann tú ar aghaidh ag úsáid %{domain}, tá tú ag aontú leis na téarmaí seo. Mura n-aontaíonn tú leis na téarmaí nuashonraithe, is féidir leat do chomhaontú le %{domain} a fhoirceannadh am ar bith trí do chuntas a scriosadh. changelog: 'Sracfhéachaint, seo é a chiallaíonn an nuashonrú seo duit:' + description: 'Tá an ríomhphost seo á fháil agat toisc go bhfuil roinnt athruithe á ndéanamh againn ar ár dtéarmaí seirbhíse ag %{domain}. Beidh na nuashonruithe seo i bhfeidhm ar %{date}. Molaimid duit athbhreithniú iomlán a dhéanamh ar na téarmaí nuashonraithe anseo:' + description_html: Tá an ríomhphost seo á fháil agat toisc go bhfuil roinnt athruithe á ndéanamh againn ar ár dtéarmaí seirbhíse ag %{domain}. Tiocfaidh na nuashonruithe seo i bhfeidhm ar %{date}. Molaimid duit athbhreithniú a dhéanamh ar na téarmaí nuashonraithe ina n-iomláine anseo. sign_off: Foireann %{domain} subject: Nuashonruithe ar ár dtéarmaí seirbhíse subtitle: Tá téarmaí seirbhíse %{domain} ag athrú diff --git a/config/locales/gd.yml b/config/locales/gd.yml index 850143567f..b9b40ac8b5 100644 --- a/config/locales/gd.yml +++ b/config/locales/gd.yml @@ -1830,7 +1830,7 @@ gd: user_domain_block: Bhac thu %{target_name} lost_followers: An luchd-leantainn a chaill thu lost_follows: Daoine nach lean thu tuilleadh - preamble: Dh’fhaoidte gun chaill thu dàimhean leantainn nuair a bhacas tu àrainn no nuair a chuireas na maoir romhpa gun cuir iad frithealaiche cèin à rèim. Nuair a thachras sin, ’s urrainn dhut liosta de na dàimhean dealaichte a luchdadh a-nuas airson sùil a thoirt orra agus an ion-phortadh gu frithealaiche eile ’s dòcha. + preamble: Dh’fhaoidte gun caill thu dàimhean leantainn nuair a bhacas tu àrainn no nuair a chuireas na maoir romhpa gun cuir iad frithealaiche cèin à rèim. Nuair a thachras sin, ’s urrainn dhut liosta de na dàimhean dealaichte a luchdadh a-nuas airson sùil a thoirt orra agus an ion-phortadh gu frithealaiche eile ’s dòcha. purged: Chaidh am fiosrachadh mun fhrithealaiche seo a phurgaideachadh le rianairean an fhrithealaiche agad. type: Tachartas statuses: diff --git a/config/locales/gl.yml b/config/locales/gl.yml index b007c707d5..5105afc130 100644 --- a/config/locales/gl.yml +++ b/config/locales/gl.yml @@ -271,11 +271,11 @@ gl: disable_2fa_user_html: "%{name} desactivou o requerimento do segundo factor para a usuaria %{target}" disable_custom_emoji_html: "%{name} desactivou o emoji %{target}" disable_relay_html: "%{name} desactivou o repetidor %{target}" - disable_sign_in_token_auth_user_html: "%{name} desactivou a autenticación por token no email para %{target}" + disable_sign_in_token_auth_user_html: "%{name} desactivou a autenticación por token no correo para %{target}" disable_user_html: "%{name} desactivou as credenciais para a usuaria %{target}" enable_custom_emoji_html: "%{name} activou o emoji %{target}" enable_relay_html: "%{name} activou o repetidor %{target}" - enable_sign_in_token_auth_user_html: "%{name} activou a autenticación con token no email para %{target}" + enable_sign_in_token_auth_user_html: "%{name} activou a autenticación con token no correo para %{target}" enable_user_html: "%{name} activou as credenciais para a usuaria %{target}" memorialize_account_html: "%{name} convertiu a conta de %{target} nunha páxina para o recordo" promote_user_html: "%{name} promocionou a usuaria %{target}" @@ -309,6 +309,7 @@ gl: title: Rexistro de auditoría unavailable_instance: "(nome de dominio non dispoñible)" announcements: + back: Anuncios anteriores destroyed_msg: Anuncio eliminado de xeito correcto! edit: title: Editar anuncio @@ -317,6 +318,9 @@ gl: new: create: Crear anuncio title: Novo anuncio + preview: + explanation_html: 'Vaise enviar o correo a %{display_count} usuarias. Incluirase o seguinte texto no correo:' + title: Previsualización da notificación do anuncio publish: Publicar published_msg: Anuncio publicado de xeito correcto! scheduled_for: Programado para %{time} @@ -939,6 +943,7 @@ gl: chance_to_review_html: "Vanse publicar automaticamente os termos do servizo creados. Terás a oportunidade de revisar o resultado. Por favor completa os detalles precisos para continuar." explanation_html: O modelo dos termos do servizo proporcionados é soamente informativo, e en ningún caso constitúe un consello legal. Por favor realiza unha consulta legal sobre a túa situación concreta e posibles cuestións legais que debas afrontar. title: Configurar os Termos do Servizo + going_live_on_html: Aplicados, con efecto desde %{date} history: Historial live: Actuais no_history: Non hai rexistrados cambios nos termos do servizo. @@ -1904,6 +1909,10 @@ gl: recovery_instructions_html: Se perdeses o acceso ao teu teléfono, podes utilizar un dos códigos de recuperación inferiores para recuperar o acceso á conta. Garda os códigos nun lugar seguro. Por exemplo, podes imprimilos e gardalos xunto con outros documentos importantes. webauthn: Chaves de seguridade user_mailer: + announcement_published: + description: A administración de %{domain} publicou un anuncio + subject: Información de servizo + title: Información de servizo de %{domain} appeal_approved: action: Axustes da conta explanation: A apelación da acción contra a túa conta o %{strike_date} que enviaches o %{appeal_date} foi aprobada. A túa conta volve ao estado normal de uso. @@ -1936,6 +1945,8 @@ gl: terms_of_service_changed: agreement: Se continúas a usar %{domain} aceptas estas condicións. Se non aceptas as condicións actualizadas podería rematar o acordo con %{domain} en calquera momento e eliminarse a túa conta. changelog: 'Dunha ollada, aquí tes o que implican os cambios para ti:' + description: 'Estás a recibir este correo porque fixemos cambios nos termos do servizo en %{domain}. Estas actualizacións terán efecto desde o %{date}. Convidámoste a que revises os termos ao completo aquí:' + description_html: 'Estás a recibir este correo porque fixemos algúns cambios nos nosos termos do servizo en %{domain}. Estas actualizacións terán efecto desde o %{date}. Convidámoste a que leas aquí as condicións actualizadas ao completo:' sign_off: O equipo de %{domain} subject: Actualización dos nosos termos do servizo subtitle: Cambiaron os termos do servizo de %{domain} diff --git a/config/locales/he.yml b/config/locales/he.yml index 725e8ce4f0..f9b2970fd0 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -315,6 +315,7 @@ he: title: ביקורת יומן unavailable_instance: "(שם מתחם לא זמין)" announcements: + back: חזרה להודעות destroyed_msg: הכרזה נמחקה בהצלחה! edit: title: עריכת הכרזה @@ -323,6 +324,9 @@ he: new: create: יצירת הכרזה title: הכרזה חדשה + preview: + explanation_html: 'הדואל ישלח אל %{display_count} משתמשיםות. להלן המלל שישלח בדואל:' + title: צפיה מקדימה בהודעה publish: פרסום published_msg: ההכרזה פורסמה בהצלחה! scheduled_for: מתוזמן ל-%{time} @@ -967,6 +971,7 @@ he: chance_to_review_html: "תנאי השירות שחוללו עצמונית לא יפורסמו אוטומטית. תהיה לך הזדמנות לעבור על התוצאה. יש למלא את הפרטים הבאים כדי להמשיך." explanation_html: תבנית תנאי השירות סופקה לצרכי יידוע בלבד, ואין לראות בהם עצה חוקית על אף נושא. אנא התייעצו בעצמבם עם פרקליט לגבי מצבכם הייחודי ושאלות ספציפיות שעלולות להיות לכם. title: הקמת מסמך תנאי השירות + going_live_on_html: בתוקף מתאריך %{date} history: גרסאות העבר live: הגרסא החיה no_history: עוד לא נרשמו שינויים בתנאי השירות. @@ -1990,6 +1995,10 @@ he: recovery_instructions_html: במידה והגישה למכשירך תאבד, ניתן לייצר קודי אחזור למטה על מנת לאחזר גישה לחשבונך בכל עת. נא לשמור על קודי הגישה במקום בטוח. לדוגמא על ידי הדפסתם ושמירתם עם מסמכים חשובים אחרים, או שימוש בתוכנה ייעודית לניהול סיסמאות וסודות. webauthn: מפתחות אבטחה user_mailer: + announcement_published: + description: 'צוות ההנהלה של %{domain} מפרסם הודעה:' + subject: הודעת שירות + title: הודעת שירות מאת %{domain} appeal_approved: action: הגדרות חשבון explanation: הערעור על העברה שנרשמה כנגד חשבונך ב-%{strike_date} שהגשת ב-%{appeal_date} התקבל. חשבונך חזר להיות נקי מכל רבב. @@ -2022,6 +2031,8 @@ he: terms_of_service_changed: agreement: עם המשך השימוש בשרת %{domain} אתן מסכימות לתנאים הללו. אם אינכם מסכימים עם עדכוני תנאי השירות, אתן יכולות להפסיק את ההסכם עם %{domain} בכל עת על ידי מחיקת החשבון. changelog: 'בקצרה, הנה משמעות העדכון עבורך:' + description: 'קיבלת הודעת דואל זו כיוון שאנו מבצעים שינויים במסמך תנאי השירות של %{domain}. השינויים יכנסו לתוקף בתאריך %{date}. אנו מעודדים אותך לעבור על השינויים במסמך המלא כאן:' + description_html: קיבלת הודעת דואל זו כיוון שאנו מבצעים שינויים במסמך תנאי השירות של %{domain}. השינויים יכנסו לתוקף בתאריך %{date}. אנו מעודדים אותך לעבור על השינויים במסמך המלא כאן. sign_off: צוות %{domain} subject: עדכונים לתנאי השירות שלנו subtitle: מסמך תנאי השירות של %{domain} עוברים שינויים diff --git a/config/locales/hu.yml b/config/locales/hu.yml index d908a55395..ead73d2146 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -309,6 +309,7 @@ hu: title: Audit napló unavailable_instance: "(domain név nem elérhető)" announcements: + back: Vissza a bejelentésekhez destroyed_msg: A közlemény sikeresen törölve! edit: title: Közlemény szerkesztése @@ -317,6 +318,9 @@ hu: new: create: Közlemény létrehozása title: Új közlemény + preview: + explanation_html: 'Az e-mail %{display_count} felhasználónak lesz elküldve. A következő szöveg fog szerepelni a levélben:' + title: Közleményértesítés előnézete publish: Közzététel published_msg: A közlemény sikeresen publikálva! scheduled_for: Ekkorra ütemezve %{time} @@ -939,6 +943,7 @@ hu: chance_to_review_html: "Az előállított felhasználási feltételek nem lesznek automatikusan közzétéve. Előtte áttekintheted az eredményt. A folytatáshoz töltsd ki a szükséges részleteket." explanation_html: A felhasználási feltételek sablonja csak információs célokat szolgál, és semmilyen témában nem tekinthető jogi tanácsadásnak. Konzultálj a saját jogi tanácsadóddal a helyzetedről és a felmerülő konkrét jogi kérdésekről. title: Felhasználási feltételek beállítása + going_live_on_html: 'Éles, hatálybalépés dátuma: %{date}' history: Előzmények live: Élő no_history: Még nincsenek változtatások a szolgáltatási feltételekben. @@ -1904,6 +1909,10 @@ hu: recovery_instructions_html: A visszaállítási kódok egyikének segítségével tudsz majd belépni, ha elveszítenéd a telefonod. Tartsd biztos helyen a visszaállítási kódjaid! Például nyomtasd ki őket és tárold a többi fontos iratoddal együtt. webauthn: Biztonsági kulcsok user_mailer: + announcement_published: + description: 'A(z) %{domain} adminisztrátorai a következő bejelentést teszik:' + subject: Szolgáltatási közlemény + title: A(z) %{domain} szolgáltatási közleménye appeal_approved: action: Fiók Beállításai explanation: A fiókod %{appeal_date}-i fellebbezése, mely a %{strike_date}-i vétségeddel kapcsolatos, jóváhagyásra került. A fiókod megint makulátlan. @@ -1936,6 +1945,8 @@ hu: terms_of_service_changed: agreement: A(z) %{domain} használatának folytatásával beleegyezel ezekbe a feltételekbe. Ha nem értesz egyet a frissített feltételekkel, akkor a fiókod törlésével megszakíthatod a(z) %{domain} weboldallal való megállapodásodat. changelog: 'Dióhéjban ez a frissítés ezt jelenti számodra:' + description: 'Azért kapod ezt az e-mailt, mert változtatunk a(z) %{domain} felhasználási feltételein. A változások ekkor lépnek életbe: %{date}. Javasoljuk, hogy tekintsd át a frissített feltételeket teljes egészében itt:' + description_html: 'Azért kapod ezt az e-mailt, mert változtatunk a(z) %{domain} felhasználási feltételein. A változások ekkor lépnek életbe: %{date}. Javasoljuk, hogy tekintsd át a frissített feltételeket teljes egészében itt.' sign_off: A(z) %{domain} csapata subject: A felhasználási feltételei frissítései subtitle: A(z) %{domain} felhasználási feltételei megváltoznak diff --git a/config/locales/io.yml b/config/locales/io.yml index c89d920f30..ee905aaf86 100644 --- a/config/locales/io.yml +++ b/config/locales/io.yml @@ -21,15 +21,19 @@ io: one: Posto other: Posti posts_tab_heading: Posti + self_follow_error: Sequar vua sua konto es ne permisita admin: account_actions: action: Agez + already_silenced: Ca konto ja limitigesis. + already_suspended: Ca konto ja blokusesis. title: Agez jero a %{acct} account_moderation_notes: create: Pozez noto created_msg: Jernoto sucesoze kreesis! destroyed_msg: Jernoto sucesoze efacesis! accounts: + add_email_domain_block: Blokusar retpostodomeno approve: Aprobez approved_msg: Sucesoze aprobis registroapliko di %{username} are_you_sure: Ka tu esas certa? @@ -44,6 +48,7 @@ io: title: Chanjez retposto por %{username} change_role: changed_msg: Rolo sucesoze chanjesis! + edit_roles: Administrar uzantoroli label: Chanjez rolo no_role: Nula rolo title: Chanjez rolo por %{username} @@ -56,31 +61,33 @@ io: demote: Despromocez destroyed_msg: Informi di %{username} nun aranjesis por efacesar aparante disable: Frostigez - disable_two_factor_authentication: Desaktivigez 2FA + disable_sign_in_token_auth: Desebligar retpostofichyurizo + disable_two_factor_authentication: Desebligar 2FA disabled: Desinterdiktita display_name: Profilnomo domain: Domeno - edit: Modifikez + edit: Redaktar email: E-mail email_status: Retpostostando enable: Defrostigez - enabled: Aktivigita + enable_sign_in_token_auth: Ebligar retpostofichyurizo + enabled: Ebligita enabled_msg: Sucesoze desfrostigas konto di %{username} followers: Uzanti follows: Uzati - header: Kapimajo + header: Fundimajo inbox_url: URL di mesajbuxo - invite_request_text: Juntomotivo + invite_request_text: Adeskmotivi invited_by: Invitesis da ip: IP - joined: Juntita + joined: Adeskis location: all: Omna local: Lokala remote: Nelokala title: Loko login_status: Enirstando - media_attachments: Mediiatachaji + media_attachments: Audvidajaddonaji memorialize: Memorializez memorialized: Memorializita memorialized_msg: Sucesoze chanjesis %{username} a memorialkonto @@ -110,15 +117,15 @@ io: public: Publika push_subscription_expires: Abono PuSH expiras redownload: Rifreshigez profilo - redownloaded_msg: Sucesoze rifreshis profilo di %{username} de origino + redownloaded_msg: Sucese rifreshigis profilo di %{username} de origino reject: Refuzez rejected_msg: Sucesoze refuzis registroapliko di %{username} remote_suspension_irreversible: La datumi di ca konto esas nerenversebla efacita. remote_suspension_reversible_hint_html: Ca konto restriktesis che lua servilo, e la datumi tota efacesos ye %{date}. Ante ta tempo, la fora servilo povos restaurar ca konto sen irga mala efecti. Se vu volas efacar omna datumi dil konto quik, vu povas facar lo sube. remove_avatar: Efacez profilimajo - remove_header: Efacez kapimajo + remove_header: Forigar fundimajo removed_avatar_msg: Sucesoze efacis profilimajo di %{username} - removed_header_msg: Sucesoze efacis kapimajo di %{username} + removed_header_msg: Sucese forigis fundimajo di %{username} resend_confirmation: already_confirmed: Ca uzanto ja konfirmesis send: Risendez konfirmligilo @@ -128,6 +135,7 @@ io: resubscribe: Riabonez role: Rolo search: Trovez + search_same_email_domain: Altra uzanti kun la sama retpostodomeno search_same_ip: Altra uzanti kun sama IP security: Sekureso security_measures: @@ -147,7 +155,7 @@ io: suspend: Restriktez suspended: Restriktita suspension_irreversible: Ca informi di ca konto neinversigeble efacesis. Vu povas derestriktar konto por uzebligar lu ma ol ne riganos irga dati quon ol antee havis. - suspension_reversible_hint_html: Ca konto restriktesis, e ca informi tota efacesos en %{date}. Ante ta tempo, konto povas riganesar sen irga mala efekti. Se vu volas efacar omna informi di konto quik, vu povas agar lu sube. + suspension_reversible_hint_html: Ca konto blokusesis, e ca informi tota forigesos ye %{date}. Se vu volas forigar omna informi di konto quik, vu povas agar lu dessupre. title: Konti unblock_email: Deobstruktez retpostoadreso unblocked_email_msg: Sucesoze deobstruktis retpostoadreso di %{username} @@ -168,33 +176,45 @@ io: approve_appeal: Aprobez apelo approve_user: Aprobez uzanto assigned_to_self_report: Taskigez raporto + change_email_user: Chanjar retpostoadreso por Uzanto change_role_user: Chanjez rolo di uzanto confirm_user: Konfirmez uzanto create_account_warning: Kreez averto create_announcement: Kreez anunco + create_canonical_email_block: Krear retpostoblokuso create_custom_emoji: Kreez kustumizita emocimajo create_domain_allow: Kreez domenpermiso create_domain_block: Kreez domenobstrukto + create_email_domain_block: Krear retpostodomenblokuso create_ip_block: Kreez IP-regulo + create_relay: Krear relayo create_unavailable_domain: Kreez nedisponebla domeno create_user_role: Kreez rolo demote_user: Despromocez uzanto destroy_announcement: Efacez anunco + destroy_canonical_email_block: Forigar retpostoblokuso destroy_custom_emoji: Efacez kustumizita emocimajo destroy_domain_allow: Efacez domenpermiso destroy_domain_block: Efacez domenobstrukto + destroy_email_domain_block: Forigar retpostodomenblokuso destroy_instance: Efacez domeno destroy_ip_block: Efacez IP-regulo + destroy_relay: Forigar relayo destroy_status: Efacez posto destroy_unavailable_domain: Efacez nedisponebla domeno destroy_user_role: Destruktez rolo - disable_2fa_user: Desaktivigez 2FA - disable_custom_emoji: Desaktivigez kustumizita emocimajo - disable_user: Desaktivigez uzanto - enable_custom_emoji: Aktivigez kustumizita emocimajo + disable_2fa_user: Desebligar 2FA + disable_custom_emoji: Desebligar personesigita emocimajo + disable_relay: Desebligar relayo + disable_sign_in_token_auth_user: Desebligar retpostofichyurizo por uzanto + disable_user: Desaktivigar uzanto + enable_custom_emoji: Ebligar personesigita emocimajo + enable_relay: Ebligar relayo + enable_sign_in_token_auth_user: Ebligar retpostofichyurizo por uzanto enable_user: Aktivigez uzanto memorialize_account: Memorializez konto promote_user: Promocez uzanto + publish_terms_of_service: Publikigar servtermini reject_appeal: Refuzez apelo reject_user: Refuzez uzanto remove_avatar_user: Efacez profilimajo @@ -214,56 +234,72 @@ io: update_custom_emoji: Novigez kustumizita emocimajo update_domain_block: Novigez domenobstrukto update_ip_block: Kreez IP-regulo + update_report: Tildatigar raporto update_status: Novigez posto update_user_role: Novigez rolo actions: approve_appeal_html: "%{name} aprobis jerdecidapelo de %{target}" approve_user_html: "%{name} aprobis registro de %{target}" assigned_to_self_report_html: "%{name} taskigis raporto %{target} a su" + change_email_user_html: "%{name} chanjis la retpostoadreso di uzanto %{target}" change_role_user_html: "%{name} chanjis rolo di %{target}" + confirm_user_html: "%{name} konfirmis retpostoadreso di uzanto %{target}" create_account_warning_html: "%{name} sendis averto a %{target}" create_announcement_html: "%{name} kreis nova anunco %{target}" - create_custom_emoji_html: "%{name} adchargis nova emocimajo %{target}" + create_canonical_email_block_html: "%{name} blokusis retposto kun la greto %{target}" + create_custom_emoji_html: "%{name} adkargis nova emocimajo %{target}" create_domain_allow_html: "%{name} permisis federato kun domeno %{target}" create_domain_block_html: "%{name} obstruktis domeno %{target}" + create_email_domain_block_html: "%{name} blokusis retpostodomeno %{target}" create_ip_block_html: "%{name} kreis regulo por IP %{target}" + create_relay_html: "%{name} kreis relayo %{target}" create_unavailable_domain_html: "%{name} cesis sendo a domeno %{target}" create_user_role_html: "%{name} kreis rolo di %{target}" demote_user_html: "%{name} despromocis uzanto %{target}" destroy_announcement_html: "%{name} efacis anunco %{target}" + destroy_canonical_email_block_html: "%{name} desblokusis retposto kun greto %{target}" destroy_custom_emoji_html: "%{name} efacis emocimajo %{target}" destroy_domain_allow_html: "%{name} despermisis federato kun domeno %{target}" destroy_domain_block_html: "%{name} deobstruktis domeno %{target}" + destroy_email_domain_block_html: "%{name} desblokusis retpostodomeno %{target}" destroy_instance_html: "%{name} efacis domeno %{target}" destroy_ip_block_html: "%{name} efacis regulo por IP %{target}" + destroy_relay_html: "%{name} forigis la relayo %{target}" destroy_status_html: "%{name} efacis posto da %{target}" destroy_unavailable_domain_html: "%{name} durigis sendo a domeno %{target}" destroy_user_role_html: "%{name} efacis rolo di %{target}" - disable_2fa_user_html: "%{name} desaktivigis 2-faktorbezono por uzanto %{target}" - disable_custom_emoji_html: "%{name} desaktivigis emocimajo %{target}" - disable_user_html: "%{name} desaktivigis eniro por uzanto %{target}" - enable_custom_emoji_html: "%{name} aktivigis emocimajo %{target}" - enable_user_html: "%{name} aktivigis eniro por uzanto %{target}" + disable_2fa_user_html: "%{name} desebligis dufaktora bezono por uzanto %{target}" + disable_custom_emoji_html: "%{name} desebligis emocimajo %{target}" + disable_relay_html: "%{name} desebligis la relayo %{target}" + disable_sign_in_token_auth_user_html: "%{name} desebligis retpostofichyurizo por %{target}" + disable_user_html: "%{name} desebligis eniro por uzanto %{target}" + enable_custom_emoji_html: "%{name} ebligis emocimajo %{target}" + enable_relay_html: "%{name} ebligis la relayo %{target}" + enable_sign_in_token_auth_user_html: "%{name} ebligis retpostofishyurizo por %{target}" + enable_user_html: "%{name} ebligis eniro por uzanto %{target}" memorialize_account_html: "%{name} kauzigis konto di %{target} divenar memorialpagino" promote_user_html: "%{name} promocis uzanto %{target}" + publish_terms_of_service_html: "%{name} publikigis tildatigi ad la servtermini" reject_appeal_html: "%{name} refuzis jerdecidapelo de %{target}" reject_user_html: "%{name} refuzis registro de %{target}" remove_avatar_user_html: "%{name} efacis profilimajo de %{target}" reopen_report_html: "%{name} riapertis raporto %{target}" + resend_user_html: "%{name} risendis konfirmretposto por %{target}" reset_password_user_html: "%{name} richanjis pasvorto de uzanto %{target}" resolve_report_html: "%{name} rezolvis raporto %{target}" - sensitive_account_html: "%{name} markizis medii di %{target} quale sentoza" + sensitive_account_html: "%{name} markis audvidaji di %{target} quale trublema" silence_account_html: "%{name} limitizis konto di %{target}" suspend_account_html: "%{name} restriktis konto di %{target}" unassigned_report_html: "%{name} detaskigis raporto %{target}" unblock_email_account_html: "%{name} deobstruktis retpostoadreso di %{target}" - unsensitive_account_html: "%{name} demarkizis medii di %{target} quale sentoza" + unsensitive_account_html: "%{name} desmarkizis audvidaji di %{target} quale trublema" unsilence_account_html: "%{name} efacis limito di konto di %{target}" unsuspend_account_html: "%{name} derestriktis konto di %{target}" update_announcement_html: "%{name} novigis anunco %{target}" update_custom_emoji_html: "%{name} novigis emocimajo %{target}" update_domain_block_html: "%{name} novigis domenobstrukto por %{target}" update_ip_block_html: "%{name} kreis regulo por IP %{target}" + update_report_html: "%{name} tildatigis raporto %{target}" update_status_html: "%{name} novigis posto da %{target}" update_user_role_html: "%{name} chanjis rolo di %{target}" deleted_account: konto efacita @@ -271,10 +307,11 @@ io: filter_by_action: Filtrez segun ago filter_by_user: Filtrez segun uzanto title: Kontrollogo + unavailable_instance: "(domennomo nedisponebla)" announcements: destroyed_msg: Anunco sucesoze efacesas! edit: - title: Modifikez anunco + title: Redaktar anunco empty: Nula anunci. live: Samtempe new: @@ -290,7 +327,7 @@ io: updated_msg: Anunco sucesoza novigesas! critical_update_pending: Urjanta aktualigo vartesas custom_emojis: - assign_category: Insertez kategorio + assign_category: Juntar kategorio by_domain: Domeno copied_msg: Sucesoze kreis lokala kopiuro di emocimajo copy: Kopiez @@ -299,18 +336,18 @@ io: created_msg: Emocimajo sucesoze kreesas! delete: Efacez destroyed_msg: Kustumizita emocimajo sucesoza destruktesas! - disable: Desaktivigez - disabled: Desaktivigita - disabled_msg: Sucesoze desaktivigis ta emocimajo + disable: Desebligar + disabled: Desebligita + disabled_msg: Sucese desebligis ta emocimajo emoji: Emocimajo - enable: Aktivigez - enabled: Aktivigita - enabled_msg: Sucesoze aktivigis ta emocimajo + enable: Ebligar + enabled: Ebligita + enabled_msg: Sucese ebligis ta emocimajo image_hint: Maximo grandeso di PNG o GIF esas %{size} list: Listo listed: Listita new: - title: Insertez nova kustumizita emocimajo + title: Adjuntar nova personesigita emocimajo no_emoji_selected: Nula emocimaji chanjesis pro ke nulo selektesis not_permitted: Vu ne permisesis agar co overwrite: Remplasez @@ -322,11 +359,11 @@ io: unlisted: Delistigita update_failed_msg: Ne povas novigar ta emocimajo updated_msg: Emocimajo sucesoze novigesis! - upload: Adchargez + upload: Adkargar dashboard: active_users: aktiva uzanti interactions: interagi - media_storage: Mediireteneso + media_storage: Audvidajkonservo new_users: nova uzanti opened_reports: raporti apertesis pending_appeals_html: @@ -374,7 +411,7 @@ io: created_msg: Domenobstrukto nun procedesas destroyed_msg: Domenobstrukto desagesis domain: Domeno - edit: Modifikez domenobstrukto + edit: Redaktar domenblokuso existing_domain_block: Vu ja exekutis plu rigoroza limiti a %{name}. existing_domain_block_html: Vu ja povis plu rigoroza limiti a %{name}, vu bezonas deobstruktar unesme. export: Exportez @@ -391,33 +428,41 @@ io: no_domain_block_selected: Nula domenobstrukti ne chanjesis por ke nulo selektesis not_permitted: Vu ne permisesis agar co obfuscate: Nedicernebligez domennomo - obfuscate_hint: Partala nedicernebligez domennomo en listo se reklamo di listo di domenlimito aktivigesas + obfuscate_hint: Parte celegez domennomo en la listo se reklamago di listo di domenlimito es ebligita private_comment: Privata komento private_comment_hint: Komento pri ca domenlimito esas por interna uzo da jereri. public_comment: Publika komento - public_comment_hint: Komentez pri ca domenlimito por la publiko, se reklamar listo di domenlimito aktivigesis. - reject_media: Refusez mediifaili - reject_media_hint: Efacas lokale retenita mediifaili e refuzas deschargar irgo en futuro. Nerelatata por restrikti + public_comment_hint: Komentez pri ca domenlimito por la publiko, se reklamago di listo di domenlimito es ebligita. + reject_media: Desaceptar audvidajdosieri + reject_media_hint: Forigas lokale konservita audvidajdosieri e desvolas deskargar irgo en la estonteso reject_reports: Refuzez raporti reject_reports_hint: Ignorez omna raporti quo venas de ca domeno. Nerelatata por restrikti undo: Undo view: Videz domenobstrukto email_domain_blocks: - add_new: Insertez novo + add_new: Adjuntar novo + allow_registrations_with_approval: Permisar registri kun aprobo attempts_over_week: one: "%{count} probo de pos 1 week" other: "%{count} registroprobi de pos 1 week" + created_msg: Sucese blokusis retpostodomeno delete: Efacez dns: types: mx: Rekordo MX domain: Domeno new: - create: Insertez domeno + create: Adjuntar domeno resolve: Rezolvez domeno + title: Blokusar nova retpostodomeno + no_email_domain_block_selected: Nula retpostodomenblokusi chanjesis pro ke nulo selektesis not_permitted: Ne permisata + resolved_dns_records_hint_html: La domennomo indikas ad la desantea MX-domeni kua chefe aceptas retposto. Zorgemez e ne blokusez ega retpostoprovizanti. resolved_through_html: Rezolvesis tra %{domain} + title: Blokusita retpostodomeni export_domain_allows: + new: + title: Importacar domenpermisi no_file: Nula dosiero selektesas export_domain_blocks: import: @@ -439,6 +484,9 @@ io: title: Sequez rekomendi unsuppress: Riganez sequorekomendo instances: + audit_log: + title: Lastatempa kontrolnoti + view_all: Vidar plena kontrolnoti availability: description_html: one: Se sendar a domeno falias %{count} dio sen sucesar, plusa sendoprobi ne agesos se sendo de la domeno ne ganesas. @@ -460,7 +508,7 @@ io: description_html: Vu povas fixar kontenajguidili quo aplikesos a omna konti de ca domeno e irga oli subdomeni. limited_federation_mode_description_html: Vu povas selektar ka vu permisos federar kun ca domeno. policies: - reject_media: Refusez medii + reject_media: Desaceptar audvidaji reject_reports: Refusez raporti silence: Limito suspend: Restriktez @@ -473,7 +521,7 @@ io: instance_followers_measure: nia sequanti ibe instance_follows_measure: olia sequanti hike instance_languages_dimension: Maxim uzata lingui - instance_media_attachments_measure: retenata mediiatachaji + instance_media_attachments_measure: konservita audvidajaddonaji instance_reports_measure: raporti pri oli instance_statuses_measure: retenata posti delivery: @@ -504,11 +552,11 @@ io: total_followed_by_them: Sequesis da oli total_followed_by_us: Sequesis da ni total_reported: Raporti pri oli - total_storage: Mediiatachaji + total_storage: Audvidajaddonaji totals_time_period_hint_html: Sumi quo montresas sube inkluzas informi de pos la komenco. unknown_instance: Prezente ne esas registrago pri ta domeno che ca servilo. invites: - deactivate_all: Deaktivigez omno + deactivate_all: Desebligar omno filter: all: Omna available: Disponebla @@ -517,7 +565,7 @@ io: title: Inviti ip_blocks: add_new: Kreez regulo - created_msg: Sucesoze insertis nova regulo di IP + created_msg: Sucese adjuntis nova IP-regulo delete: Efacez expires_in: '1209600': 2 semani @@ -533,19 +581,19 @@ io: relationships: title: "%{acct} relatesi" relays: - add_new: Insertez nova relayo + add_new: Adjuntar nova relayo delete: Efacez - description_html: "Federatrelayo esas mediatajservilo quo interchanjas multa publika posti inter servili quo abonas e publikigas ibe. Ol povas helpar mikra e mezgranda servili deskovrar kontenajo de fediverso, quale ne bezonas lokala uzanti manuale sequar altra personi en nelokala servili." - disable: Desaktivigez - disabled: Desaktivigita - enable: Aktivigez - enable_hint: Pos aktivigesar, vua servilo abonos omna publika posti de ca relayo, e komencos sendar publika posti di ca servilo a ol. - enabled: Aktivigita + description_html: "Fratarrelayo es intermedia servilo qua interchanjas multa publika afishi inter servili qua abonas e publikigas ibe." + disable: Desebligar + disabled: Desebligita + enable: Ebligar + enable_hint: Pos ebligita, vua servilo abonos omna publika afishi de ca relayo, e komencos sendar publika afishi di ca servilo ad ol. + enabled: Ebligita inbox_url: URL di relayo pending: Vartas aprobo di relayo - save_and_enable: Sparez e aktivigez + save_and_enable: Konservar e ebligar setup: Facez relayokonekto - signatures_not_enabled: Relayi ne korekta funcionos dum ke sekurmodo o limigita federatmodo aktivigesis + signatures_not_enabled: Relayi eble ne korekta funcionos dum ke sekurmodo o limigita fratarmodo es ebligita status: Stando title: Relayi report_notes: @@ -560,13 +608,18 @@ io: action_taken_by: Agesis da actions: delete_description_html: Raportizita posti efacesos e streko rekordigesos por helpar vu intensigar en nexta malagi da la sama konto. - mark_as_sensitive_description_html: Medii en raportizita posti markizesos quale sentoza e streko rekordigesos por helpar vu intensigar en nexta malagi da la sama konto. - other_description_html: Videz plu multa opcioni por dominacar konduto di konto e kustumizar komuniko a raportizita konto. + mark_as_sensitive_description_html: Audvidaji en raportita afishi markesos quale trublema e streko rekordesos por helpar vu intensigar en posa malagi da la sama konto. + other_description_html: Videz plu multa preferaji por regularar konduto di konto e personesigar komuniko ad raportita konto. resolve_description_html: Nulo agesos kontre raportizita konto, streko ne rekordizesos e raporto klozesos. silence_description_html: Konto esos videbla nur por personi qui ja sequas lo o manuale serchas lo, severe limitizante lua atingo. On sempre povas desfacar co. Klozas omna raporti kontra ca konto. suspend_description_html: Ca konto e omna kontenaji esos neacesebla e efacota, e interagar kun ol esos neposibla. Desfacebla dum 30 dii. Klozas omna raporti kontra ca konto. + actions_description_html: Decidez quala ago por traktar ca raporto. actions_description_remote_html: Selektez quo vu agos por solvar ca raporto. Co nur efektigos quale vua servilo komunikas kun ca fora konto e traktas lua kontenaji. - add_to_report: Insertez pluse a raporto + actions_no_posts: Ca raporto ne havas irga relatita afishi por forigar + add_to_report: Adjuntar plu ad raporto + already_suspended_badges: + local: Ja blokusita sur ca servilo + remote: Ja blokusita sur lua servilo are_you_sure: Ka vu esas certa? assign_to_self: Taskigez me assigned: Taskigita jerero @@ -589,7 +642,7 @@ io: mark_as_unresolved: Markizez quale nerezolvita no_one_assigned: Nulu notes: - create: Insertez noto + create: Adjuntar noto create_and_resolve: Rezolvez per noto create_and_unresolve: Riapertez per noto delete: Efacez @@ -603,6 +656,7 @@ io: report: 'Raporto #%{id}' reported_account: Raportizita konto reported_by: Raportizesis da + reported_with_application: Raportesis per apliko resolved: Rezolvesis resolved_msg: Raporto sucesoze rezolvesis! skip_to_actions: Saltez a agi @@ -625,6 +679,7 @@ io: delete_data_html: Efacor la profilo e kontenaji di @%{acct} ye 30 dii de nun ecepte ke lu esus desrestrikita ante ta tempe preview_preamble_html: "@%{acct} recevos averto kun la sequanta kontenajo:" record_strike_html: Registrar punto kontra @%{acct} por helpar vu traktar futura reguloviolaci di ca konto + send_email_html: Sendar ad @%{acct} avertretposton warning_placeholder: Neobligata plusa expliko por la jero-ago. target_origin: Fonto di raportizita konto title: Raporti @@ -634,18 +689,19 @@ io: updated_at: Novigesis view_profile: Videz profilo roles: - add_new: Insertez rolo + add_new: Adjuntar rolo assigned_users: one: "%{count} uzanto" other: "%{count} uzanti" categories: administration: Administro + devops: Developisto invites: Inviti moderation: Jero special: Specala delete: Efacez description_html: Per uzantoroli, vu povas kustumizar funciono e siti di Mastodon quon vua uzanti povas uzar. - edit: Modifikez rolo di '%{name}' + edit: Redaktar rolo di '%{name}' everyone: Originala permisi everyone_full_description_html: Co esas bazrolo quo efektigas omna uzanti, mem personi sen rolo. Omna altra roli ganas sama permisi de ol. permissions_count: @@ -663,23 +719,25 @@ io: manage_appeals: Jerez apeli manage_appeals_description: Permisez uzanti kontrolar apeli kontra jero manage_blocks: Jerez obstrukti + manage_blocks_description: Permisar uzanti blokusar retpostoservili e IP-adresi manage_custom_emojis: Jerez kustumizita emocimaji manage_custom_emojis_description: Permisez uzanti jerar kustumizita emocimaji en la servilo manage_federation: Jerez federo manage_federation_description: Permisez uzanti obstruktar o permisez federo kun altra domeni, e dominacar sendebleso manage_invites: Jerez inviti - manage_invites_description: Permisez uzanti vidar e desaktivigar invitligili + manage_invites_description: Permisez uzanti vidar e desebligar invitligili manage_reports: Jerez raporti manage_reports_description: Permisez uzanti kontrolar raporti e jerez kontra oli manage_roles: Jerez roli manage_roles_description: Permisez uzanti jerar e ajustar plu basa roli di olia manage_rules: Jerez reguli manage_rules_description: Permisez uzanti chanjar servilreguli - manage_settings: Jerez opcioni - manage_settings_description: Permisez uzanti chanjar sitopcioni + manage_settings: Administrar preferaji + manage_settings_description: Permisez uzanti chanjar reteypreferaji manage_taxonomies: Jerez nomkategorii - manage_taxonomies_description: Permisez uzanti kontrolar tendencoza kontenajo e novigar hashtagopcioni + manage_taxonomies_description: Permisez uzanti kontrolar populareska enhavajo e tildatigar gretvortpreferaji manage_user_access: Jerez uzantoeniro + manage_user_access_description: Permisar uzanti desebligar dufaktoryurizo di altra uzanti, chanjar retpostoadresi e richanjar pasvorto manage_users: Jerez uzanti manage_users_description: Permisez uzanti vidar detali di altra uzanti e jerar kontra oli manage_webhooks: Jerez interrethoki @@ -687,14 +745,15 @@ io: view_audit_log: Videz kontrollogo view_audit_log_description: Permisez uzanti vidar historio di administrala agi en la servilo view_dashboard: Videz chefpanelo - view_dashboard_description: Permisez uzanti uzar chefpanelo e diversa opcioni + view_dashboard_description: Permisez uzanti uzar chefpanelo e diversa mezuri + view_devops: Developisto view_devops_description: Permisez uzanti uzar chefpaneli Sidekiq e pgHero title: Roli rules: - add_new: Insertez regulo + add_new: Adjuntar regulo delete: Efacez description_html: Quankam maxim multa personi asertar ke lu ja lektis e konsentis serveskondicioni, frequente personi ne komplete lektas til problemo eventas. Faciligez on vidar vua reguli di servilo kurte per pozar puntostrukturlisto. Lasez singla reguli esar kurta e simpla, ma ne fendez a multa separata kozi anke. - edit: Modifikez regulo + edit: Redaktar regulo empty: Nula servilreguli fixesis til nun. title: Servilreguli settings: @@ -710,9 +769,11 @@ io: preamble: Fabrikmarko di ca servilo diferentigas lu de altra servili en la reto. Ca informi forsan montresas che diversa loki. Do, ca informi debas esar klara. title: Fabrikmarkeso captcha_enabled: + desc_html: Co dependas externa skripti de hCaptcha kua eble es sekureso e privatesdesquieto. Do, uzez alternativa metodi tala aprobala o invitala registro. title: Postular ke nova uzanti solvos CAPTCHA por konfirmar lia konti content_retention: - preamble: Dominacez quale uzantigita kontenajo retenesar en Mastodon. + danger_zone: Danjerzono + preamble: Selektar quale uzantigita kontenajo retenesar en Mastodon. title: Kontenajreteneso default_noindex: desc_html: Efektigas omna uzanti qui ne personale chanjis ca opciono @@ -720,17 +781,18 @@ io: discovery: follow_recommendations: Sequez rekomendaji preamble: Montrar interesanta kontenajo esas importanta ye voligar nova uzanti quo forsan ne savas irgu. Dominacez quale ca deskovrotraiti funcionar en ca servilo. - profile_directory: Profilcheflisto + profile_directory: Profiluyo public_timelines: Publika tempolinei publish_discovered_servers: Publikar deskovrita servili publish_statistics: Publikar statistiki title: Deskovro - trends: Tendenci + trends: Populari domain_blocks: all: A omnu disabled: A nulu users: A enirinta lokala uzanti registrations: + moderation_recommandation: Certez ke vu havas sata e reaktiva jergrupo ante vu desklozar registri ad omnu! preamble: Dominacez qua povas krear konto en ca servilo. title: Registragi registrations_mode: @@ -738,6 +800,7 @@ io: approved: Aprobo bezonesas por registro none: Nulu povas registrar open: Irgu povas registrar + warning_hint: Ni rekomendas uzar "Aprobo bezonita por registro" se vu ne kunfidas ke vua jergrupo povas traktar spamo e mala registri bontempe. security: authorized_fetch: Postular autentikigo de federata servili authorized_fetch_hint: Postular autentikigo de federata servili kapabligar plu strikta enforcigo dil blokusi di uzanti e dil servilo. Tamen, co enduktos exekutado-lentigo, diminutos la atingebleso di via respondi, e forsan enduktos koncilieblesoproblemi kun kelka softwari federata. Pluse, co ne preventos aganti dedikita de acesar vua publika posti e konti. @@ -745,10 +808,11 @@ io: federation_authentication: Enforcigo di federado-autentikigo title: Servilopcioni site_uploads: - delete: Efacez adchargita failo - destroyed_msg: Sitadchargito sucesoze efacesis! + delete: Forigar adkargita dosiero + destroyed_msg: Reteyadkargo sucese forigesis! software_updates: critical_update: Urjanta — voluntez aktualigar rapide + description: On rekomendesis lasar Mastodon-instalo esar tildatigita por bone ganar maxim nova repari e traiti. Do, Mastodon kontrolas tildatigi ye singla 30 minuti, e savigos vu segun vua retpostosavigpreferi. documentation_link: Lernez pluse release_notes: Emiso-noti title: Aktualigi disponebla @@ -764,24 +828,31 @@ io: back_to_account: Retrovenez a kontopagino back_to_report: Retrovenez a raportpagino batch: + add_to_report: 'Adjuntar ad raporto #%{id}' remove_from_report: Efacez de raporto report: Raportizez + contents: Enhavaji deleted: Efacesis favourites: Favoriziti history: Historio di versioni in_reply_to: Respondante a language: Linguo media: - title: Medii + title: Audvidaji metadata: Metadatumi + no_history: Ca afisho ne redaktesis no_status_selected: Nula posti chanjesis pro ke nulo selektesis open: Apertez posto original_status: Originala posto reblogs: Dissemi + replied_to_html: Respondis ad %{acct_link} status_changed: Posto chanjita + status_title: Afisho da %{name} + title: Kontoafishi - @%{name} trending: Populara + view_publicly: Vidar publike visibility: Videbleso - with_media: Kun medii + with_media: Kun audvidaji strikes: actions: delete_statuses: "%{name} efacis posti di %{target}" @@ -797,12 +868,20 @@ io: system_checks: database_schema_check: message_html: Existas vartanta datamaturmigri. Startez por certigar ke la softwaro kondutar quale expektita + elasticsearch_health_red: + message_html: Elastiksercharo es nekapabla, serchtraiti es nedisponebla + elasticsearch_health_yellow: + message_html: Elastiksercharo es nekapabla, vu darfas volar inquestar la motivo elasticsearch_preset: action: Videz la dokumentajo + message_html: Vua elastiksercharo havas plu kam un nodo, ma Mastodon ne povas uzar ili. elasticsearch_preset_single_node: action: Videz la dokumentajo + message_html: Vua elastiksercharo havas nur un nodo, ES_PRESET devas fixesesar ad single_node_cluster. + elasticsearch_reset_chewy: + message_html: Vua elastikserchsistemindexo esas destildatigita pro preferajchanjo. elasticsearch_running_check: - message_html: Ne povas konektas a Elasticsearch. Kontrolez ke ol functionas o desaktivigez textokompleta trovo + message_html: Ne povas konektas ad Elasticsearch. elasticsearch_version_check: message_html: 'Nekonciliebla versiono di Elasticsearch: %{value}' version_comparison: Elasticsearch %{running_version} funcionas ma %{required_version} bezonesas @@ -810,7 +889,10 @@ io: action: Jerez servilreguli message_html: Vu ne fixis irga servilreguli. sidekiq_process_check: - message_html: Sidekiq procedo ne funcionas ye %{value} fask(o). Kontrolez vua opciono di Sidekiq + message_html: Sidekiq procedo ne funcionas ye %{value} fask(o) + software_version_check: + action: Vidar disponebla tildatigi + message_html: Mastodon-tildatigo es disponebla. software_version_critical_check: action: Videz la aktualigi disponebla message_html: Urjanta Mastodon-aktualigo es disponebla, voluntez aktualigar la servilo tam rapide kam es posibla. @@ -824,16 +906,66 @@ io: action: Konsultez hike por plu multa informo message_html: "Vua dosierokonservo es misfigurizita. La privateso di vua uzanti es domajebla." tags: + moderation: + not_trendable: Ne popularebla + not_usable: Ne uzebla + pending_review: Vartas kontrolo + review_requested: Kontrolo demandesis + reviewed: Kontrolesis + title: Stando + trendable: Popularebla + unreviewed: Nekontrolesis + usable: Neuzebla + name: Nomo + newest: Maxim nova + oldest: Maxim desnova + open: Vidar publike + reset: Richanjar review: Kontrolez stando - updated_msg: Hashtagopcioni novigesis sucesoze + search: Serchar + title: Gretvorti + updated_msg: Gretvortpreferaji tildatigesis sucese + terms_of_service: + back: Retroirar ad servtermini + changelog: Quo chanjesis + create: Uzar vua sua ajo + current: Nuntempa + draft: Skribureto + generate: Uzar shablono + generates: + action: Igar + chance_to_review_html: "Igita servtermini ne publikigos automate. Plenigez la necesa detali por daurar." + history: Historio + live: Nuna + no_history: Ne havas rekordita chanji di servtermini ankore. + no_terms_of_service_html: Vu nune ne havas irga fixita servtermini. + notified_on_html: Uzanti savigesis ye %{date} + notify_users: Savigar uzanti + preview: + explanation_html: La retposto sendesos ad %{display_count}uzanti qua registris ante %{date}. + send_preview: Sendar prevido ad %{email} + send_to_all: + one: Sendar %{display_count} retposto + other: Sendar %{display_count} retposti + title: Previdar servterminsavigo + publish: Publikigar + published_on_html: Publikigita ye %{date} + save_draft: Konservar skiso + title: Servtermini title: Administro trends: allow: Permisez approved: Aprobesis + confirm_allow: Ka vu es certa ke vu volas permisar selektita etiketi? + confirm_disallow: Ka vu es certa ke vu volas despermisar selektita etiketi? disallow: Despermisez links: allow: Permisez ligilo allow_provider: Permisez publikiganto + confirm_allow: Ka vu es certa ke vu volas permisar selektita ligili? + confirm_allow_provider: Ka vu es certa ke vu volas permisar selektita provizanti? + confirm_disallow: Ka vu es certa ke vu volas despermisar selektita ligili? + confirm_disallow_provider: Ka vu es certa ke vu volas despermisar selektita provizanti? description_html: Co esas ligili quo nun multe partigesas da konti kun posti quon vua servilo vidas. Ol povas helpar vua uzanti lernar quo eventas en mondo. Ligili ne publike montresas til vu aprobar publikiganto. Vu povas anke permisar o refuzar individuala ligili. disallow: Despermisez ligilo disallow_provider: Despermisez publikiganto @@ -843,29 +975,33 @@ io: shared_by_over_week: one: Partigesis da 1 persono de pos antea semano other: Partigesis da %{count} personi de pos antea semano - title: Tendencoza ligili + title: Populara ligili usage_comparison: Partigesis %{today} foyi hodie, la nombro esas %{yesterday} hiere not_allowed_to_trend: Ne permisita quale popularo only_allowed: Nur permisato pending_review: Vartas kontrolo preview_card_providers: - allowed: Ligili de ca publikiganto povas divenar tendenco - description_html: Co esas domen quo havas ligili quo frequente partigesas en vua servilo. Ligili ne divenas tendenco publike se domeno di ligilo ne aprobesas. Vua aprobo (o refuzo) anke esas por subdomeni. - rejected: Ligili de ca publikiganto ne divenos tendenco + allowed: Ligili de ca publikiganto povas populareskar + description_html: Co esas domeni quo havas ligili qua ofte kunhavigesis che vua servilo. Vua aprobo anke esas por domeneti. + rejected: Ligili de ca publikiganto ne populareskos title: Publikiganti rejected: Refuzesis statuses: allow: Permisez posto allow_account: Permisez skribanto - description_html: Co esas posti quon vua servilo savas quale nun partigesas e favorizesas multe nun. Ol povas helpar vua nova e retrovenanta uzanti trovar plu multa personi por sequar. Posti ne publike montresas til vu aprobar la skribanto, e la skribanto permisas sua konto sugestesas a altra personi. Vu povas anke permisar o refuzar individuala posti. + confirm_allow: Ka vu es certa ke vu volas permisar selektita standi? + confirm_allow_account: Ka vu es certa ke vu volas permisar selektita konti? + confirm_disallow: Ka vu es certa ke vu volas despermisar selektita standi? + confirm_disallow_account: Ka vu es certa ke vu volas despermisar selektita konti? + description_html: Co esas afishi quan vua servilo savas e nun partigesis e stelumesis multe nun. Afishi ne publike montresas til vu aprobar la verkanto, e la verkanto permisas lua konto sugestesas ad altra personi. disallow: Despermisez posto disallow_account: Despermisez skribanto - no_status_selected: Nula tendencoza posti chanjesis pro ke nulo selektesis + no_status_selected: Nula populara afishi chanjesis pro ke nulo selektesis not_discoverable: Skribanto ne konsentis pri esar deskovrebla shared_by: - one: Partigesis o favorizesis 1 foye - other: Partigesis o favorizesis %{friendly_count} foye - title: Tendencoza posti + one: Partigesis o stelumesis unfoye + other: Partigesis o stelumesis %{friendly_count} foye + title: Populara afishi tags: current_score: Nuna punto esas %{score} dashboard: @@ -878,36 +1014,38 @@ io: listable: Povas sugestesar no_tag_selected: Nula tagi chanjesis pro ke nulo selektesis not_listable: Ne sugestesar - not_trendable: Ne aparas che tendenci + not_trendable: Ne aparos en populari not_usable: Ne povas uzesar peaked_on_and_decaying: Maxim uzita ye %{date}, nun diminutesas - title: Tendencoza hashtagi - trendable: Povas aparar che tendenci - trending_rank: 'Tendencorango #%{rank}' + title: Populara gretvorti + trendable: Povas aparar en populari + trending_rank: 'Popularo #%{rank}' usable: Povas uzesar usage_comparison: Uzesis %{today} foyi hodie, la nombro esas %{yesterday} hiere used_by_over_week: one: Uzesis da 1 persono de pos 1 semano other: Uzesis da %{count} personi de pos 1 semano - trending: Tendenco + title: Rekomenditi & populari + trending: Populara warning_presets: - add_new: Insertez novo + add_new: Adjuntar novo delete: Efacez - edit_preset: Modifikez avertfixito + edit_preset: Redaktar avertdecido empty: Vu ne fixis irga avertfixito til nun. + title: Avertpreferaji webhooks: - add_new: Insertez finpunto + add_new: Adjuntar finpunto delete: Efacez description_html: "Rethoko povigas Mastodon sendar samtempoavizi pri selektita eventi a vua sua apliko, por ke vua apliko povas automate kauzigar reakti." - disable: Desaktivigez - disabled: Desaktivigita - edit: Modifikez finpunto + disable: Desebligar + disabled: Desebligita + edit: Redaktar finpunto empty: Vu ne havas irga ajustita finpunti ankore. - enable: Aktivigez + enable: Ebligar enabled: Aktiva enabled_events: - one: 1 aktivigita evento - other: "%{count} aktivigita eventi" + one: 1 ebligita evento + other: "%{count} ebligita eventi" events: Eventi new: Nova rethoko rotate_secret: Rotacigez sekreto @@ -916,6 +1054,8 @@ io: title: Rethoki webhook: Rethok admin_mailer: + auto_close_registrations: + subject: Registri di %{instance} automate chanjesis ad bezonar aprobo new_appeal: actions: delete_statuses: efacos ola posti @@ -944,12 +1084,12 @@ io: new_trends: body: 'Ca kozi bezonas kontrol ante ol povas montresar publike:' new_trending_links: - title: Tendencoza ligili + title: Populara ligili new_trending_statuses: - title: Tendencoza posti + title: Populara afishi new_trending_tags: - title: Tendencoza hashtagi - subject: Nova tendenci bezonas kontrolesar che %{instance} + title: Populara gretvorti + subject: Nova populari bezonas kontrolo sur %{instance} aliases: add_new: Kreez alternativa nomo created_msg: Sucesoze kreis nova alternativa nomo. Vu povas nun komencar transfero de la olda konto. @@ -958,9 +1098,9 @@ io: hint_html: Se vu volas transferesar de altra konto a co, hike vu povas krear alternativnomo, quo bezonesas ante vu povas durigar transferar sequanti de la olda konto a co. Ca ago esas nedanjeroza e inversigebla. Kontomigro komencesas de la olda konto. remove: Deligez alternative nomo appearance: - advanced_web_interface: Avancata retintervizajo - advanced_web_interface_hint: 'Se vu volas uzar tota skrenlongeso, avancata retintervizajo povigas vu modifikar multa diferanta kolumni por vida multa informi en sama tempo quon vu volas: Hemo, avizi, federatata tempolineo, multa listi e hashtagi.' - animations_and_accessibility: Animacii e aceseso + advanced_web_interface: Altnivela retintervizajo + advanced_web_interface_hint: 'Se vu volas uzar tota skrenlongeso, altnivela retintervizajo povigas vu modifikar multa dessama kolumni por vida multa informi en sama tempo quale vu volas: Hemo, savigi, fratara tempolineo, multa listi e gretvorti.' + animations_and_accessibility: Animi e adirebleso confirmation_dialogs: Konfirmdialogi discovery: Deskovro localization: @@ -969,7 +1109,9 @@ io: guide_link_text: Omnu povas kontributar. sensitive_content: Sentoza kontenajo application_mailer: + notification_preferences: Chanjar retpostopreferaji salutation: "%{name}," + settings: 'Chanjar retpostopreferaji: %{link}' unsubscribe: Desabonez view: 'Vidar:' view_profile: Videz profilo @@ -996,17 +1138,18 @@ io: redirect_to_app_html: Vu devas sendesir al apliko %{app_name}. Se to ne evenis, probez %{clicking_this_link} o retroirez manuale al apliko. registration_complete: Vua registrago che %{domain} nun es kompleta! welcome_title: Bonvenez, %{name}! + wrong_email_hint: Se ta retpostoadreso ne es korekta, vu povas chanjar lu en la kontopreferaji. delete_account: Efacez konto delete_account_html: Se vu volas efacar vua konto, vu povas irar hike. Vu demandesos konfirmar. description: - prefix_invited_by_user: "@%{name} invitas vu juntar ca servilo di Mastodon!" + prefix_invited_by_user: "@%{name} invitas vu adeskar ca servilo di Mastodon!" prefix_sign_up: Registrez che Mastodon hodie! - suffix: Per konto, vu povos sequar personi, postigar novaji e interchanjar mesaji kun uzanti de irga servilo di Mastodon e pluse! + suffix: Per konto, vu povos sequar personi, postigar novaji e interchanjar mesaji kun uzanti de irga servilo di Mastodon e plu multo! didnt_get_confirmation: Ka vu ne recevis konfirmoligilo? dont_have_your_security_key: Ka vu ne havas sekuresklefo? forgot_password: Pasvorto obliviita? invalid_reset_password_token: Pasvorto richanjoficho esas nevalida o expirita. Demandez novo. - link_to_otp: Insertez 2-faktorkodexo de vua fono o rigankodexo + link_to_otp: Insertez dufaktora kodexo de vua telefonilo o rigankodexo link_to_webauth: Uzez vua sekuresklefaparato log_in_with: Enirez per login: Enirar @@ -1015,6 +1158,7 @@ io: migrate_account_html: Se vu volas ridirektar ca konto a diferanto, vu povas ajustar hike. or_log_in_with: O eniras per progress: + confirm: Konfirmar retpostoadreso details: Vua detali review: Nia revuo rules: Aceptar reguli @@ -1036,22 +1180,38 @@ io: security: Chanjar pasvorto set_new_password: Selektar nova pasvorto setup: + email_below_hint_html: Kontrolez vua spamdosieruyo, o demandez altra ligilo. + email_settings_hint_html: Klikez la ligilo quan ni sendis ad %{email} por komencar uzar Mastodon. link_not_received: Ka vu ne recevis ligilo? + new_confirmation_instructions_sent: Vu recevos nova retposto kun la konfirmligilo pos kelka minuti! title: Kontrolez vua retposti sign_in: preamble_html: Enirez per vua %{domain} detali. Se vua konto esas che altra servilo, vu ne povos enirar hike. title: Enirez a %{domain} sign_up: manual_review: Registragi che %{domain} es revuata da nia personaro. Por helpar ni traktar vua aplikajo, skribez kelko pri vu e pro quo vu volas konto che %{domain}. + preamble: Per konto en ca servilo di Mastodon, on povas sequar irga persono en ca fediverso, ne ye ube ona konto gastigesis. title: Ni komencigez vu en %{domain}. status: account_status: Kontostando + confirming: Vartas retpostokonfirmo esar kompleta. functional: Vua konto esas tote funcionoza. + pending: Vua apliko bezonas kontrolo da nia laborero. Vu ganos retposto se vua apliko aprobesis. redirecting_to: Vua konto esas neaktiva pro ke ol nun ridirektesos a %{acct}. self_destruct: Pro ke %{domain} balde klozos, vu havas nur aceso limitizata a vua konto. view_strikes: Videz antea streki kontre vua konto too_fast: Formulario sendesis tro rapide, probez itere. use_security_key: Uzes sekuresklefo + user_agreement_html: Me lektas e asentas servtermini e privatesguidilo + user_privacy_agreement_html: Me lektas e konsentas privatesguidilo + author_attribution: + example_title: Exemplotexto + hint_html: Ka vu skribas novaji o blogartikli ne en Mastodon? + instructions: 'Certigez ke ca kodexo es en HTML di vua artiklo:' + more_from_html: Plu de %{name} + s_blog: Blogo di %{name} + then_instructions: Pose, adjuntez la domennomo di publikigo en la dessupra spaco. + title: Verkantoagnosko challenge: confirm: Avancez hint_html: "Guidilo: Ni ne demandos vua pasvorto itere til 1 horo." @@ -1079,7 +1239,7 @@ io: x_months: "%{count}mo" x_seconds: "%{count}s" deletes: - challenge_not_passed: Informo quon vu insertis ne esas korekta + challenge_not_passed: Informo quan vu insertis es nekorekta confirm_password: Insertez nuna pasvorto por verifikar vua identeso confirm_username: Insertez vua uzantonomo por konfirmar procedo proceed: Efacez konto @@ -1124,6 +1284,7 @@ io: your_appeal_rejected: Vua apelo refuzesis edit_profile: basic_information: Fundamentala informo + hint_html: "Personesigez quon personi vidas sur vua publika profilo e apud vua afishi.." other: Altra errors: '400': Demando quon vu sendis esas nevalida o malstrukturala. @@ -1139,27 +1300,26 @@ io: content: Regreto, ma evas nefuncionas che nia latero. title: Ca pagino ne esas korekta '503': La pagino ne povas montresas pro tempala servilfalio. - noscript_html: Por uzar retsoftwaro di Mastodon, aktivigez JavaScript. Alternative, probez 1 de konciliebla softwari por Mastodon por vua platformo. existing_username_validator: not_found: ne povas trovar lokala uzanti kun ta uzantonomo not_found_multiple: ne povas trovar %{usernames} exports: archive_takeout: date: Dato - download: Deschargez vua arkivo - hint_html: Vu povas demandar arkivo di vua posti e adchargita medii. Exportacita informi esos kun ActivityPub format, e lektebla da irga konciliebla softwaro. Vu povas demandar arkivo pos singla 7 dii. + download: Deskargar vua arkivo + hint_html: Vu povas demandar arkivo di vua afishi e adkargita audvidaji. Vu povas demandar arkivo pos singla 7 dii. in_progress: Kompilar vua arkivo... request: Demandez vua arkivo size: Grandeso blocks: Tu blokusas - bookmarks: Libromarki + bookmarks: Lektosigni csv: CSV domain_blocks: Domenobstrukti lists: Listi mutes: Vu silencigesas - storage: Konservado di kontenajo + storage: Audvidajkonservo featured_tags: - add_new: Insertez novo + add_new: Adjuntar novo errors: limit: Vu ja pinglizis la maxima nombro de hastagi hint_html: "Quo esas estelita hashtagi? Ol montresas eminente che vua publika profilo e povigas personi vidar vua publika posti partikulare kun ta hashtagi. Oli esas bona utensilo por jeretar kreiva agaji e longa projetaji." @@ -1171,11 +1331,11 @@ io: public: Publika tempolinei thread: Konversi edit: - add_keyword: Insertez klefvorto + add_keyword: Adjuntar klefvorto keywords: Klefvorti statuses: Individuala posti statuses_hint_html: Ca filtrilo aplikesas a selektita posti ne segun kad oli parigesas kun basa klefvorti. Kontrolez o efacez posti de la filtrilo. - title: Modifikez filtrilo + title: Redaktar filtrilo errors: deprecated_api_multiple_keywords: Ca parametri ne povas chanjesar per ca softwaro pro quo oli efektigas plu kam 1 filtrilklefvorto. Uzez plu recenta softwaro o interretintervizajo. invalid_context: Nula o nevalida kuntexto donesis @@ -1197,7 +1357,7 @@ io: title: Filtrili new: save: Salvez nova filtrilo - title: Insertez nova filtrilo + title: Adjuntar nova filtrilo statuses: back_to_filter: Retrovenez a filtrilo batch: @@ -1240,7 +1400,7 @@ io: mismatched_types_warning: Semblas ke vu forsan selektis la nekorekta tipo por ca importaco, voluntez kontrolar itere. modes: merge: Kombinez - merge_long: Retenez displonebla rekordi e insertez novi + merge_long: Konservar existanta rekordi e adjuntar novi overwrite: Remplasez overwrite_long: Remplasez nuna rekordi per novi preface: Tu povas importacar kelka datumi, tal quala listi de omna homi quin tu sequas o blokusas, a tua konto di ca instaluro, per dosiero exportacita de altra instaluro. @@ -1251,7 +1411,7 @@ io: scheduled: Projetita unconfirmed: Nekonfirmata status: Stando - success: Tua datumi esis senprobleme importacita ed esos traktita quale projetita + success: Vua datumi es senprobleme adkargita e esos traktita balde time_started: Komencita ye titles: blocking: Importacante konti blokusata @@ -1266,14 +1426,14 @@ io: destructive: Blokusati e silencigati types: blocking: Listo de blokusiti - bookmarks: Libromarki + bookmarks: Lektosigni domain_blocking: Domenobstruktolisto following: Listo de sequati lists: Listi muting: Silenciglisto - upload: Kargar + upload: Adkargar invites: - delete: Deaktivigez + delete: Desebligar expired: Expiris expires_in: '1800': 30 minuti @@ -1315,13 +1475,14 @@ io: title: Desabonez media_attachments: validations: - images_and_video: Ne povas atachar video a posto quo ja kontenar imaji - not_ready: Ne povas faili quo ankore procedigesas. Probez itere pose! - too_many: Ne povas atachar plu kam 4 faili + images_and_video: Ne povas addonar video ad afisho qua ja enhavas imaji + not_found: Audvidaji %{ids} es ne trovesis o ja addonesis ad altra afisho + not_ready: Ne povas addonar dosieri qua ankore ne finigas procedar. + too_many: Ne povas addonar plu kam 4 dosieri migrations: acct: Transferesis a cancel: Anulez ridirekto - cancel_explanation: Anular ridirekto riaktivigos vua nuna konto, ma ne riganos sequanti quo transferesis a ta konto. + cancel_explanation: Nuligar ridirekto riaktivigos vua nuna konto, ma ne riganos sequanti qua movigesis ad ta konto. cancelled_msg: Sucesoze anulis ridirekto. errors: already_moved: esas sama transferkonto @@ -1344,7 +1505,7 @@ io: backreference_required: Nova konto mustas unesme ajustesar por dopreferar co before: 'Ante durar, lektez ca noti sorgeme:' cooldown: Pos transferesar, existas varttempo kande vu ne povas transferesar itere - disabled_account: Vua nuna konto ne divenos tote uzebla pose. Tamen, vu povas acesar informexportaco e anke riaktivigo. + disabled_account: Vua nuna konto ne esos tote uzebla pose. followers: Ca ago transferos omna sequanti de nuna konto a nova konto only_redirect_html: Alternative, vu povas nur pozar ridirekto che vua profilo. other_data: Altra informi ne transferesos automate @@ -1382,7 +1543,7 @@ io: subject: "%{name} mencionis tu" title: Nova menciono poll: - subject: Votposto di %{name} finis + subject: Votinquesto da %{name} fineskis reblog: body: "%{name} repetis vua posto:" subject: "%{name} repetis vua posto" @@ -1390,7 +1551,7 @@ io: status: subject: "%{name} nove postigis" update: - subject: "%{name} modifikis posto" + subject: "%{name} redaktis afisho" notifications: email_events_hint: 'Selektez eventi quon vu volas ganar avizi:' number: @@ -1404,13 +1565,13 @@ io: thousand: K trillion: T otp_authentication: - code_hint: Insertez kodexo quo facesis da vua yurizsoftwaro por konfirmar - description_html: Se vu aktivigas 2-faktoryurizo per yurizsoftwaro, eniro bezonos vu havar vua smartfono, quale facas fichi por vu por enirar. - enable: Aktivigez - instructions_html: "Skanez ca QR-kodexo a Google Authenticator o simila TOTP-softwaro en vua smartfono. Pos co, ta softwaro facos fichi quon vu bezonos insertar kande enirar." + code_hint: Insertez kodexo qua igesis da vua yurizaplikajo por konfirmar + description_html: Se vu ebligas dufaktora yurizo per yurizaplikajo, eniro bezonos vu havar vua telefonilo, quo igos fichi por vu enirar. + enable: Ebligar + instructions_html: "Skanez ca QR-kodexo ad Google Authenticator o simila TOTP-aplikajo per vua telefonilo." manual_instructions: 'Se vu ne povas skanar QR-kodexo e bezonas insertar manuala, subo esas textosekreto:' setup: Facez - wrong_code: Insertita kodexo esas nevalida! Ka serviltempo e aparattempo esas korekta? + wrong_code: Insertita kodexo es nevalida! pagination: newer: Nova next: Sequanta @@ -1419,24 +1580,28 @@ io: truncate: "…" polls: errors: - already_voted: Vu ja votis che ca votposto - duplicate_options: havas duplikatkozi - duration_too_long: esas tro distanta en futuro + already_voted: Vu ja votis sur ca votinquesto + duplicate_options: enhavas duopliga aji + duration_too_long: esas tro desproxima en la estonteso duration_too_short: es tro balde - expired: Votposto ja finis + expired: La votinquesto ja fineskis invalid_choice: Selektita votselektajo ne existas - over_character_limit: ne povas esar plu longa kam %{max} literi por sing + over_character_limit: ne povas esar plu longa kam %{max} literi por singlo self_vote: On ne povas votar en sua propra inquesti - too_few_options: mustas havar kozi - too_many_options: ne povas havar plu kam %{max} kozi + too_few_options: mustas havar plu kam un ajo + too_many_options: ne povas enhavar plu kam %{max} aji preferences: other: Altra - posting_defaults: Originala postoopcioni + posting_defaults: Originala afishago public_timelines: Publika tempolinei privacy: + hint_html: "Personesigez quale vu volas vua profilo e vua afishi trovesis. Instante kontrolez ca preferaji por certigar ke ili aptas segun vu." privacy: Privateso + privacy_hint_html: Selektar quale vu volas montrar por altra personi. reach: Atingo + reach_hint_html: Selektar ka vu volas deskovresar e sequesar da nova personi. Ka vu volas altra personi vidar vu en ilia sequrekomendi? search: Sercho + search_hint_html: Selektar quale vu volas trovesar. Ka vu volas personi ne ek Mastodon trovar vua profilo kande serchar la interreto? title: Privateso e atingo privacy_policy: title: Privatesguidilo @@ -1528,7 +1693,7 @@ io: view_authentication_history: Videz yurizeshistorio di vua konto settings: account: Konto - account_settings: Kontoopcioni + account_settings: Kontopreferaji aliases: Kontoaltnomi appearance: Aspekto authorized_apps: Yurizita apliki @@ -1547,12 +1712,15 @@ io: strikes: Jerstreki two_factor_authentication: Dufaktora autentikigo webauthn_authentication: Sekuresklefi + severed_relationships: + download: Deskargo (%{count}) + preamble: On eble desganas sequati e sequanti kande on blokusas domeno o kande ona administranti decidas blokusar deslokala servilo. statuses: attached: audio: - one: "%{count} audio" - other: "%{count} audii" - description: 'Atachajo: %{attached}' + one: "%{count} sono" + other: "%{count} soni" + description: 'Addonajita: %{attached}' image: one: "%{count} imajo" other: "%{count} imaji" @@ -1565,14 +1733,14 @@ io: disallowed_hashtags: one: 'kontenas nepermisita hashtago: %{tags}' other: 'kontenas nepermisita hashtagi: %{tags}' - edited_at_html: Modifikesis ye %{date} + edited_at_html: Redaktesis ye %{date} errors: in_reply_not_found: Posto quon vu probas respondar semblas ne existas. over_character_limit: limito de %{max} signi ecesita pin_errors: - direct: Posti quo povas videsar nur mencionita uzanti ne povas pinglagesar - limit: Vu ja pinglagis maxima posti - ownership: Posto di altra persono ne povas pinglagesar + direct: Afishi qua nur videsebla ad mencionita uzanti ne povas adpinglesar + limit: Vu ja adpinglis la maxima afishquanto + ownership: Afisho di altra persono ne povas adpinglesar reblog: Repeto ne povas pinglizesar title: '%{name}: "%{quote}"' visibilities: @@ -1594,16 +1762,16 @@ io: interaction_exceptions_explanation: Notale, ne existas garantio ke posti efacesos se oli iras sub la favoratala o repetala solii pos iras super oli. keep_direct: Retenez direta mesaji keep_direct_hint: Ne efacas irga vua direta mesaji - keep_media: Retenez posti kun mediiatachaji - keep_media_hint: Ne efacas irga vua posti quo havas mediiatachaji - keep_pinned: Retenez pinglagita posti - keep_pinned_hint: Ne efacas irga vua pinglagita posti - keep_polls: Retenez votposti - keep_polls_hint: Ne efacas irga vua votposti - keep_self_bookmark: Retenez posti quon vu libromarkizis - keep_self_bookmark_hint: Ne efacas vua sua posti se vu libromarkizis li - keep_self_fav: Retenez posti quon vu favorizis - keep_self_fav_hint: Ne efacas vua sua posti se vu favorizis li + keep_media: Konservar afishi kun audvidajaddonaji + keep_media_hint: Ne forigas irga vua afishi qua havas audvidajaddonaji + keep_pinned: Konservar adpinglita afishi + keep_pinned_hint: Ne forigas irga vua adpinglita afishi + keep_polls: Konservar votinquesti + keep_polls_hint: Ne forigas irga vua votinquesti + keep_self_bookmark: Konservar afishi quan vu lektosignis + keep_self_bookmark_hint: Ne forigas vua sua afishi se vu lektosignis ili + keep_self_fav: Konservar afishi quan vu stelumis + keep_self_fav_hint: Ne forigas vua sua afishi se vu stelumis ili min_age: '1209600': 2 semani '15778476': 6 monati @@ -1614,7 +1782,7 @@ io: '63113904': 2 yari '7889238': 3 monati min_age_label: Oldeslimito - min_favs: Retenez favorizita posti mine + min_favs: Konservar stelumita afishi mine min_favs_hint: Ne efacas irgo ek vua posti qua havas adminime ca quanto de favoriziti. Restez vakua por efacar posti senegarde la nombro de favoriziti min_reblogs: Retenez posti repetita adminime min_reblogs_hint: Ne efacas irgo ek vua posti qua havas adminime ca quanto de repeti. Restez vakua por efacar posti senegarde la nombro de repeti @@ -1635,12 +1803,12 @@ io: month: "%b %Y" time: "%H:%M" two_factor_authentication: - add: Insertez + add: Adjuntar disable: Extingar - disabled_success: 2-faktoryurizeso sucesoze desaktivigesas - edit: Modifikez - enabled: 2-faktoryurizeso aktivigesas - enabled_success: 2-faktoryurizeso sucesoze aktivigesas + disabled_success: Dufaktora yurizo sucese desebligesis + edit: Redaktar + enabled: Dufaktora yurizo es ebligita + enabled_success: Dufaktora yurizo sucese ebligesis generate_recovery_codes: Generate Recovery Codes lost_recovery_codes: Rigankodexi povigas vu riganas aceso a vua konto se vu perdas vua smartfono. Se vu perdas vua rigankodexi, vu povas rifacar hike. Vua olda rigankodexi nevalidigesos. methods: 2-faktormetodi @@ -1659,13 +1827,16 @@ io: subject: Vua apelo de %{date} refuzesis title: Apelo refuzesis backup_ready: - subject: Vua arkivo pronte deschargebla + extra: Ol es pronta por deskargo! + subject: Vua arkivo es pronta por deskargo title: Arkivekpreno + failed_2fa: + further_actions_html: Se ol ne es vu, ni rekomendas ke vu %{action} quik pro ke ol eble maligita. suspicious_sign_in: change_password: chanjez vua pasvorto details: 'Co esas detali di eniro:' explanation: Ni deskovris eniro a vua konto de nova adreso IP. - further_actions_html: Se co ne agesis da vu, ni rekomendas ke vu %{action} quik e aktivigas 2-faktoryurizo por sekurigar vua konto. + further_actions_html: Se ol ne es vu, ni rekomendas ke vu %{action} quik e ebligas dufaktoryurizo por sekurigar vua konto. subject: Vua konto acesesis de nova adreso IP title: Nova eniro warning: @@ -1676,11 +1847,11 @@ io: violation: Kontenajo nesequas ca komunitatguidili explanation: delete_statuses: Ol trovesis ke kelka vua posti nesequas komunitatguidilo e do efacesis da jereri di %{instance}. - disable: Vu ne povas uzar vua konto pluse, ma vua profilo e altra informi restas bone. Vu povas demandar kopiur di vua informi, chanjar kontoopcioni e efacar vua konto. - mark_statuses_as_sensitive: Kelka vua posti markizesis quale sentoza da jereri di %{instance}. Do, personi bezonos kliktar medii en posti ante prevido montresas. Vu povas markizar medii quale sentoza per su kande postar en futuro. - sensitive: Pos co, omna vua adchargita mediifaili markizesos quale sentoza e celesos dop kliktoaverto. + disable: Vu ne povas uzar vua konto plue, ma vua profilo e altra informi restas kune. + mark_statuses_as_sensitive: Kelka vua afishi markesis quale trublema da administranti di %{instance}. Vu povas markar audvidaji quale sentema per su kande afishar en la estonteso. + sensitive: Pos co, omna vua adkargita audvidajdosieri markesos quale trublema e celesos dop klikaverto. silence: Vu povas ankore uzar vua konto ma nur personi quo ja sequis vu vidos vua posti en ca servilo, e vu forsan neinkluzesas de diversa deskovrotraiti. Tamen, altra personi povas ankore manuala sequar vu. - suspend: Vu ne povas uzar vua konto pluse, e vua profilo e altra informi ne esas acesebla pluse. Vu povas ankore enirar por demandar kopiur di vua informi til informi komplete efacesas pos cirkum 30 dii, ma ni retenos kelka bazala informi por preventar vu evitar restrikto. + suspend: Vu ne povas uzar vua konto plue, e vua profilo e altra informi ne es adirebla plue. reason: 'Motivo:' statuses: 'Citita posti:' subject: @@ -1700,7 +1871,12 @@ io: silence: Konto limitizesis suspend: Konto restriktigesis welcome: + apps_ios_action: Deskargez sur la aplikajbutiko + apps_step: Deskargez nia oficala aplikaji. explanation: Subo esas guidilo por helpar vu komencar + feature_creativity: Mastodon subtenas sono, video e imajafishi, adirpriskribi, votinquesti, enhavajaverti, anima imaji, personesigita emocimaji, imajettranchregulado e plu multo por helpar on expresar su enrete. + feature_moderation: Mastodon adportas decidebleso ad on. Adeskez servilo kun reguli quan vu akordas o gastigas vua sua kozo. + post_step: Salutez per texto, fotografi, videi o votinquesti. subject: Bonveno a Mastodon title: Bonveno, %{name}! users: @@ -1714,19 +1890,19 @@ io: verification: Verifikeso verified_links: Vua ligili verifikata webauthn_credentials: - add: Insertez nova sekuresklefo + add: Adjuntar nova sekuresklefo create: - error: Existas problemo kande insertar vua sekuresklefo. Probez itere. - success: Vua sekuresklefo sucesoze insertesas. + error: Esas problemo kande adjuntar vua sekuresklefo. + success: Vua sekuresklefo sucese adjuntesis. delete: Efacez delete_confirmation: Ka vu certe volas efacar ca sekuresklefo? - description_html: Se vu aktivigas sekuresklefyurizo, eniro bezonos vu uzar 1 de vua sekuresklefi. + description_html: Se vu ebligas sekuresklefyurizo, eniro bezonos vu uzar un ek vua sekuresklefi. destroy: error: Existas problemo kande efacar vua sekuresklefo. Probez itere. success: Vua sekuresklefo sucesoze efacesis. invalid_credential: Nevalida sekuresklefo nickname_hint: Insertez nometo di vua nova sekuresklefo - not_enabled: Vu ne aktivigesas WebAuthn til nun + not_enabled: Vu ne ebligis WebAuthn til nun not_supported: Ca vidilo ne suportas sekuresklefi - otp_required: Por uzar sekuresklefi, aktivigez 2-faktoryurizeso unesme. + otp_required: Por uzar sekuresklefi, ebligez dufaktora yurizo unesme. registered_on: Registris ye %{date} diff --git a/config/locales/is.yml b/config/locales/is.yml index e27d9eac14..7aa6baeeb1 100644 --- a/config/locales/is.yml +++ b/config/locales/is.yml @@ -309,6 +309,7 @@ is: title: Atvikaskrá unavailable_instance: "(heiti léns ekki tiltækt)" announcements: + back: Til baka í auglýsingar destroyed_msg: Það tókst að eyða auglýsingunni! edit: title: Breyta auglýsingu @@ -317,6 +318,9 @@ is: new: create: Búa til auglýsingu title: Ný auglýsing + preview: + explanation_html: 'Tölvupósturinn verður sendur til %{display_count} notenda. Eftirfarandi texti verður í meginmáli póstsins:' + title: Forskoða tilkynninguna publish: Birta published_msg: Það tókst að birta auglýsinguna! scheduled_for: Áætlað %{time} @@ -941,6 +945,7 @@ is: chance_to_review_html: "Sjálfvirkt útbúnu þjónustuskilmálarnir verða ekki birtir sjálfkrafa. Þú munt geta yfirfarið textann. Fylltu inn nauðsynlegar upplýsingar til að halda áfram to proceed." explanation_html: Sniðmátið fyrir þjónustuskilmála sem hér fylgir er einungis hugsat til upplýsingar og ætti ekki að taska sem lögfræðilegt álit varðandi hin ýmsu efni. Þú skalt endilega ráðfæra þig við löglærða í þínu umdæmi varðandi þau atriði sem eiga við um stöðu þína auk annarra spurninga um lögfræðileg mál sem þú gætir haft. title: Uppsetning þjónustuskilmála + going_live_on_html: Í beinni, þann %{date} history: Ferill live: Í beinni no_history: Það eru engar breytingar ennþá á þjónustuskilmálunum. @@ -1908,6 +1913,10 @@ is: recovery_instructions_html: Ef þú tapar símanum þínum geturðu notað einn af endurheimtukóðunum hér fyrir neðan til að fá aftur samband við notandaaðganginn þinn. Geymdu endurheimtukóðana á öruggum stað. Sem dæmi gætirðu prentað þá út og geymt með öðrum mikilvægum skjölum. webauthn: Öryggislyklar user_mailer: + announcement_published: + description: 'Stjórnendur %{domain} eru að senda frá sér yfirlýsingu:' + subject: Auglýsing vegna þjónustu + title: Auglýsing vegna þjónustu %{domain} appeal_approved: action: Stillingar notandaaðgangs explanation: Áfrýjun refsingarinnar gagnvart aðgangnum þínum þann %{strike_date} sem þú sendir inn þann %{appeal_date} hefur verið samþykkt. Notandaaðgangurinn þinn er aftur í góðu lagi. @@ -1940,6 +1949,8 @@ is: terms_of_service_changed: agreement: Með því að halda áfram að nota %{domain}, ert þú þar með að samþykkja þessa skilmála. Ef þú ert ósammála þessum uppfærðu skilmálum, geturðu hvenær sem er sagt upp samþykki þínu gagnvart %{domain} með því að eyða notandaaðgangi þínum. changelog: 'Í stuttu máli er það þetta sem þessi uppfærsla þýðir fyrir þig:' + description: 'Þú ert að fá þennan tölvupóst vegna þess að við erum að gera breytingar á þjónustuskilmálum á %{domain}. Þessar breytingar taka gildi þann %{date}. Við hvetjum þig til að kynna þér þessar breytingar hér:' + description_html: Þú ert að fá þennan tölvupóst vegna þess að við erum að gera breytingar á þjónustuskilmálum á %{domain}. Þessar breytingar taka gildi þann %{date}. Við hvetjum þig til að kynna þér þessar breytingar hér. sign_off: "%{domain}-teymið" subject: Breytingar á þjónustuskilmálum okkar subtitle: Þjónustuskilmálar eru að breytast á %{domain} diff --git a/config/locales/it.yml b/config/locales/it.yml index 456aab98c7..3bf84db54f 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -309,6 +309,7 @@ it: title: Registro di controllo unavailable_instance: "(nome di dominio non disponibile)" announcements: + back: Torna agli annunci destroyed_msg: Annuncio eliminato! edit: title: Modifica annuncio @@ -317,6 +318,9 @@ it: new: create: Crea annuncio title: Nuovo annuncio + preview: + explanation_html: 'L''e-mail verrà inviata a %{display_count} utenti. Il seguente testo sarà incluso nell''e-mail:' + title: Anteprima della notifica dell'annuncio publish: Pubblica published_msg: Annuncio pubblicato! scheduled_for: Programmato per %{time} @@ -939,6 +943,7 @@ it: chance_to_review_html: "I termini di servizio generati non verranno pubblicati automaticamente. Avrai la possibilità di esaminare i risultati. Si prega di inserire i dettagli necessari per procedere." explanation_html: Il modello di termini di servizio fornito è solo a scopo informativo e non deve essere interpretato come consulenza legale su alcun argomento. Si prega di consultare il proprio consulente legale, in merito alla propria situazione e alle specifiche questioni legali che si hanno. title: Impostazione dei Termini di Servizio + going_live_on_html: In vigore il %{date} history: Cronologia live: In uso no_history: Non sono ancora state registrate modifiche ai termini di servizio. @@ -1906,6 +1911,10 @@ it: recovery_instructions_html: Se perdi il telefono, puoi usare uno dei codici di recupero qui sotto per riottenere l'accesso al tuo account. Conserva i codici di recupero in un posto sicuro. Ad esempio puoi stamparli e conservarli insieme ad altri documenti importanti. webauthn: Chiavi di sicurezza user_mailer: + announcement_published: + description: 'Gli amministratori di %{domain} stanno facendo un annuncio:' + subject: Annuncio di servizio + title: Annuncio di servizio da %{domain} appeal_approved: action: Impostazioni account explanation: L'appello della sanzione contro il tuo account del %{strike_date} che hai inviato il %{appeal_date} è stato approvato. Il tuo account ha riottenuto la buona reputazione. @@ -1938,6 +1947,8 @@ it: terms_of_service_changed: agreement: Continuando a usare %{domain}, accetti questi termini. Se non sei d'accordo con i termini aggiornati, puoi terminare il tuo accordo con %{domain} in qualsiasi momento eliminando il tuo account. changelog: 'Ecco, in sintesi, cosa significa per te questo aggiornamento:' + description: 'Stai ricevendo questa e-mail perché stiamo apportando alcune modifiche ai nostri termini di servizio su %{domain}. Questi aggiornamenti entreranno in vigore il %{date}. Ti invitiamo a leggere i termini aggiornati per intero qui:' + description_html: Stai ricevendo questa e-mail perché stiamo apportando alcune modifiche ai nostri termini di servizio su %{domain}. Questi aggiornamenti entreranno in vigore il %{date}. Ti invitiamo a leggere i termini aggiornati per intero qui. sign_off: Il team di %{domain} subject: Aggiornamenti ai nostri termini di servizio subtitle: I termini di servizio di %{domain} stanno cambiando diff --git a/config/locales/ko.yml b/config/locales/ko.yml index 9656845d6d..f96f9a91c0 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -306,6 +306,7 @@ ko: title: 감사 로그 unavailable_instance: "(도메인네임 사용불가)" announcements: + back: 공지사항으로 돌아가기 destroyed_msg: 공지가 성공적으로 삭제되었습니다! edit: title: 공지사항 편집 @@ -314,6 +315,9 @@ ko: new: create: 공지사항 생성 title: 새 공지사항 + preview: + explanation_html: "%{display_count} 명의 사용자에게 이메일이 발송됩니다. 다음 내용이 이메일에 포함됩니다:" + title: 공지사항 알림 미리보기 publish: 게시 published_msg: 공지사항이 성공적으로 발행되었습니다! scheduled_for: "%{time}에 예약됨" @@ -1863,6 +1867,10 @@ ko: recovery_instructions_html: 휴대전화를 분실한 경우, 아래 복구 코드 중 하나를 사용해 계정에 접근할 수 있습니다. 복구 코드는 안전하게 보관해 주십시오. 이 코드를 인쇄해 중요한 서류와 함께 보관하는 것도 좋습니다. webauthn: 보안 키 user_mailer: + announcement_published: + description: "%{domain}의 관리자가 공지사항을 게시했습니다:" + subject: 서비스 공지사항 + title: "%{domain} 서비스 공지사항" appeal_approved: action: 계정 설정 explanation: "%{strike_date}에 일어난 중재결정에 대한 소명을 %{appeal_date}에 작성했으며 승낙되었습니다. 당신의 계정은 정상적인 상태로 돌아왔습니다." diff --git a/config/locales/lv.yml b/config/locales/lv.yml index a9c2924af3..66c5821bd1 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -431,7 +431,7 @@ lv: private_comment: Privāts komentārs private_comment_hint: Atstāj komentāru par šo domēna ierobežojumu moderatoru iekšējai lietošanai. public_comment: Publisks komentārs - public_comment_hint: Atstāj komentāru par šo domēna ierobežojumu plašai sabiedrībai, ja ir iespējota domēnu ierobežojumu saraksta reklamēšana. + public_comment_hint: Piebilde par šo domēna ierobežojumu vispārējai sabiedrībai, ja ir iespējota domēnu ierobežojumu saraksta reklamēšana. reject_media: Noraidīt multivides failus reject_media_hint: Noņem lokāli saglabātos multivides failus un atsaka tos lejupielādēt nākotnē. Nav nozīmes apturēšanai reject_reports: Noraidīt ziņojumus @@ -771,7 +771,7 @@ lv: title: Pieprasīt jaunajiem lietotājiem atrisināt CAPTCHA, lai apstiprinātu savu kontu content_retention: danger_zone: Bīstama sadaļa - preamble: Kontrolē, kā Mastodon tiek glabāts lietotāju ģenerēts saturs. + preamble: Pārraugi, kā Mastodon tiek glabāts lietotāju izveidots saturs! title: Satura saglabāšana default_noindex: desc_html: Ietekmē visus lietotājus, kuri paši nav mainījuši šo iestatījumu @@ -931,7 +931,7 @@ lv: generate: Izmantot sagatavi generates: action: Izveidot - chance_to_review_html: "Izveidotie pakalpojuma izmantošanas noteikumi netiks automātiski publicēti. Būs iespēja izskatīt iznākumu. Lūgums norādīt nepieciešamo informāciju, lai turpinātu." + chance_to_review_html: "Izveidotie pakalpojuma izmantošanas noteikumi netiks laisti klajā automātiski. Būs iespēja izskatīt iznākumu. Lūgums norādīt nepieciešamo informāciju, lai turpinātu." explanation_html: Pakalpojuma izmantošanas noteikumu sagatave tiek piedāvāta tikai izzināšanas nolūkam, un to nevajadzētu izmantot kā juridisku padomu jebkurā jautājumā. Lūgums sazināties ar savu juridisko padomdevēju par saviem apstākļiem un noteiktiem juridiskiem jautājumiem. title: Pakalpojuma izmantošānas noteikumu uzstādīšana history: Vēsture @@ -1112,8 +1112,8 @@ lv: created: Lietojumprogramma ir veiksmīgi izveidota destroyed: Lietojumprogramma ir veiksmīgi dzēsta logout: Iziet - regenerate_token: Atjaunot piekļuves marķieri - token_regenerated: Piekļuves marķieris veiksmīgi atjaunots + regenerate_token: Atkārtoti izveidot piekļuves pilnvaru + token_regenerated: Piekļuves pilnvara veiksmīgi izveidota atkārtoti warning: Esi ļoti uzmanīgs ar šiem datiem. Nekad nedalies ne ar vienu ar tiem! your_token: Tavs piekļuves marķieris auth: @@ -1142,7 +1142,7 @@ lv: dont_have_your_security_key: Vai tev nav drošības atslēgas? forgot_password: Aizmirsi paroli? invalid_reset_password_token: Paroles atiestatīšanas pilnvara nav derīga, vai tai ir beidzies derīgums. Lūdzu, pieprasi jaunu. - link_to_otp: Jāievada divpakāpju kods no tālruņa vai atkopšanas kods + link_to_otp: Jāievada divpakāpju kods no tālruņa vai atkpes kods link_to_webauth: Lieto savu drošības atslēgas iekārtu log_in_with: Pieslēgties ar login: Pieteikties @@ -1441,7 +1441,7 @@ lv: '604800': 1 nedēļa '86400': 1 diena expires_in_prompt: Nekad - generate: Ģenerēt uzaicinājuma saiti + generate: Izveidot uzaicinājuma saiti invalid: Šis uzaicinājums nav derīgs invited_by: 'Tevi uzaicināja:' max_uses: @@ -1449,7 +1449,7 @@ lv: other: "%{count} lietojumi" zero: "%{count} lietojumu" max_uses_prompt: Nav ierobežojuma - prompt: Izveido un kopīgo saites ar citiem, lai piešķirtu piekļuvi šim serverim + prompt: Jāizveido un jākopīgo saites ar citiem, lai nodrošinātu piekļuvi šim serverim table: expires_at: Beidzas uses: Lieto @@ -1572,10 +1572,10 @@ lv: thousand: K trillion: T otp_authentication: - code_hint: Lai apstiprinātu, ievadi autentifikācijas lietotnes ģenerēto kodu - description_html: Jā iespējo divpakāpju autentifikāciju ar autentificēšanas lietotni, pieteikšanās laikā būs nepieciešams tālrunis, kurā tiks izveidoti ievadāmie kodi. + code_hint: Jāievada autentificētājlietotnes izveidotais kods, lai apstiprinātu + description_html: Jā iespējo divpakāpju autentifikāciju ar autentificētājlietotni, pieteikšanās laikā būs nepieciešams tālrunis, kurā tiks izveidoti ievadāmie kodi. enable: Iespējot - instructions_html: "Skenē šo QR kodu Google Authenticator vai līdzīgā TOTP lietotnē savā tālrunī. No šī brīža šī lietotne ģenerēs marķierus, kas tev būs jāievada, piesakoties." + instructions_html: "Šis kvadrātods savā tālrunī jānolasa ar Google Authenticator vai līdzīgu TOTP lietotni. No šī brīža šī lietotne veidos ciparvienības, kas būs jāievada piesakoties." manual_instructions: 'Ja nevari noskenēt QR kodu un tas ir jāievada manuāli, šeit ir noslēpums vienkāršā tekstā:' setup: Iestatīt wrong_code: Ievadītais kods bija nederīgs. Vai servera un ierīces laiks ir pareizs? @@ -1758,10 +1758,10 @@ lv: in_reply_not_found: Šķiet, ka ziņa, uz kuru tu mēģini atbildēt, nepastāv. over_character_limit: pārsniegts %{max} rakstzīmju ierobežojums pin_errors: - direct: Ziņojumus, kas ir redzami tikai minētajiem lietotājiem, nevar piespraust - limit: Tu jau esi piespraudis maksimālo ziņu skaitu + direct: Ierakstus, kas ir redzami tikai pieminētajiem lietotājiem, nevar piespraust + limit: Jau ir piesprausts lielākais iespējamais ierakstu skaits ownership: Kāda cita ierakstu nevar piespraust - reblog: Izceltu ierakstu nevar piespraust + reblog: Pastiprinātu ierakstu nevar piespraust title: "%{name}: “%{quote}”" visibilities: direct: Tiešs @@ -1784,8 +1784,8 @@ lv: keep_direct_hint: Nedzēš nevienu tavu tiešo ziņojumu keep_media: Saglabāt ziņas ar multivides pielikumiem keep_media_hint: Neizdzēš nevienu no tavām ziņām, kurām ir multivides pielikumi - keep_pinned: Saglabāt piespraustās ziņas - keep_pinned_hint: Nedzēš nevienu tavis piesprausto ziņu + keep_pinned: Paturēt piespraustos ierakstus + keep_pinned_hint: Neizdzēš nevienu no Tevis piespraustajiem ierakstiem keep_polls: Saglabāt aptaujas keep_polls_hint: Nedzēš nevienu tavu aptauju keep_self_bookmark: Saglabāt ziņas, kuras esi pievienojis grāmatzīmēm @@ -1836,13 +1836,13 @@ lv: edit: Labot enabled: Divpakāpju autentifikācija ir iespējota enabled_success: Divpakāpju autentifikācija veiksmīgi iespējota - generate_recovery_codes: Ģenerēt atkopšanas kodus - lost_recovery_codes: Atkopšanas kodi ļauj atgūt piekļuvi tavam kontam, ja pazaudē tālruni. Ja esi pazaudējis atkopšanas kodus, tu vari tos ģenerēt šeit. Tavi vecie atkopšanas kodi tiks anulēti. + generate_recovery_codes: Izveidot atkopes kodus + lost_recovery_codes: Atkopes kodi ļauj atgūt piekļuvi savam kontam, ja ir pazaudēts tālrunis. Ja ir pazaudēti atkopes kodi, tos var izveidot šeit. Iepriekšējie atkopšanas kodi kļūs nederīgi. methods: Divpakāpju veidi otp: Autentifikātora lietotne - recovery_codes: Veidot atkopšanas kodu rezerves kopijas - recovery_codes_regenerated: Atkopšanas kodi veiksmīgi atjaunoti - recovery_instructions_html: Ja kādreiz zaudēsi piekļuvi savam tālrunim, vari izmantot kādu no tālāk norādītajiem atkopšanas kodiem, lai atgūtu piekļuvi savam kontam. Glabā atkopšanas kodus drošībā. Piemēram, tu vari tos izdrukāt un uzglabāt kopā ar citiem svarīgiem dokumentiem. + recovery_codes: Veidot atkopes kodu rezerves kopijas + recovery_codes_regenerated: Atkopes kodi veiksmīgi izveidoti no jauna + recovery_instructions_html: Ja kādreiz zaudēsi piekļuvi savam tālrunim, vari izmantot kādu no zemāk norādītajiem atkopes kodiem, lai atgūtu piekļuvi savam kontam. Atkpes kodi jātur drošībā. Piemēram, tos var izdrukāt un glabāt kopā ar citiem svarīgiem dokumentiem. webauthn: Drošības atslēgas user_mailer: appeal_approved: diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 946f3912b7..1d7d22ff2d 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -309,6 +309,7 @@ nl: title: Auditlog unavailable_instance: "(domeinnaam niet beschikbaar)" announcements: + back: Terug naar mededelingen destroyed_msg: Verwijderen van mededeling geslaagd! edit: title: Mededeling bewerken @@ -317,6 +318,9 @@ nl: new: create: Mededeling aanmaken title: Nieuwe mededeling + preview: + explanation_html: 'De e-mail wordt verzonden naar %{display_count} gebruikers. De volgende tekst wordt in het bericht opgenomen:' + title: Voorbeeld aankondiging notificatie publish: Inschakelen published_msg: Publiceren van mededeling geslaagd! scheduled_for: Ingepland voor %{time} @@ -939,6 +943,7 @@ nl: chance_to_review_html: "De gegenereerde gebruiksvoorwaarden worden niet automatisch gepubliceerd. Je krijgt de gelegenheid om de resultaten eerst te bekijken. Vul de benodigde gegevens in om verder te gaan." explanation_html: Het sjabloon voor de gebruiksvoorwaarden is uitsluitend bedoeld voor informatieve doeleinden en mag niet worden opgevat als juridisch advies over welk onderwerp dan ook. Raadpleeg een eigen juridisch adviseur over jouw situatie en voor specifieke juridische vragen. title: Gebruiksvoorwaarden instellen + going_live_on_html: Actueel, met ingang van %{date} history: Geschiedenis live: Actueel no_history: Er zijn nog geen opgeslagen wijzigingen van de gebruiksvoorwaarden. @@ -1904,6 +1909,10 @@ nl: recovery_instructions_html: Wanneer je ooit de toegang verliest tot jouw telefoon, kan je met behulp van een van de herstelcodes hieronder opnieuw toegang krijgen tot jouw account. Zorg ervoor dat je de herstelcodes op een veilige plek bewaart. Je kunt ze bijvoorbeeld printen en ze samen met andere belangrijke documenten bewaren. webauthn: Beveiligingssleutels user_mailer: + announcement_published: + description: 'De beheerders van %{domain} doen een mededeling:' + subject: Service aankondiging + title: "%{domain} service aankondiging" appeal_approved: action: Accountinstellingen explanation: Het bezwaar tegen een door een moderator vastgestelde overtreding van jou op %{strike_date}, ingediend op %{appeal_date}, is goedgekeurd. De eerder vastgestelde overtreding is hierbij niet langer geldig. @@ -1936,6 +1945,8 @@ nl: terms_of_service_changed: agreement: Door %{domain} te blijven gebruiken, ga je akkoord met deze voorwaarden. Als je het niet eens bent met de bijgewerkte voorwaarden, kun je je overeenkomst met %{domain} op elk gewenst moment beëindigen door je account te verwijderen. changelog: 'In een oogopslag betekent deze update voor jou:' + description: 'Je ontvangt dit bericht, omdat we enkele wijzigingen aanbrengen in onze gebruiksvoorwaarden bij %{domain}. Deze aanpassingen komen van kracht op %{date}. We raden je aan om de bijgewerkte voorwaarden hier volledig te bekijken:' + description_html: Je ontvangt dit bericht, omdat we enkele wijzigingen aanbrengen in onze gebruiksvoorwaarden bij %{domain}. Deze aanpassingen komen van kracht op %{date}. We raden je aan om de bijgewerkte voorwaarden hier volledig te bestuderen. sign_off: Het %{domain}-team subject: Onze bijgewerkte gebruiksvoorwaarden subtitle: De gebruiksvoorwaarden van %{domain} veranderen diff --git a/config/locales/pt-PT.yml b/config/locales/pt-PT.yml index 8a45f38210..6c5406ec67 100644 --- a/config/locales/pt-PT.yml +++ b/config/locales/pt-PT.yml @@ -939,6 +939,7 @@ pt-PT: chance_to_review_html: "Os termos de serviço gerados não serão publicados automaticamente. Terá a possibilidade de rever os resultados. Por favor, preencha os detalhes necessários para prosseguir." explanation_html: O modelo de termos de serviço fornecido destina-se apenas a fins informativos e não deve ser interpretado como aconselhamento jurídico sobre qualquer assunto. Consulte o seu próprio consultor jurídico sobre a sua situação e questões jurídicas específicas que tenha. title: Configuração dos Termos de Serviço + going_live_on_html: Em vigor desde %{date} history: Histórico live: Em tempo real no_history: Ainda não há nenhuma alteração registada nos termos de serviço. @@ -1936,6 +1937,8 @@ pt-PT: terms_of_service_changed: agreement: Ao continuar a utilizar %{domain}, concordas com estes termos. Se discordares dos termos atualizados, poderás rescindir o teu acordo com %{domain} a qualquer momento através da eliminação da tua conta. changelog: 'Em resumo, eis o que esta atualização significa para ti:' + description: 'Está a receber esta mensagem porque vamos alterar os nossos termos de serviço em %{domain}. Estas atualizações entram em vigor em %{date}. Recomendamos que leia os termos de serviço atualizados em:' + description_html: Está a receber esta mensagem porque vamos alterar os nossos termos de serviço em %{domain}. Estas atualizações entram em vigor em %{date}. Recomendamos que leia os termos de serviço atualizados aqui. sign_off: A equipa de %{domain} subject: Atualizações dos nossos termos de serviço subtitle: Os termos de serviço de %{domain} estão a mudar diff --git a/config/locales/ro.yml b/config/locales/ro.yml index 37c51cf1b5..aeaa1e283c 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -23,6 +23,7 @@ ro: one: Postare other: De Postări posts_tab_heading: Postări + self_follow_error: Urmărirea propriului cont nu este permisă admin: account_actions: action: Efectuează acțiunea diff --git a/config/locales/simple_form.bg.yml b/config/locales/simple_form.bg.yml index a1d0137b13..7a4fea91b2 100644 --- a/config/locales/simple_form.bg.yml +++ b/config/locales/simple_form.bg.yml @@ -132,11 +132,14 @@ bg: name: Можете да смените само употребата на големи/малки букви, например, за да е по-четимо terms_of_service: changelog: Може да се структурира със синтаксиса на Markdown. + effective_date: Разумната времева рамка може да обхваща някъде от 10 до 30 дни от датата, на която сте известили потребителите си. text: Може да се структурира със синтаксиса на Markdown. terms_of_service_generator: admin_email: Правните бележки включват насрещни известия, постановления на съда, заявки за сваляне и заявки от правоохранителните органи. + choice_of_law: Град, регион, територия, щат или държава, чиито вътрешни материални права ще уреждат всички искове. domain: Неповторимо идентифициране на онлайн услугата, която предоставяте. jurisdiction: Впишете държавата, където живее всеки, който плаща сметките. Ако е дружество или друго образувание, то впишете държавата, в която е регистрирано, и градът, регионът, територията или щатът според случая. + min_age: Не трябва да е под изискваната минимална възраст от закона на юрисдикцията ви. user: chosen_languages: Само публикации на отметнатите езици ще се показват в публичните часови оси role: Ролята управлява какви позволения има потребителят. @@ -229,6 +232,7 @@ bg: setting_display_media_show_all: Показване на всичко setting_expand_spoilers: Винаги разширяване на публикации, отбелязани с предупреждения за съдържание setting_hide_network: Скриване на социалния ви свързан граф + setting_missing_alt_text_modal: Показване на диалогов прозорец потвърждение преди публикуване на мултимедия без алт. текст setting_reduce_motion: Обездвижване на анимациите setting_system_font_ui: Употреба на стандартния шрифт на системата setting_system_scrollbars_ui: Употреба на системната подразбираща се лента за превъртане @@ -328,15 +332,18 @@ bg: usable: Позволяване на публикациите да употребяват този хаштаг локално terms_of_service: changelog: Какво е променено? + effective_date: Дата на влизане в сила text: Условия на услугата terms_of_service_generator: admin_email: Имейл адрес за правни известия arbitration_address: Физичен адрес за арбитражни известия arbitration_website: Уебсайт за подаване на арбитражни известия + choice_of_law: Избор на закон dmca_address: Физичен адрес за DMCA/бележки за авторски права dmca_email: Адрес на е-поща за DMCA/бележки за авторски права domain: Домейн jurisdiction: Законова юрисдикция + min_age: Минимална възраст user: role: Роля time_zone: Часова зона diff --git a/config/locales/simple_form.ca.yml b/config/locales/simple_form.ca.yml index 2d2bc9e20b..2f4c96edab 100644 --- a/config/locales/simple_form.ca.yml +++ b/config/locales/simple_form.ca.yml @@ -130,10 +130,17 @@ ca: show_application: Sempre podràs veure quina aplicació ha publicat els teus tuts. tag: name: Només pots canviar la caixa de les lletres, per exemple, per fer-la més llegible + terms_of_service: + changelog: S'hi pot fer servir sintaxi Markdown. + effective_date: Un termini raonable podria ser d'entre 10 i 30 dies des que notifiques els usuaris. + text: S'hi pot fer servir sintaxi Markdown. terms_of_service_generator: + admin_email: Els avisos legals inclouen contraavisos, ordres judicials, sol·licituds de retirada i sol·licituds d'aplicació de la llei. choice_of_law: Ciutat, regió, territori o estat els jutjats del qual hauran de dirimir qualsevol disputa legal. + dmca_email: Pot ser la mateixa que heu fet servir abans per a «adreça-e per als avisos legals». domain: Identificació única del servei en línia que oferiu. jurisdiction: Indiqueu el país on resideix qui paga les factures. Si és una empresa o una altra entitat, indiqueu el país en què està registrada, així com la ciutat, regió, territori o estat, segons calqui. + min_age: No hauria de ser inferior a l'edat mínima exigida per la llei de la vostra jurisdicció. user: chosen_languages: Quan estigui marcat, només es mostraran els tuts de les llengües seleccionades en les línies de temps públiques role: El rol controla quins permisos té l'usuari. @@ -326,9 +333,10 @@ ca: usable: Permet a les publicacions emprar aquesta etiqueta localment terms_of_service: changelog: Què ha canviat? + effective_date: Data efectiva text: Condicions de servei terms_of_service_generator: - admin_email: Adreça-e per a les notificacions legals + admin_email: Adreça-e per als avisos legals arbitration_address: Adreça física per a les notificacions d'arbitratge arbitration_website: Lloc web per a enviar les notificacions d'arbitratge choice_of_law: Legislació aplicable @@ -336,6 +344,7 @@ ca: dmca_email: Adreça-e per a les notificacions de copyright/DMCA domain: Domini jurisdiction: Jurisdicció + min_age: Edat mínima user: role: Rol time_zone: Zona horària diff --git a/config/locales/simple_form.cs.yml b/config/locales/simple_form.cs.yml index bc0e6f5b27..f384de36b6 100644 --- a/config/locales/simple_form.cs.yml +++ b/config/locales/simple_form.cs.yml @@ -132,16 +132,18 @@ cs: name: Můžete měnit pouze velikost písmen, například kvůli lepší čitelnosti terms_of_service: changelog: Může být strukturováno pomocí Markdown syntaxu. + effective_date: Rozumné časové rozpětí může být kdykoliv od 10 do 30 dnů od doby, kdy upozorníte své uživatele. text: Může být strukturováno pomocí Markdown syntaxu. terms_of_service_generator: admin_email: Právní oznámení zahrnují protioznámení, soudní příkazy, žádosti o stáhnutí příspěvků a žádosti od právních vymahačů. - arbitration_address: Může být stejné jako výše uvedená fyzická adresa, nebo „N/A“, pokud používáte e-mail - arbitration_website: Může být webový formulář nebo „N/A“, pokud používáte e-mail - choice_of_law: Město, region, území nebo stát, jehož vnitřní hmotné právo se řídí všemi nároky. - dmca_address: V případě provozovatelů v USA použijte adresu zapsanou v DMCA Designated Agent Directory. Na přímou žádost je možné použít namísto domovské adresy PO box, použijte DMCA Designated Agent Post Office Box Waiver Request k e-mailovaní Copyright Office a řekněte jim, že jste malým moderátorem obsahu, který se obavá pomsty nabo odplaty za Vaši práci a potřebujete použít PO box, abyste schovali Vaši domovskou adresu před širokou veřejností. - dmca_email: Může být stejný e-mail použitý pro „E-mail adresy pro právní upozornění“ + arbitration_address: Může být stejné jako výše uvedená fyzická adresa, nebo „N/A“, pokud používáte e-mail. + arbitration_website: Může být webový formulář nebo „N/A“, pokud používáte email. + choice_of_law: Město, region, území nebo stát, jehož vnitřní hmotné právo stanovuje povinnosti pro veškeré nároky. + dmca_address: V případě provozovatelů v USA použijte adresu zapsanou v DMCA Designated Agent Directory. Na přímou žádost je možné použít namísto domovské adresy PO box. V tomto případě použijte DMCA Designated Agent Post Office Box Waiver Request k zaslání emailu Copyright Office a řekněte jim, že jste malým moderátorem obsahu, který se obavá pomsty nabo odplaty za Vaši práci a potřebujete použít PO box, abyste schovali Vaši domovskou adresu před širokou veřejností. + dmca_email: Může být stejný e-mail použitý pro „E-mailová adresa pro právní upozornění.“ domain: Jedinečná identifikace online služby, kterou poskytujete. jurisdiction: Uveďte zemi, kde žije ten, kdo platí účty. Pokud je to společnost nebo jiný subjekt, uveďte zemi, v níž je zapsán do obchodního rejstříku, a město, region, území, případně stát, pokud je to povinné. + min_age: Neměla by být pod minimálním věkem požadovaným zákony vaší jurisdikce. user: chosen_languages: Po zaškrtnutí budou ve veřejných časových osách zobrazeny pouze příspěvky ve zvolených jazycích role: Role určuje, která oprávnění uživatel má. @@ -334,6 +336,7 @@ cs: usable: Povolit příspěvkům používat tento hashtag lokálně terms_of_service: changelog: Co se změnilo? + effective_date: Datum platnosti text: Podmínky užití terms_of_service_generator: admin_email: E-mailová adresa pro právní upozornění @@ -344,6 +347,7 @@ cs: dmca_email: E-mailová adresa pro oznámení DMCA/porušení autorských práv domain: Doména jurisdiction: Právní příslušnost + min_age: Věková hranice user: role: Role time_zone: Časové pásmo diff --git a/config/locales/simple_form.cy.yml b/config/locales/simple_form.cy.yml index 805f8f93af..a07bc7d7d4 100644 --- a/config/locales/simple_form.cy.yml +++ b/config/locales/simple_form.cy.yml @@ -135,10 +135,7 @@ cy: text: Mae modd ei strwythuro gyda chystrawen Markdown. terms_of_service_generator: admin_email: Mae hysbysiadau cyfreithiol yn cynnwys gwrth-hysbysiadau, gorchmynion llys, ceisiadau tynnu i lawr, a cheisiadau gorfodi'r gyfraith. - arbitration_address: Gall fod yr un peth â'r cyfeiriad ffisegol uchod, neu “D/A” os ydych chi'n defnyddio e-bost - arbitration_website: Gall fod yn ffurflen we, neu “D/A” os ydych chi'n defnyddio e-bost dmca_address: Ar gyfer gweithredwyr yr Unol Daleithiau, defnyddiwch y cyfeiriad sydd wedi'i gofrestru yn Designated Agent Directory y DMCA. Mae rhestriad blychau post ar gael ar gais uniongyrchol, defnyddiwch gais Designated Agent Post Office Box Waiver Request y DMCA i anfon e-bost at y Swyddfa Hawlfraint a disgrifiwch eich bod yn gymedrolwr cynnwys yn y cartref sy'n ofni dial neu ddialedd am eich gweithredoedd ac sydd angen defnyddio Blwch P.O. i dynnu eich cyfeiriad cartref o olwg y cyhoedd. - dmca_email: Gall fod yr un e-bost sy'n cael ei ddefnyddio ar gyfer “Cyfeiriad e-bost ar gyfer hysbysiadau cyfreithiol” uchod domain: Dynodiad unigryw o'r gwasanaeth ar-lein rydych chi'n ei ddarparu. jurisdiction: Rhestrwch y wlad lle mae pwy bynnag sy'n talu'r biliau yn byw. Os yw'n gwmni neu'n endid arall, rhestrwch y wlad lle mae wedi'i ymgorffori, a'r ddinas, rhanbarth, tiriogaeth neu wladwriaeth fel y bo'n briodol. user: diff --git a/config/locales/simple_form.da.yml b/config/locales/simple_form.da.yml index fe6b894ce7..6cc86a6d3e 100644 --- a/config/locales/simple_form.da.yml +++ b/config/locales/simple_form.da.yml @@ -132,16 +132,18 @@ da: name: Kun bogstavtyper (store/små) kan ændres, eksempelvis for at gøre det mere læsbart terms_of_service: changelog: Kan struktureres med Markdown-syntaks. + effective_date: En rimelig tidsramme kan variere fra 10 til 30 dage fra den dato, hvor man underretter sine brugere. text: Kan struktureres med Markdown-syntaks. terms_of_service_generator: admin_email: Juridiske bekendtgørelser omfatter imødegåelsesbekendtgørelser, retskendelser, nedtagelses- og retshåndhævelsesanmodninger. - arbitration_address: Kan være den samme som Fysisk adresse ovenfor, eller “N/A” ved brug af e-mail - arbitration_website: Kan være en webformular, eller “N/A” ved brug af e-mail + arbitration_address: Kan være den samme som Fysisk adresse ovenfor, eller “Ingen” ved brug af e-mail. + arbitration_website: Kan være en webformular, eller “Intet” ved brug af e-mail. choice_of_law: By, region, område eller angiv de interne materielle love, som vil være gældende for samtlige krav. dmca_address: For amerikanske operatører, brug den adresse, der er registreret i DMCA Designated Agent Directory. En Postboksliste er tilgængelig på direkte anmodning, brug den DMCA Designated Agent Post Office Box Waiver Request til at e-maile Ophavsretskontoret og beskrive, at man er en hjemmebaseret indholdsmoderator, der frygter hævn eller gengældelse for sine handlinger og behøver en Postboks for at fjerne hjemmeadressen fra den offentlige visning. - dmca_email: Kan være samme e-mail, som brugt til “E-mailadresse til juridiske meddelelser” ovenfor + dmca_email: Kan være samme e-mail, som brugt til “E-mailadresse til juridiske meddelelser” ovenfor. domain: Unik identifikation af den onlinetjeneste, man leverer. jurisdiction: Angiv landet, hvor betaleren af regningerne er bosiddende. Er det en virksomhed eller en anden entitet, angiv det land, hvor det er stiftet, og byen, regionen, området eller staten efter behov. + min_age: Bør ikke være under den iht. lovgivningen i det aktuelle retsområde krævede minimumsalder. user: chosen_languages: Når markeret, vil kun indlæg på de valgte sprog fremgå på offentlige tidslinjer role: Rollen styrer, hvilke tilladelser brugeren er tildelt. @@ -334,6 +336,7 @@ da: usable: Tillad indlæg at benytte denne etiket lokalt terms_of_service: changelog: Hvad der er ændret? + effective_date: Ikrafttrædelsesdato text: Tjenestevilkår terms_of_service_generator: admin_email: E-mailadresse til juridiske meddelelser @@ -344,6 +347,7 @@ da: dmca_email: E-mailadresse til DMCA-/ophavsretsmeddelelser domain: Domæne jurisdiction: Juridisk jurisdiktion + min_age: Minimumsalder user: role: Rolle time_zone: Tidszone diff --git a/config/locales/simple_form.de.yml b/config/locales/simple_form.de.yml index 862e69e280..13cfe4e324 100644 --- a/config/locales/simple_form.de.yml +++ b/config/locales/simple_form.de.yml @@ -132,16 +132,18 @@ de: name: Du kannst nur die Groß- und Kleinschreibung der Buchstaben ändern, um es z. B. lesbarer zu machen terms_of_service: changelog: Kann mit der Markdown-Syntax formatiert werden. + effective_date: Ein angemessener Zeitraum liegt zwischen 10 und 30 Tagen, nachdem deine Nutzer*innen benachrichtigt wurden. text: Kann mit der Markdown-Syntax formatiert werden. terms_of_service_generator: admin_email: Rechtliche Hinweise umfassen Gegendarstellungen, Gerichtsbeschlüsse, Anfragen zum Herunternehmen von Inhalten und Anfragen von Strafverfolgungsbehörden. - arbitration_address: Kann wie die Anschrift hierüber sein oder „N/A“, falls eine E-Mail verwendet wird - arbitration_website: Kann ein Webformular sein oder „N/A“, falls eine E-Mail verwendet wird + arbitration_address: Kann wie die Anschrift hierüber oder „nicht verfügbar“ sein, sollte eine E-Mail-Adresse verwendet werden. + arbitration_website: Kann ein Web-Formular oder „nicht verfügbar“ sein, sollte eine E-Mail-Adresse verwendet werden. choice_of_law: Stadt, Region, Gebiet oder Staat, dessen innerstaatliches materielles Recht für alle Ansprüche maßgebend ist. dmca_address: US-Betreiber sollten die im „DMCA Designated Agent Directory“ eingetragene Adresse verwenden. Eine Postfachadresse ist auf direkte Anfrage verfügbar. Verwenden Sie die „DMCA Designated Agent Post Box Waiver“-Anfrage, um per E-Mail die Urheberrechtsbehörde darüber zu unterrichten, dass Sie Inhalte per Heimarbeit moderieren, eventuelle Rache oder Vergeltung für Ihre Handlungen befürchten und deshalb eine Postfachadresse benötigen, um Ihre Privatadresse nicht preiszugeben. - dmca_email: Kann dieselbe E-Mail wie bei „E-Mail-Adresse für rechtliche Hinweise“ sein + dmca_email: Kann dieselbe E-Mail wie bei „E-Mail-Adresse für rechtliche Hinweise“ sein. domain: Einzigartige Identifizierung des angebotenen Online-Services. jurisdiction: Gib das Land an, in dem die Person lebt, die alle Rechnungen bezahlt. Falls es sich dabei um ein Unternehmen oder eine andere Einrichtung handelt, gib das Land mit dem Sitz an, sowie die Stadt oder Region. + min_age: Sollte nicht unter dem gesetzlich vorgeschriebenen Mindestalter liegen. user: chosen_languages: Wenn du hier eine oder mehrere Sprachen auswählst, werden ausschließlich Beiträge in diesen Sprachen in deinen öffentlichen Timelines angezeigt role: Die Rolle bestimmt, welche Berechtigungen das Konto hat. @@ -334,6 +336,7 @@ de: usable: Beiträge dürfen diesen Hashtag lokal verwenden terms_of_service: changelog: Was hat sich geändert? + effective_date: Datum des Inkrafttretens text: Nutzungsbedingungen terms_of_service_generator: admin_email: E-Mail-Adresse für rechtliche Hinweise @@ -344,6 +347,7 @@ de: dmca_email: E-Mail-Adresse für Urheberrechtsverletzungen domain: Domain jurisdiction: Gerichtsstand + min_age: Mindestalter user: role: Rolle time_zone: Zeitzone diff --git a/config/locales/simple_form.el.yml b/config/locales/simple_form.el.yml index f7a4b5e855..62de683213 100644 --- a/config/locales/simple_form.el.yml +++ b/config/locales/simple_form.el.yml @@ -135,10 +135,7 @@ el: text: Μπορεί να δομηθεί με σύνταξη Markdown. terms_of_service_generator: admin_email: Οι νομικές ανακοινώσεις περιλαμβάνουν αντικρούσεις, δικαστικές αποφάσεις, αιτήματα που έχουν ληφθεί και αιτήματα επιβολής του νόμου. - arbitration_address: Μπορεί να είναι το ίδιο με τη φυσική διεύθυνση παραπάνω, ή “N/A” εάν χρησιμοποιείται email - arbitration_website: Μπορεί να είναι μια φόρμα ιστού, ή “N/A” εάν χρησιμοποιείται email dmca_address: Για τους φορείς των ΗΠΑ, χρησιμοποιήστε τη διεύθυνση που έχει καταχωρηθεί στο DMCA Designated Agent Directory. A P.O. Η λίστα είναι διαθέσιμη κατόπιν απευθείας αιτήματος, Χρησιμοποιήστε το αίτημα απαλλαγής από την άδεια χρήσης του καθορισμένου από το DMCA Agent Post Office Box για να στείλετε email στο Γραφείο Πνευματικών Δικαιωμάτων και περιγράψτε ότι είστε συντονιστής περιεχομένου με βάση το σπίτι, ο οποίος φοβάται την εκδίκηση ή την απόδοση για τις ενέργειές σας και πρέπει να χρησιμοποιήσετε ένα P.. Box για να αφαιρέσετε τη διεύθυνση οικίας σας από τη δημόσια προβολή. - dmca_email: Μπορεί να είναι το ίδιο email που χρησιμοποιείται για “Διεύθυνση email για νομικές ανακοινώσεις” παραπάνω domain: Μοναδικό αναγνωριστικό της διαδικτυακής υπηρεσίας που παρέχεις. jurisdiction: Ανέφερε τη χώρα όπου ζει αυτός που πληρώνει τους λογαριασμούς. Εάν πρόκειται για εταιρεία ή άλλη οντότητα, ανέφερε τη χώρα όπου υφίσταται, και την πόλη, περιοχή, έδαφος ή πολιτεία ανάλογα με την περίπτωση. user: diff --git a/config/locales/simple_form.en-GB.yml b/config/locales/simple_form.en-GB.yml index 8a4cb247c7..5f5453edc3 100644 --- a/config/locales/simple_form.en-GB.yml +++ b/config/locales/simple_form.en-GB.yml @@ -135,10 +135,7 @@ en-GB: text: Can be structured with Markdown syntax. terms_of_service_generator: admin_email: Legal notices include counternotices, court orders, takedown requests, and law enforcement requests. - arbitration_address: Can be the same as Physical address above, or “N/A” if using email - arbitration_website: Can be a web form, or “N/A” if using email dmca_address: For US operators, use the address registered in the DMCA Designated Agent Directory. A P.O. Box listing is available upon direct request, use the DMCA Designated Agent Post Office Box Waiver Request to email the Copyright Office and describe that you are a home-based content moderator who fears revenge or retribution for your actions and need to use a P.O. Box to remove your home address from public view. - dmca_email: Can be the same email used for “Email address for legal notices” above domain: Unique identification of the online service you are providing. jurisdiction: List the country where whoever pays the bills lives. If it’s a company or other entity, list the country where it’s incorporated, and the city, region, territory or state as appropriate. user: diff --git a/config/locales/simple_form.eo.yml b/config/locales/simple_form.eo.yml index 84c9b1e1af..06da13b199 100644 --- a/config/locales/simple_form.eo.yml +++ b/config/locales/simple_form.eo.yml @@ -132,14 +132,12 @@ eo: name: Vi povas ŝanĝi nur la majuskladon de la literoj, ekzemple, por igi ĝin pli legebla terms_of_service: changelog: Povas esti strukturita per sintakso Markdown-a. + effective_date: Racia tempodaŭro povas varii ie ajn de 10 ĝis 30 tagoj de la dato, kiam vi sciigas viajn uzantojn. text: Povas esti strukturita per sintakso Markdown-a. terms_of_service_generator: admin_email: Legalaj sciigoj povas esti kontraŭsciigoj, postulaĵoj de tribunalo, postulaĵoj pri forigo, kaj postulaĵoj de la policaro. - arbitration_address: Povas esti la sama kiel Fizika adreso supre, aŭ "N/A" se oni uzas retpoŝton - arbitration_website: Povas esti retformo, aŭ "N/A" se oni uzas retpoŝton choice_of_law: Urbo, regiono, teritorio aŭ ŝtato, kies internaj substantivaj leĝoj regos iujn kaj ĉiujn asertojn. dmca_address: Por tenantoj en Usono, uzu la adreson registritan en la DMCA Designated Agenŭ Directory. Registrolibro de poŝtskatoloj haveblas per direkta postulo, uzu la DMCA Designated Agent Post Office Box Waiver Request por retpoŝti la Ofico de Kopirajto kaj priskribu, ke vi estas hejm-trovigita administranto por enhavo kaj devas uzi Poŝtskatolon por forigi vian hejmadreson de publika vido. - dmca_email: Povas esti la sama retpoŝtadreso uzita por "Retpoŝtadreso por legalaj sciigoj" supre domain: Unika identigilo de la retaj servicoj, ke vi provizas. jurisdiction: Enlistigu la landon, kie loĝas kiu pagas la fakturojn. Se ĝi estas kompanio aŭ alia ento, listigu la landon, kie ĝi estas enkorpigita, kaj la urbon, regionon, teritorion aŭ ŝtaton laŭeble. user: @@ -234,7 +232,7 @@ eo: setting_display_media_show_all: Montri ĉiujn setting_expand_spoilers: Ĉiam malfoldas mesaĝojn markitajn per averto pri enhavo setting_hide_network: Kaŝi viajn sekvantojn kaj sekvatojn - setting_missing_alt_text_modal: Montru konfirman dialogon antaŭ afiŝado de amaskomunikiloj sen altteksto + setting_missing_alt_text_modal: Montru konfirman dialogon antaŭ afiŝado de aŭdvidaĵoj sen altteksto setting_reduce_motion: Redukti la movecojn de la animacioj setting_system_font_ui: Uzi la dekomencan tiparon de la sistemo setting_system_scrollbars_ui: Uzu la defaŭltan rulumilon de la sistemo @@ -334,6 +332,7 @@ eo: usable: Permesi afiŝojn uzi ĉi tiun kradvorton loke terms_of_service: changelog: Kio ŝanĝiĝis? + effective_date: Ekvalida dato text: Kondiĉoj de uzado terms_of_service_generator: admin_email: Retpoŝtadreso por laŭleĝaj avizoj diff --git a/config/locales/simple_form.es-AR.yml b/config/locales/simple_form.es-AR.yml index c1216e5e5e..81dbef0723 100644 --- a/config/locales/simple_form.es-AR.yml +++ b/config/locales/simple_form.es-AR.yml @@ -132,16 +132,18 @@ es-AR: name: Sólo podés cambiar la capitalización de las letras, por ejemplo, para que sea más legible terms_of_service: changelog: Se puede estructurar con sintaxis Markdown. + effective_date: Un plazo razonable puede oscilar entre 10 y 30 días a partir de la fecha de notificación a tus usuarios. text: Se puede estructurar con sintaxis Markdown. terms_of_service_generator: admin_email: Los avisos legales incluyen devoluciones, órdenes judiciales, solicitudes de retiro y solicitudes de cumplimiento de la ley. - arbitration_address: Puede ser la misma que la dirección física anterior, o «N.D.» si utiliza correo electrónico - arbitration_website: Puede ser un formulario web, o «N.D.» si utiliza correo electrónico + arbitration_address: Puede ser la misma que la dirección física anterior, o «N.D.» si usa correo electrónico. + arbitration_website: Puede ser un formulario web, o «N.D.» si usa correo electrónico. choice_of_law: Ciudad, región, territorio o declaración de las leyes de sustancia interna de las que se regirán todas y cada una de las reclamaciones. dmca_address: Para operadores estadounidenses, usen la dirección registrada en el Directorio de Agente Designado del DMCA. Una lista de casillas de correo está disponible bajo petición directa, usen la solicitud de exención del apartado postal del agente designado de la DMCA para enviar un correo electrónico a la Oficina de Derechos de Autor y describir que ustedes son moderadores de contenido basado en el hogar que temen venganza o represalia por sus acciones y que necesitan usar una casilla de correo para eliminar su dirección postal de la vista pública. - dmca_email: Puede ser el mismo correo electrónico utilizado para «Dirección de correo electrónico para avisos legales» de arriba + dmca_email: Puede ser el mismo correo electrónico utilizado para «Dirección de correo electrónico para avisos legales» de arriba. domain: Identificación única del servicio en línea que estás proporcionando. jurisdiction: Listá el país donde vive quien paga las facturas. Si es una empresa u otra entidad, enumerá el país donde está basada y la ciudad, región, territorio o provincia/estado, según corresponda. + min_age: No debería estar por debajo de la edad mínima requerida por las leyes de su jurisdicción. user: chosen_languages: Cuando estén marcados, sólo se mostrarán los mensajes en los idiomas seleccionados en las líneas temporales públicas role: El rol controla qué permisos tiene el usuario. @@ -334,6 +336,7 @@ es-AR: usable: Permitir que los mensajes usen esta etiqueta localmente terms_of_service: changelog: "¿Qué cambió?" + effective_date: Fecha efectiva text: Términos del servicio terms_of_service_generator: admin_email: Dirección de correo electrónico para avisos legales @@ -344,6 +347,7 @@ es-AR: dmca_email: Dirección de correo electrónico para avisos de DMCA/derechos de autor domain: Dominio jurisdiction: Jurisdicción legal + min_age: Edad mínima user: role: Rol time_zone: Zona horaria diff --git a/config/locales/simple_form.es-MX.yml b/config/locales/simple_form.es-MX.yml index 2d784aa4da..4b47f33c2e 100644 --- a/config/locales/simple_form.es-MX.yml +++ b/config/locales/simple_form.es-MX.yml @@ -132,16 +132,18 @@ es-MX: name: Sólo se puede cambiar el cajón de las letras, por ejemplo, para que sea más legible terms_of_service: changelog: Puede estructurarse con la sintaxis Markdown. + effective_date: Un plazo razonable puede oscilar entre 10 y 30 días a partir de la fecha en que notifica a sus usuarios. text: Puede estructurarse con la sintaxis Markdown. terms_of_service_generator: admin_email: Las notificaciones legales incluyen contraavisos, órdenes judiciales, solicitudes de retirada y solicitudes de aplicación de la ley. - arbitration_address: Puede ser la misma que la dirección física anterior, o “N/A” si se utiliza el correo electrónico - arbitration_website: Puede ser un formulario web, o “N/A” si se utiliza el correo electrónico + arbitration_address: Puede ser la misma que la dirección física anterior, o "N/A" si utiliza correo electrónico. + arbitration_website: Puede ser un formulario web, o “N/A” si utiliza correo electrónico. choice_of_law: Ciudad, región, territorio o estado de las leyes de sustancia interna de las que se regirán todas y cada una de las reclamaciones. dmca_address: Para los operadores de EE. UU., utilice la dirección registrada en el Directorio de Agentes Designados de la DMCA. Un listado de apartados de correos está disponible bajo petición directa, utilice la Solicitud de Renuncia de Apartado de Correos de Agente Designado de la DMCA para enviar un correo electrónico a la Oficina de Derechos de Autor y describa que usted es un moderador de contenidos desde su casa que teme venganza o represalias por sus acciones y necesita utilizar un apartado de correos para eliminar su dirección particular de la vista del público. - dmca_email: Puede ser la misma dirección de correo electrónico usada en “Dirección de correo electrónico para notificaciones legales” + dmca_email: Puede ser el mismo correo electrónico utilizado para "Dirección de correo electrónico para avisos legales" de arriba. domain: Identificación única del servicio en línea que presta. jurisdiction: Indique el país de residencia de quien paga las facturas. Si se trata de una empresa u otra entidad, indique el país en el que está constituida y la ciudad, región, territorio o estado, según proceda. + min_age: No debería estar por debajo de la edad mínima requerida por las leyes de su jurisdicción. user: chosen_languages: Cuando se marca, solo se mostrarán las publicaciones en los idiomas seleccionados en las líneas de tiempo públicas role: El rol controla qué permisos tiene el usuario. @@ -334,6 +336,7 @@ es-MX: usable: Permitir a las publicaciones usar esta etiqueta localmente terms_of_service: changelog: "¿Qué es lo que ha cambiado?" + effective_date: Fecha de entrada en vigor text: Condiciones del servicio terms_of_service_generator: admin_email: Dirección de correo electrónico para notificaciones legales @@ -344,6 +347,7 @@ es-MX: dmca_email: Dirección de correo electrónico para avisos de DMCA/derechos de autor domain: Dominio jurisdiction: Jurisdicción legal + min_age: Edad mínima user: role: Rol time_zone: Zona horaria diff --git a/config/locales/simple_form.es.yml b/config/locales/simple_form.es.yml index fd5257e533..a0f115f577 100644 --- a/config/locales/simple_form.es.yml +++ b/config/locales/simple_form.es.yml @@ -132,16 +132,18 @@ es: name: Sólo se puede cambiar el cajón de las letras, por ejemplo, para que sea más legible terms_of_service: changelog: Se puede estructurar con sintaxis Markdown. + effective_date: Un plazo razonable puede oscilar entre 10 y 30 días a partir de la fecha de notificación a los usuarios. text: Se puede estructurar con sintaxis Markdown. terms_of_service_generator: admin_email: Los avisos legales incluyen devoluciones, órdenes judiciales, solicitudes de retiro y solicitudes de cumplimiento de la ley. - arbitration_address: Puede ser la misma que la dirección física anterior, o "N/A" si utiliza correo electrónico - arbitration_website: Puede ser un formulario web, o “N/A” si utiliza correo electrónico - choice_of_law: Ciudad, región, territorio o declaración de las leyes de sustancia interna de las que se regirán todas y cada una de las reclamaciones. + arbitration_address: Puede ser la misma que la dirección física anterior, o "N/A" si utiliza correo electrónico. + arbitration_website: Puede ser un formulario web, o “N/A” si utiliza correo electrónico. + choice_of_law: Ciudad, región, territorio o estado de los juzgados que regirán todas y cada una de las disputas legales. dmca_address: Para operadores estadounidenses, utilice la dirección registrada en el DMCA Designated Agent Directory. Un listado P.O. Box está disponible bajo petición directa, use la DMCA Designated Agent Post Office Box Waiver Request para enviar un correo electrónico a la Oficina de Derechos de Autor y describir que usted es un moderador de contenido basado en el hogar que teme venganza o represalia por sus acciones y que necesita usar un P.O. Box para eliminar su dirección postal de la vista pública. - dmca_email: Puede ser el mismo correo electrónico utilizado para "Dirección de correo electrónico para avisos legales" de arriba + dmca_email: Puede ser el mismo correo electrónico utilizado para "Dirección de correo electrónico para avisos legales" de arriba. domain: Identificación única del servicio en línea que estás proporcionando. jurisdiction: Lista el país donde vive quien paga las facturas. Si es una empresa u otra entidad, enumere el país donde está basada y la ciudad, región, territorio o estado según corresponda. + min_age: No debería estar por debajo de la edad mínima requerida por las leyes de su jurisdicción. user: chosen_languages: Cuando se marca, solo se mostrarán las publicaciones en los idiomas seleccionados en las líneas de tiempo públicas role: El rol controla qué permisos tiene el usuario. @@ -334,16 +336,18 @@ es: usable: Permitir a las publicaciones usar esta etiqueta localmente terms_of_service: changelog: "¿Qué ha cambiado?" + effective_date: Fecha de entrada en vigor text: Términos del servicio terms_of_service_generator: admin_email: Dirección de correo electrónico para avisos legales arbitration_address: Dirección física para avisos de arbitraje arbitration_website: Sitio web para enviar avisos de arbitraje - choice_of_law: Elección de la ley + choice_of_law: Legislación aplicable dmca_address: Dirección física para avisos de DMCA/derechos de autor dmca_email: Dirección de correo electrónico para avisos de DMCA/derechos de autor domain: Dominio jurisdiction: Jurisdicción legal + min_age: Edad mínima user: role: Rol time_zone: Zona horaria diff --git a/config/locales/simple_form.fa.yml b/config/locales/simple_form.fa.yml index 0f73f7f6a0..520b684847 100644 --- a/config/locales/simple_form.fa.yml +++ b/config/locales/simple_form.fa.yml @@ -46,11 +46,11 @@ fa: current_password: به دلایل امنیتی لطفاً گذرواژه این حساب را وارد کنید current_username: برای تأیید، لطفاً نام کاربری حساب فعلی را وارد کنید digest: تنها وقتی فرستاده می‌شود که مدتی طولانی فعالیتی نداشته باشید و در این مدت برای شما پیغام خصوصی‌ای نوشته شده باشد - email: به شما ایمیل تأییدی فرستاده خواهد شد + email: تأییدیه‌ای برایتان رایانامه خواهد شد header: یکی از قالب‌های WEBP، PNG، GIF یا JPG. بیشترین اندازه %{size}. تصویر به اندازهٔ %{dimensions} پیکسل تبدیل خواهد شد inbox_url: نشانی صفحهٔ اصلی رله‌ای را که می‌خواهید به کار ببرید کپی کنید irreversible: فرسته‌های پالوده به طور برگشت‌ناپذیری ناپدید می‌شوند، حتا اگر بعدها پالایه برداشته شود - locale: زبان واسط کاربری، رایانامه‌ها و آگاهی‌های ارسالی + locale: زبان میانای کاربری، رایانامه‌ها و آگاهی‌های ارسالی password: دست‌کم باید ۸ نویسه داشته باشد phrase: مستقل از کوچکی و بزرگی حروف، با متن اصلی یا هشدار محتوای فرسته‌ها مقایسه می‌شود scopes: واسط‌های برنامه‌نویسی که این برنامه به آن دسترسی دارد. اگر بالاترین سطح دسترسی را انتخاب کنید، دیگر نیازی به انتخاب سطح‌های پایینی ندارید. @@ -132,16 +132,18 @@ fa: name: شما تنها می‌توانید بزرگی و کوچکی حروف را تغییر دهید تا مثلاً آن را خواناتر کنید terms_of_service: changelog: می توان با دستور Markdown ساختار داد. + effective_date: بازهٔ زمانی معقول می‌تواند بین ۱۰ تا ۳۰ روز از زمان آگاه کردن کاربران باشد. text: می توان با دستور Markdown ساختار داد. terms_of_service_generator: admin_email: اخطارهای حقوقی شامل اخطارهای متقابل، دستورها دادگاه، درخواست‌های حذف و درخواست‌های اجرای قانون است. - arbitration_address: می‌تواند مانند آدرس فیزیکی بالا باشد، یا در صورت استفاده از ایمیل، «N/A» باشد - arbitration_website: اگر از ایمیل استفاده می کنید، می تواند یک فرم وب یا "N/A" باشد + arbitration_address: می‌تواند همان نشانی فیزیکی بالا یا در صورت استفاده از رایانامه N/A باشد. + arbitration_website: می‌تواند یک فرم وب یا در صورت استفاده از رایانامه N/A باشد. choice_of_law: شهر، منطقه، قلمرو یا ایالتی که قوانین ماهوی داخلی آن بر هر یک از دعاوی حاکم است. - dmca_address: برای اپراتورهای ایالات متحده، از آدرس ثبت شده در دایرکتوری نماینده تعیین شده DMCA استفاده کنید. یک P.O. فهرست جعبه در صورت درخواست مستقیم در دسترس است، از درخواست چشم پوشی از صندوق پست دفتر پست DMCA برای ایمیل به دفتر حق نسخه برداری استفاده کنید و توضیح دهید که شما یک ناظر محتوای خانگی هستید که از انتقام یا تلافی برای اعمال خود می ترسید و باید از P.O استفاده کنید. کادری برای حذف آدرس خانه شما از نمای عمومی. - dmca_email: می‌تواند همان ایمیلی باشد که برای “آدرس ایمیل برای اطلاعیه‌های قانونی“ در بالا استفاده شده است + dmca_address: استفاده از نشانی ثبت شده در DMCA برای کاروران ایالات متحده. سیاههٔ صندوق‌های پستی با درخواست مستقیم موجود است. استفاده از درخواست لغو صندوق پست برای رایانامه به دفتر حق رونوشت و توضیح این که یک ناظر محتوای خانگی بوده که نگران انتقام یا تلافی کنش‌هایتان هستید و نیاز به صندوق پستی برای برداشتن نشانی خانه‌تان از دید عموم دارید. + dmca_email: می‌تواند همان رایانامهٔ استفاده شده برای «نشانی رایانامه برای اطّلاعیه‌های حقوقی» در بالا باشد. domain: شناسایی منحصر به فرد سرویس آنلاینی که ارائه می کنید. jurisdiction: کشوری را که هر کسی که صورتحسابها را پرداخت می کند در آن زندگی می کند، فهرست کنید. اگر یک شرکت یا نهاد دیگری است، کشوری که در آن ثبت شده است و شهر، منطقه، قلمرو یا ایالت در صورت لزوم فهرست کنید. + min_age: نباید کم‌تر از کمینهٔ زمان لازم از سوی قوانین حقوقیتان باشد. user: chosen_languages: اگر انتخاب کنید، تنها نوشته‌هایی که به زبان‌های برگزیدهٔ شما نوشته شده‌اند در فهرست نوشته‌های عمومی نشان داده می‌شوند role: نقش کنترل می کند که کاربر چه مجوزهایی دارد. @@ -173,8 +175,8 @@ fa: text: متن از پیش آماده‌شده title: عنوان admin_account_action: - include_statuses: فرسته‌های گزارش‌شده را در ایمیل بگنجان - send_email_notification: اطلاع‌رسانی به کاربر از راه ایمیل + include_statuses: قرار دادن فرسته‌های گزارش شده در رایانامه + send_email_notification: آگاهی کاربر به ازای هر رایانامه text: هشدار موردی type: کنش types: @@ -203,7 +205,7 @@ fa: current_password: گذرواژه کنونی data: داده‌ها display_name: نمایش به نام - email: نشانی ایمیل + email: نشانی رایانامه expires_in: تاریخ انقضا fields: اطلاعات تکمیلی نمایه header: تصویر زمینه @@ -248,7 +250,7 @@ fa: title: عنوان type: نوع درون‌ریزی username: نام کاربری - username_or_email: نام کاربری یا ایمیل + username_or_email: نام کاربری یا رایانامه whole_word: تطابق واژهٔ کامل email_domain_block: with_dns_records: شامل رکوردهای MX و‌IPهای دامنه @@ -307,12 +309,12 @@ fa: notification_emails: appeal: شخصی به تصمیم مدیر اعتراض کرد digest: فرستادن رایانامه‌های خلاصه - favourite: وقتی کسی نوشتهٔ شما را پسندید ایمیل بفرست - follow: وقتی کسی پیگیر شما شد ایمیل بفرست - follow_request: وقتی کسی درخواست پیگیری کرد ایمیل بفرست - mention: وقتی کسی از شما نام برد ایمیل بفرست - pending_account: وقتی حساب تازه‌ای نیاز به بازبینی داشت ایمیل بفرست - reblog: وقتی کسی فرستهٔ شما را تقویت کرد ایمیل بفرست + favourite: شخصی فرسته‌تان را برگزید + follow: شخصی پیتان گرفت + follow_request: شخصی خواست پیتان بگیرد + mention: شخصی از شما نام برد + pending_account: حساب تازهٔ نیازمند بررسی + reblog: شخصی فرسته‌تان را تقویت کرد report: گزارش جدیدی فرستاده شد software_updates: all: آگاهی برای همهٔ به‌روز رسانی‌ها @@ -334,16 +336,18 @@ fa: usable: اجازه به فرسته‌ها برای استفتاده از این برچسب به صورت محلی terms_of_service: changelog: چه چیزی تغییر کرده است؟ + effective_date: تاریخ اعمال text: شرایط خدمات terms_of_service_generator: - admin_email: آدرس ایمیل برای اطلاعیه های حقوقی + admin_email: نشانی رایانامه برای اطّلاعیه‌های حقوقی arbitration_address: آدرس فیزیکی اعلامیه های داوری arbitration_website: وب سایت ارسال اخطارهای داوری choice_of_law: انتخاب قانون dmca_address: آدرس فیزیکی اعلامیه‌های DMCA/حق نسخه‌برداری - dmca_email: آدرس ایمیل برای اعلامیه‌های DMCA/حق نسخه‌برداری + dmca_email: نشانی رایانامه برای اطّلاعیه‌های حق رونوشت domain: دامنه jurisdiction: صلاحیت قانونی + min_age: کمینهٔ زمان user: role: نقش time_zone: منطقهٔ زمانی diff --git a/config/locales/simple_form.fi.yml b/config/locales/simple_form.fi.yml index 278b94e514..374b61f247 100644 --- a/config/locales/simple_form.fi.yml +++ b/config/locales/simple_form.fi.yml @@ -135,10 +135,9 @@ fi: text: Voidaan jäsentää Markdown-syntaksilla. terms_of_service_generator: admin_email: Oikeudellisiin ilmoituksiin kuuluvat vastailmoitukset, oikeuden määräykset, poistopyynnöt ja lainvalvontaviranomaisten pyynnöt. - arbitration_address: Voi olla sama kuin edellä oleva fyysinen osoite tai ”N/A”, jos käytät sähköpostia - arbitration_website: Voi olla verkkolomake tai ”N/A”, jos käytät sähköpostia + arbitration_address: Voi olla sama kuin edellä mainittu Fyysinen osoite tai ”N/A”, jos käytät sähköpostia. + arbitration_website: Voi olla verkkolomake tai ”N/A”, jos käytät sähköpostia. dmca_address: Yhdysvaltalaisten operaattoreiden on käytettävä DMCA Designated Agent Directory -luetteloon rekisteröityä osoitetta. Postilokeroluettelo on saatavissa suoralla pyynnöllä, joten käytä DMCA Designated Agent Post Office Box Waiver Request -lomaketta lähettääksesi sähköpostia tekijänoikeusvirastolle ja kuvaile, että olet kotona toimiva sisältömoderaattori, joka pelkää kostoa tai rangaistusta toimistaan ja tarvitsee postilokeroa pitääkseen kotiosoitteensa poissa julkisuudesta. - dmca_email: Voi olla sama sähköpostiosoite kuin edellä kohdassa ”Sähköpostiosoite oikeudellisia ilmoituksia varten” domain: Tarjoamasi verkkopalvelun yksilöllinen tunniste. jurisdiction: Mainitse valtio, jossa laskujen maksaja asuu. Jos kyseessä on yritys tai muu yhteisö, mainitse valtio, johon se on rekisteröity, ja tarvittaessa kaupunki, alue, territorio tai osavaltio. user: @@ -333,6 +332,7 @@ fi: usable: Salli julkaisujen käyttää tätä aihetunnistetta paikallisesti terms_of_service: changelog: Mikä on muuttunut? + effective_date: Voimaantulopäivä text: Käyttöehdot terms_of_service_generator: admin_email: Sähköpostiosoite oikeudellisille ilmoituksille @@ -342,6 +342,7 @@ fi: dmca_email: Sähköpostiosoite DMCA-/tekijänoikeusilmoituksille domain: Verkkotunnus jurisdiction: Lainkäyttöalue + min_age: Vähimmäisikä user: role: Rooli time_zone: Aikavyöhyke diff --git a/config/locales/simple_form.fo.yml b/config/locales/simple_form.fo.yml index 20bb0a3dc3..201de307b0 100644 --- a/config/locales/simple_form.fo.yml +++ b/config/locales/simple_form.fo.yml @@ -132,16 +132,18 @@ fo: name: Tú kanst einans broyta millum stórar og smáar stavir, til dømis fyri at gera tað meira lesiligt terms_of_service: changelog: Kunnu vera uppbygdar við Markdown syntaksi. + effective_date: Ein rímulig tíðarfreist kann vera alt millum 10 og 30 dagar frá degnum, tú gevur boð til brúkararnar hjá tær. text: Kunnu vera uppbygdar við Markdown syntaksi. terms_of_service_generator: admin_email: Løgfrøðisligar fráboðanir fata um rættarligar mótfráboðanir, úrskurðir, áheitanir um at taka niður og løgfrøðisligar áheitanir. - arbitration_address: Kann vera tann sami sum fysiski bústaðurin omanfyri ella "N/A", um teldupostur verður brúktur - arbitration_website: Kann vera ein vevformularur ella "N/A", um teldupostur verður brúktur + arbitration_address: Kann vera tann sami sum fysiski bústaðurin omanfyri ella "N/A", um teldupostur verður brúktur. + arbitration_website: Kann vera ein vevformularur ella "N/A", um teldupostur verður brúktur. choice_of_law: Býur, øki, landspartur ella statur, hvørs innanhýsis lógir skulu stýra øllum krøvum. dmca_address: Fyristøðufólk og -feløg í USA brúka bústaðin, ið er skrásettur í DMCA Designated Agent Directory. Ein postsmoguskráseting er tøk, um biðið verður um hana beinleiðis. Brúka DMCA Designated Agent Post Office Box Waiver Request fyri at senda teldubræv til Copyright Office og greið frá, at tú er ein kjakleiðari, sum virkar heimanifrá, og at tú er bangin fyri hevnd ella afturløning fyri tí, tú ger, og at tú hevur tørv á at brúka eina postsmogu fyri at fjala heimabústaðin fyri almenninginum. - dmca_email: Kann vera sami teldupoststaður, sum er brúktur til "Teldupoststaður fyri løgfrøðisligar fráboðanir" omanfyri + dmca_email: Kann vera sami teldupoststaður, sum er brúktur til "Teldupoststaður fyri løgfrøðisligar fráboðanir" omanfyri. domain: Makaleys eyðmerking av nettænastuni, sum tú veitir. jurisdiction: Lista landið, har sum tann, ið rindar rokningarnar, livir. Er tað eitt felag ella ein onnur eind, lista landið, har tað er skrásett, umframt býin, økið, umveldið ella statin, alt eftir hvat er hóskandi. + min_age: Eigur ikki at vera undir lægsta aldri, sum lógirnar í tínum rættarøki krevja. user: chosen_languages: Tá hetta er valt, verða einans postar í valdum málum vístir á almennum tíðarlinjum role: Leikluturin stýrir hvørji rættindi, brúkarin hevur. @@ -334,6 +336,7 @@ fo: usable: Loyv postum at brúka hetta frámerki lokalt terms_of_service: changelog: Hvat er broytt? + effective_date: Galdandi frá text: Tænastutreytir terms_of_service_generator: admin_email: Teldupoststaður fyri løgfrøðisligar fráboðanir @@ -344,6 +347,7 @@ fo: dmca_email: Teldubústaður fyri DMCA/copyright fráboðanir domain: Navnaøki jurisdiction: Løgdømi + min_age: Lægsti aldur user: role: Leiklutur time_zone: Tíðarsona diff --git a/config/locales/simple_form.fr-CA.yml b/config/locales/simple_form.fr-CA.yml index 5cd87c1235..5e9fe7baa5 100644 --- a/config/locales/simple_form.fr-CA.yml +++ b/config/locales/simple_form.fr-CA.yml @@ -135,10 +135,7 @@ fr-CA: text: Peut être structuré avec la syntaxe Markdown. terms_of_service_generator: admin_email: Les avis juridiques comprennent les contre-avis, les ordonnances judiciaires, les demandes de retrait et les demandes des forces de l'ordre. - arbitration_address: Peut être la même que l'adresse physique ci-dessus, ou "N/A" si vous utilisez un e-mail - arbitration_website: Peut être un formulaire web, ou « N/A» si vous utilisez un e-mail dmca_address: Pour les opérateurs américains, utilisez l'adresse enregistrée dans le répertoire des agents désignés du DMCA Designated Agent Directory. Une boîte postale est disponible sur demande directe. Utilisez le formulaire de demande de dérogation pour l'utilisation d'une boîte postale par un agent désigné du Designated Agent Post Office Box Waiver Request pour envoyer un e-mail au Bureau du droit d'auteur (Copyright Office) et expliquer que vous êtes un modérateur de contenu à domicile qui craint des représailles ou une vengeance pour ses actions et que vous avez besoin d'utiliser une boîte postale afin de masquer votre adresse personnelle au public. - dmca_email: Peut être la même adresse e-mail que celle utilisée pour « Adresse e-mail pour les mentions légales » ci-dessus domain: Identification unique du service en ligne que vous offrez. jurisdiction: Indiquez le pays dans lequel réside la personne qui paie les factures. S'il s'agit d'une entreprise ou d'une autre entité, indiquez le pays dans lequel elle est enregistrée, ainsi que la ville, la région, le territoire ou l'État, le cas échéant. user: diff --git a/config/locales/simple_form.fr.yml b/config/locales/simple_form.fr.yml index 9572bbf440..921fa8eda4 100644 --- a/config/locales/simple_form.fr.yml +++ b/config/locales/simple_form.fr.yml @@ -135,10 +135,7 @@ fr: text: Peut être structuré avec la syntaxe Markdown. terms_of_service_generator: admin_email: Les avis juridiques comprennent les contre-avis, les ordonnances judiciaires, les demandes de retrait et les demandes des forces de l'ordre. - arbitration_address: Peut être la même que l'adresse physique ci-dessus, ou "N/A" si vous utilisez un e-mail - arbitration_website: Peut être un formulaire web, ou « N/A» si vous utilisez un e-mail dmca_address: Pour les opérateurs américains, utilisez l'adresse enregistrée dans le répertoire des agents désignés du DMCA Designated Agent Directory. Une boîte postale est disponible sur demande directe. Utilisez le formulaire de demande de dérogation pour l'utilisation d'une boîte postale par un agent désigné du Designated Agent Post Office Box Waiver Request pour envoyer un e-mail au Bureau du droit d'auteur (Copyright Office) et expliquer que vous êtes un modérateur de contenu à domicile qui craint des représailles ou une vengeance pour ses actions et que vous avez besoin d'utiliser une boîte postale afin de masquer votre adresse personnelle au public. - dmca_email: Peut être la même adresse e-mail que celle utilisée pour « Adresse e-mail pour les mentions légales » ci-dessus domain: Identification unique du service en ligne que vous offrez. jurisdiction: Indiquez le pays dans lequel réside la personne qui paie les factures. S'il s'agit d'une entreprise ou d'une autre entité, indiquez le pays dans lequel elle est enregistrée, ainsi que la ville, la région, le territoire ou l'État, le cas échéant. user: diff --git a/config/locales/simple_form.fy.yml b/config/locales/simple_form.fy.yml index ffe2f49ef4..56f02a1ff4 100644 --- a/config/locales/simple_form.fy.yml +++ b/config/locales/simple_form.fy.yml @@ -135,10 +135,7 @@ fy: text: Kin strukturearre wurde mei Markdown-syntaksis. terms_of_service_generator: admin_email: Juridyske meidielingen binne û.o. tsjinoantekeningen, rjochterlike befelen, ferwiderfersiken en fersiken om wetshanthaving. - arbitration_address: Kin itselde wêze as boppesteande strjitteof ‘N/A’ by gebrûk fan e-mail - arbitration_website: Kin in webformulier wêze, of ‘N/A’ as e-mail brûkt wurdt dmca_address: 'Brûk foar behearders yn de FS: it adres dat registrearre is yn de DMCA Designated Agent Directory. Op fersyk is der in postbuslist beskikber. Brûk it DMCA Designated Agent Post Office Box Waiver Request om it Copyright Office te e-mailen en te beskriuwen dat jo in thúsbasearre ynhâldsmoderator binne dy’t wraak of fergelding frezet foar jo dieden en in postbus brûke moat om jo húsadres út it publike domein te hâlden.' - dmca_email: Kin itselde e-mailadres wêze as ‘E-mailadres foar juridyske berjochten’ hjirboppe domain: In unike identifikaasje fan de online tsjinst dy’t ferliend wurdt. jurisdiction: Fermeld it lân wêr’t de persoan wennet dy’t de rekkeningen betellet. As it in bedriuw of in oare entiteit is, fermeld it lân wêr’t it opnommen is en de stêd, regio, grûngebiet of steat, foar safier fan tapassing. user: diff --git a/config/locales/simple_form.ga.yml b/config/locales/simple_form.ga.yml index a0a7462331..af75401d3f 100644 --- a/config/locales/simple_form.ga.yml +++ b/config/locales/simple_form.ga.yml @@ -132,16 +132,18 @@ ga: name: Ní féidir leat ach cásáil na litreacha a athrú, mar shampla, chun é a dhéanamh níos inléite terms_of_service: changelog: Is féidir é a struchtúrú le comhréir Markdown. + effective_date: Féadfaidh tréimhse ama réasúnta a bheith idir 10 agus 30 lá ón dáta a chuireann tú in iúl do d'úsáideoirí. text: Is féidir é a struchtúrú le comhréir Markdown. terms_of_service_generator: admin_email: Áirítear le fógraí dlí frithfhógraí, orduithe cúirte, iarratais éirí anuas, agus iarratais forghníomhaithe dlí. - arbitration_address: D’fhéadfadh sé a bheith mar an gcéanna leis an seoladh fisiceach thuas, nó “N/B” má tá ríomhphost in úsáid agat - arbitration_website: D’fhéadfadh gur foirm ghréasáin í, nó “N/A” má tá ríomhphost in úsáid agat + arbitration_address: D’fhéadfadh sé a bheith mar an gcéanna leis an seoladh fisiceach thuas, nó “N/B” má tá ríomhphost in úsáid agat. + arbitration_website: D’fhéadfadh gur foirm ghréasáin í, nó “N/B” má tá ríomhphost in úsáid agat. choice_of_law: Cathair, réigiún, críoch nó stát a rialóidh a dhlíthe inmheánacha substaintiúla aon éileamh agus gach éileamh. dmca_address: Maidir le hoibreoirí SAM, bain úsáid as an seoladh atá cláraithe in Eolaire Gníomhairí Ainmnithe DMCA. A P.O. Tá liostú boscaí ar fáil ach é a iarraidh go díreach, bain úsáid as Iarratas Tarscaoilte Bosca Gníomhaire Ainmnithe DMCA chun ríomhphost a chur chuig an Oifig Cóipchirt agus déan cur síos gur modhnóir ábhar baile thú a bhfuil eagla ort díoltas nó aisíocaíocht a fháil mar gheall ar do ghníomhartha agus a dteastaíonn uait úsáid a bhaint as P.O. Bosca chun do sheoladh baile a bhaint den radharc poiblí. - dmca_email: Is féidir gurb é an ríomhphost céanna é a úsáidtear le haghaidh “Seoladh ríomhphoist le haghaidh fógraí dlí” thuas + dmca_email: Is féidir gurb é an ríomhphost céanna é a úsáidtear le haghaidh “Seoladh ríomhphoist le haghaidh fógraí dlí” thuas. domain: Aitheantas uathúil na seirbhíse ar líne atá á cur ar fáil agat. jurisdiction: Liostaigh an tír ina bhfuil cónaí ar an té a íocann na billí. Más cuideachta nó aonán eile é, liostaigh an tír ina bhfuil sé corpraithe, agus an chathair, an réigiún, an chríoch nó an stát mar is cuí. + min_age: Níor chóir go mbeidís faoi bhun na haoise íosta a éilíonn dlíthe do dhlínse. user: chosen_languages: Nuair a dhéantar iad a sheiceáil, ní thaispeánfar ach postálacha i dteangacha roghnaithe in amlínte poiblí role: Rialaíonn an ról na ceadanna atá ag an úsáideoir. @@ -334,6 +336,7 @@ ga: usable: Lig do phostálacha an hashchlib seo a úsáid go háitiúil terms_of_service: changelog: Cad atá athraithe? + effective_date: Dáta éifeachtach text: Téarmaí Seirbhíse terms_of_service_generator: admin_email: Seoladh ríomhphoist le haghaidh fógraí dlí @@ -344,6 +347,7 @@ ga: dmca_email: Seoladh ríomhphoist le haghaidh fógraí DMCA/cóipchirt domain: Fearann jurisdiction: Dlínse dhlíthiúil + min_age: Aois íosta user: role: Ról time_zone: Crios ama diff --git a/config/locales/simple_form.gl.yml b/config/locales/simple_form.gl.yml index f6dd172e80..a23173a6d1 100644 --- a/config/locales/simple_form.gl.yml +++ b/config/locales/simple_form.gl.yml @@ -132,16 +132,18 @@ gl: name: Só podes cambiar maiús/minúsculas, por exemplo, mellorar a lexibilidade terms_of_service: changelog: Pode usarse sintaxe Markdown. + effective_date: Un prazo razonable podería estar entre 10 e 30 días desde que envías a notificación ás usuarias. text: Pode usarse sintaxe Markdown. terms_of_service_generator: admin_email: Os avisos legais inclúen ordes xudiciais, solicitudes de retirada de contido e requerimentos do cumprimento da lei. - arbitration_address: Pode ser o mesmo enderezo Físico de máis arriba, ou "N/A" se usas o correo electrónico - arbitration_website: Pode ser un formulario web ou "N/A" se usas o correo electrónico + arbitration_address: Pode ser igual ao enderezo Físico de arriba, ou "N/A" se usas correo electrónico. + arbitration_website: Pode ser un formulario web, ou "N/A" se usas o correo electrónico. choice_of_law: Cidade, rexión, territorio ou estado cuxas leis rexirán sobre as reclamacións e disputas. dmca_address: Para operadores de USA, utiliza o mesmo enderezo rexistrado no DMCA Designated Agent Directory. Está dispoñible a opción de usar P.O. Box facendo a solicitude baixo a DMCA Designated Agent Post Office Box Waiver Request pedíndoa á Copyright Office e indicando que es un moderador de contidos na túa casa e temes ameazas ou violencia polas medidas que tomas e precisas usar un P.O. Box para que non sexa público o enderezo da túa casa. - dmca_email: Pode ser o mesmo enderezo de correo usado para "Enderezo para avisos legais" + dmca_email: Pode ser o mesmo correo usado para "Enderezo de correo para avisos legais". domain: Identificador único do servizo en liña que proporcionas. jurisdiction: Informa sobre o país onde vive quen paga as facturas. Se é unha empresa ou outra entidade, indica o país onde está establecida e é axeitado escribir a cidade, rexión, territorio ou estado. + min_age: Non debería ser inferior á idade mínima requerida polas leis da túa xurisdición. user: chosen_languages: Se ten marca, só as publicacións nos idiomas seleccionados serán mostrados en cronoloxías públicas role: Os roles establecen os permisos que ten a usuaria. @@ -203,7 +205,7 @@ gl: current_password: Contrasinal actual data: Datos display_name: Nome mostrado - email: Enderezo de email + email: Enderezo de correo expires_in: Caduca tras fields: Metadatos do perfil header: Cabeceira @@ -334,6 +336,7 @@ gl: usable: Permitir que as publicacións usen este cancelo localmente terms_of_service: changelog: Que cambios se fixeron? + effective_date: Data efectiva text: Termos do Servizo terms_of_service_generator: admin_email: Enderezo de correo para avisos legais @@ -344,6 +347,7 @@ gl: dmca_email: Enderezo de correo electrónico para avisos sobre DMCA/copyright domain: Dominio jurisdiction: Xurisdición legal + min_age: Idade mínima user: role: Rol time_zone: Fuso horario diff --git a/config/locales/simple_form.he.yml b/config/locales/simple_form.he.yml index 234a2d752c..bab104025f 100644 --- a/config/locales/simple_form.he.yml +++ b/config/locales/simple_form.he.yml @@ -132,16 +132,18 @@ he: name: ניתן רק להחליף בין אותיות קטנות וגדולות, למשל כדי לשפר את הקריאות terms_of_service: changelog: ניתן לעצב בעזרת תחביר מארקדאון. + effective_date: לוח זמנים סביר יהיה בין 10-30 ימים מיום ההודעה למשתמשיםות שלך. text: ניתן לעצב בעזרת תחביר מארקדאון. terms_of_service_generator: admin_email: מזכרים חוקיים כוללים הוראות בימ"ש, בקשות הסרה, תשובות להתראות ובקשות ציות לאכיפה. - arbitration_address: יכול להיות כתובת פיזית זהה לעיל, או “N/A” אם משתמשים בדואל - arbitration_website: יכול להיות טופס בדפדפן או “N/A” אם משתמשים בדואל + arbitration_address: יכול להיות כתובת פיזית זהה לעיל, או “N/A” אם משתמשים בדואל. + arbitration_website: יכול להיות טופס בדפדפן או “N/A” אם משתמשים בדואל. choice_of_law: עיר, מחוז, טריטוריה או מדינה שחוקיה חלים על כל התביעות והתלונות. dmca_address: For US operators, use the address registered in the DMCA Designated Agent Directory. A P.O. Box listing is available upon direct request, use the DMCA Designated Agent Post Office Box Waiver Request to email the Copyright Office and describe that you are a home-based content moderator who fears revenge or retribution for your actions and need to use a P.O. Box to remove your home address from public view. - dmca_email: ניתן להשתמש באותה כתובת הדואל שעבור "כתובת דואל להודעות משפטיות" לעיל + dmca_email: ניתן להשתמש באותה כתובת הדואל שעבור "כתובת דואל להודעות משפטיות" לעיל. domain: זיהוי ייחודי של השירות המקוון שאתה מספק. jurisdiction: פרט את המדינה שבה גר משלם החשבונות. אם מדובר בחברה או גוף אחר, פרטו את המדינה שבה הוקם התאגיד, העיר, האזור, או המדינה בהתאם לצורך. + min_age: על הערך להיות לפחות בגיל המינימלי הדרוש בחוק באיזור השיפוט שלך. user: chosen_languages: אם פעיל, רק הודעות בשפות הנבחרות יוצגו לפידים הפומביים role: התפקיד שולט על אילו הרשאות יש למשתמש. @@ -334,6 +336,7 @@ he: usable: הרשה/י להודעות להכיל תגית זו באופן מקומי terms_of_service: changelog: מה נשתנה? + effective_date: תאריך תחולה text: תנאי השירות terms_of_service_generator: admin_email: כתובת דוא"ל להודעות משפטיות @@ -344,6 +347,7 @@ he: dmca_email: כתובת דואל לשליחת התראות זכויות יוצרים/DMCA domain: מתחם (דומיין) jurisdiction: איזור השיפוט + min_age: גיל מינימלי user: role: תפקיד time_zone: אזור זמן diff --git a/config/locales/simple_form.hu.yml b/config/locales/simple_form.hu.yml index 52b6b806f9..977ef0a279 100644 --- a/config/locales/simple_form.hu.yml +++ b/config/locales/simple_form.hu.yml @@ -132,16 +132,18 @@ hu: name: Csak a kis/nagybetűséget változtathatod meg, pl. hogy olvashatóbb legyen terms_of_service: changelog: Markdown szintaxissal adható meg. + effective_date: Egy elfogadható időablak a felhasználók értesítésétől számított 10 és 30 nap között bármi lehet. text: Markdown szintaxissal adható meg. terms_of_service_generator: admin_email: A jogi közlemények közé tartoznak az ellenkeresetek, a bírósági végzések, az eltávolítási kérelmek és a bűnüldöző szervek kérelmei is. - arbitration_address: Lehet a fent használt valós cím, vagy e-mail használata esetén „N/A” - arbitration_website: Lehet webes űrlap, vagy e-mail használata esetén „N/A” + arbitration_address: Lehet a fent használt valós cím, vagy e-mail használata esetén „N/A”. + arbitration_website: Lehet webes űrlap, vagy e-mail használata esetén „N/A”. choice_of_law: Város, régió, terület vagy állam, amely jogszabályai irányadóak az összes követelés esetén. dmca_address: Amerikai üzemeltető esetén használja a DMCA Designated Agent Directory jegyzékében regisztrált címet. Közvetlen kérésre postafiók-jegyzék is rendelkezésre áll, használja a DMCA Designated Agent Directory postafiókról való lemondás iránti kérelmét a Copyright Office-nak küldött e-mailben, és írja le, hogy Ön egy otthoni tartalommoderátor, aki bosszútól vagy megtorlástól tart a tevékenységi miatt, és ezért egy postafiókra van szüksége, hogy ne legyen nyilvános az otthoni címe. - dmca_email: Megegyezhet a fenti „E-mail-cím a jogi nyilatkozatok benyújtásához” mezővel + dmca_email: Megegyezhet a fenti „E-mail-cím a jogi nyilatkozatok benyújtásához” mezővel. domain: A nyújtott online szolgáltatás egyedi azonosítója. jurisdiction: Adja meg az országot, ahol a számlafizető él. Ha ez egy vállalat vagy más szervezet, adja meg az országot, ahol bejegyezték, valamint adott esetben a várost, régiót, területet vagy államot. + min_age: Nem lehet a joghatóság által meghatározott minimális kor alatt. user: chosen_languages: Ha aktív, csak a kiválasztott nyelvű bejegyzések jelennek majd meg a nyilvános idővonalon role: A szerep szabályozza, hogy a felhasználó milyen jogosultságokkal rendelkezik. @@ -334,6 +336,7 @@ hu: usable: A helyi bejegyzések használhatják ezt a hashtaget terms_of_service: changelog: Mi változott? + effective_date: A hatálybalépés dátuma text: Felhasználási feltételek terms_of_service_generator: admin_email: E-mail-cím a jogi nyilatkozatok benyújtásához @@ -344,6 +347,7 @@ hu: dmca_email: E-mail-cím a szerzői jogi nyilatkozatokhoz domain: Domain jurisdiction: Joghatóság + min_age: Minimális életkor user: role: Szerep time_zone: Időzóna diff --git a/config/locales/simple_form.ia.yml b/config/locales/simple_form.ia.yml index 2f9ed5eacc..cb9b2a3da5 100644 --- a/config/locales/simple_form.ia.yml +++ b/config/locales/simple_form.ia.yml @@ -135,10 +135,8 @@ ia: text: Pote esser structurate con le syntaxe Markdown. terms_of_service_generator: admin_email: Le avisos juridic include le contra-avisos, ordinantias judiciari, demandas de retiro e demandas de application del lege. - arbitration_address: Pote esser le mesme que le adresse physic supra, o “N/A” si se usa e-mail - arbitration_website: Pote esser un formulario web, o “N/A” si se usa e-mail + choice_of_law: Citate, region, territorio o stato cuje leges substantive interne governa omne disputa juridic. dmca_address: Pro operatores in le SUA, usa le adresse registrate in le Directorio de Agentes Designate pro le DMCA (DMCA Designated Agent Directory). Un adresse de cassa postal es disponibile per requesta directe; usa le Requesta de Exemption de Cassa Postal pro Agentes Designate del DMCA (DMCA Designated Agent Post Office Box Waiver Request) pro inviar un message electronic al Officio del Derecto de Autor (Copyright Office) e describer que tu es un moderator de contento que travalia de casa e qui time vengiantias o represalias pro tu actiones, necessitante le uso un cassa postal pro remover tu adresse personal del vista public. - dmca_email: Pote esser le mesme adresse de e-mail usate pro “Adresse de e-mail pro avisos juridic” supra domain: Identification unic del servicio in linea que tu forni. jurisdiction: Indica le pais ubi vive le persona qui paga le facturas. Si se tracta de un interprisa o altere organisation, indica le pais ubi illo es incorporate, e le citate, region, territorio o stato del maniera appropriate pro le pais. user: @@ -338,6 +336,7 @@ ia: admin_email: Adresse de e-mail pro avisos juridic arbitration_address: Adresse physic pro avisos de arbitration arbitration_website: Sito web pro submitter avisos de arbitration + choice_of_law: Election del lege applicabile dmca_address: Adresse physic pro avisos DCMA/de derectos de autor dmca_email: Adresse de e-mail pro avisos DCMA/de derectos de autor domain: Dominio diff --git a/config/locales/simple_form.io.yml b/config/locales/simple_form.io.yml index 631e7182fd..7da9441ba6 100644 --- a/config/locales/simple_form.io.yml +++ b/config/locales/simple_form.io.yml @@ -3,12 +3,14 @@ io: simple_form: hints: account: + attribution_domains: Un en singla lineo. discoverable: Vua publika posti e profilo povas remarkesar o rekomendesar en diferanta parti di Mastodon e vua profilo povas sugestesar ad altra uzanti. display_name: Vua tota nomo o vua gaya nomo. fields: Vua retsituo, pronomi, evo, irgo quan vu volas. indexable: Vua posta publika povos aparar en rezultaji di serchi che Mastodon. Personi qui interagis kun vua posti povos serchar oli irgakaze. note: 'Vu povas @mencionar altra personi o #hashtagi.' show_collections: Personi povos navigar tra vua sequati e sequanti. Personi quin vu sequas, vidos ke vu sequas li irgakaze. + unlocked: Personi povos sequar vu sen demandar aprobo. account_alias: acct: Partikulare pozez uzantonomo@domeno di konto quon vua volas ektransferesar account_migration: @@ -19,15 +21,15 @@ io: admin_account_action: include_statuses: Uzanto vidos quala posti quo kauzigas jero o averto send_email_notification: Uzanto ganos expliko pri quo eventas a olia konto - text_html: Neobligata. Vu povas uzar postosintaxo. Vu povas insertar avertofixiti por sparar tempo + text_html: Nemustiga. Vu povas adjuntar avertselektaji por sparar tempo type_html: Selektez ago per %{acct} types: disable: Preventez uzanto de uzar olia konto ma ne efacez o celez olia kontenaji. none: Uzez co por sendar averto a la uzanto sen eventigar irga altra ago. - sensitive: Koaktez omna mediiatachaji da ca uzanto markizesar quale sentoza. + sensitive: Igar omna audvidajaddonaji da ca uzanto markesar quale trublema. silence: Preventez la uzanto de povar postar per publika videbleso, celez lua posti e avizi de personi qui ne sequas lu. Co klozas omna raporto kontra ca konto. suspend: Preventez irga interago de o a ca konto e efacez lua kontenaji. Inversebla til 30 dii. Co klozas omna raporti kontra ca konto. - warning_preset_id: Neobligata. Vu povas ankore insertar kustume texto a extremajo di fixito + warning_preset_id: Nemustiga announcement: all_day: Kande kontrolesas, nur tempoporteodato montresos ends_at: Neobligata. Anunco automatika depublikigesos dum ta tempo @@ -54,12 +56,13 @@ io: scopes: Quala API quon softwaro permisesas acesar. Se vu selektas alta skopo, vu ne mustas selektar individui. setting_aggregate_reblogs: Ne montrez nova repeti di posti qui ja repetesis recente (nur efektigas repeti recevata nove) setting_always_send_emails: Normale retpostoavizi ne sendesas kande vu aktiva uzas Mastodon - setting_default_sensitive: Sentoza medii originala celesas e povas revelesar per klikto - setting_display_media_default: Celez medii quo markizesis quale sentoza - setting_display_media_hide_all: Sempre celez medii - setting_display_media_show_all: Sempre montrez medii + setting_default_sensitive: Trublema audvidaji originala celesas e povas descelesar per kliko + setting_display_media_default: Celez audvidaji qua markesis quale trublema + setting_display_media_hide_all: Omnatempe celas audvidaji + setting_display_media_show_all: Omnatempe montras audvidaji + setting_system_scrollbars_ui: Nur ye tablokomputilretumili qua bazita ye Safario e Kromeo setting_use_blurhash: Inklini esas segun kolori di celesis vidaji ma kovras irga detali - setting_use_pending_items: Celez tempolineonovi dop kliktar e ne automatike movigar niuzeto + setting_use_pending_items: Celez tempolinetildatigo dop kliko vice automatike ruligar la fluo username: Vu darfas uzar literi, nombri, e sublinei whole_word: Kande klefvorto o fraz esas nur litera e nombra, ol nur aplikesos se ol parigesas la tota vorto domain_allow: @@ -77,17 +80,17 @@ io: form_admin_settings: activity_api_enabled: Quanto de lokale publikigita posti, aktiva uzanti e nova registri, donita semanope app_icon: WEBP, PNG, GIF o JPG. Ol remplas la originala imajeto di softwaro sur poshaparati kun personaligita imajeto. - backups_retention_period: Uzanto povas facar arkivi di sua posti por deskargar pose. Se ol esas positiva nombro, ca arkivi automate efacesis de vua konserveyo pos la decidita quanto di dii. - bootstrap_timeline_accounts: Ca konti pinglagesos a super sequorekomendi di nova uzanti. + backups_retention_period: Uzanto povas igar arkivi di sua afishi por deskargar pose. + bootstrap_timeline_accounts: Ca konti adpinglesos ad super sequorekomendi di nova uzanti. closed_registrations_message: Montresas kande registradi klozesas content_cache_retention_period: Omna posti de altra servili efacesos (anke repeti e respondi) pos decidita quanto di dii, sen ye irga lokala uzantointerago kun ti posti. Privata mencioni inter uzanto de dessanta servili anke desganos e neposible riganesos. custom_css: Vu povas pozar kustumizita staili en retverso di Mastodon. favicon: WEBP, PNG, GIF o JPG. Ol remplas la originala imajeto di Mastodon kun personaligita imajeto. mascot: Remplas montreso en avanca retintervizajo. - media_cache_retention_period: Medidoseri de posti quan posti da deslokala uzanti retummemoresis sur vua servilo. Se medidatumo demandesas pos ol efacesas, ol rideskargesos. + media_cache_retention_period: Audvidajdosieri di afishi da deslokala uzanti retmemoresis sur vua servilo. Se audvidajdatumo demandesas pos ol forigesis, ol rideskargesos. peers_api_enabled: Listo di domeni quin ca servilo trovis en la fediverso. Nula informo inkluzesas hike pri ka vu federas kun partikulara servilo, nur ke vua servilo savas pri lo. Co es uzata da enti qui kolektas statistiki pri federeso generale. - profile_directory: La profilcheflisto montras omna uzanti quo voluntale volas esar deskovrebla. - require_invite_text: Kande registradi bezonas manuala aprobo, ol kauzigas "Por quo vu volas juntas?" textoenpozo esar obliganta + profile_directory: La profiluyo listigas omna uzanti qua volunte esar deskovrebla. + require_invite_text: Kande registragi bezonas manuala aprobo, "Por quo vu volas adeskar?" textoenpoza esos mustiga site_contact_email: Quale personi povas kontaktar vu por legala o suportquestioni. site_contact_username: Quale personi povas kontaktar vu en Mastodon. site_extended_description: Irga plusa informi quo forsan esar utila por vizitanti e uzanti. Povas strukturigesar per sintaxo di Markdown. @@ -98,8 +101,8 @@ io: theme: Temo quo videsas da ekirita vizitanti e nova uzanti. thumbnail: Cirkum 2:1 imajo montresar kun informo di ca servilo. timeline_preview: Ekirita vizitanti videsos maxim recenta publika posti quo esas displonebla en la servilo. - trendable_by_default: Ignorez manuala kontrolar di tendencoza kontenajo. Singla kozi povas ankore efacesar de tendenci pose. - trends: Tendenci montras quala posti, hashtagi e niuzrakonti famozeskas en ca servilo. + trendable_by_default: Ignorez manuala kontrolar di populara enhavajo. + trends: Populari montras quala afishi, gretvorti e novaji populareskas en vua servilo. trends_as_landing_page: Montrez populara posti a uzanti neeniriti e vizitanti vice deskriptajo pri ca servilo. Bezonas ke populari es aktivita. form_challenge: current_password: Vu eniras sekura areo @@ -108,7 +111,7 @@ io: invite_request: text: Co helpos ni kontrolar vua apliko ip_block: - comment: Neobligata. Memorez por quo vu insertas ca regulo. + comment: Nemustiga. expires_in: IP-Adresi esas finita moyeno, oli kelkafoye partigesas e frequenta uzesas da multa personi. Do, nedefinita IP-restrikti ne rekomendesas. ip: Tipez adreso di IPv4 o IPv6. Vu povas restrikar tota porteo per sintaxo CIDR. Sorgemez por ke vu ne klefklozas su! severities: @@ -121,12 +124,21 @@ io: text: Deskriptez regulo o bezonaj por uzanti en ca servilo. Vu debas lasar lu esar korta e simpla sessions: otp: Enter the Two-factor code from your phone or use one of your recovery codes. - webauthn: Se ol esas klefo di USB, certigar ke vu insertas e se bezonesas, tushetez. + webauthn: Se ol es USB-klefo, certigar ke vu enpozas e se bezonesas, tushetez ol. settings: indexable: Vua profilpagino povas aparar en serchorezultaji che Google, Bing, e altri. show_application: Vu sempre povos vidar qua apliko publikigis vua posto irgakaze. tag: name: Vu povas nur chanjar literkaso, por exemplo, por kauzigar lu divenar plu lektebla + terms_of_service: + changelog: Povas strukturesita kun Markdown-sintaxo. + text: Povas strukturesita kun Markdown-sintaxo. + terms_of_service_generator: + admin_email: Legala notici inkluzas kontranotici, judicikomandi, forigdemandi e legaddemandi. + choice_of_law: Urbo, regiono, teritorio o stato qua havas ca interna inkluziva legi. + dmca_address: Por jeranti ek Usa, uzez la adreso en DMCA e demandez forigo di vua hemadreso. + domain: Unika identifikeso di enreta servo qua vu provizas. + jurisdiction: Listigez lando di paganto di fakturi. user: chosen_languages: Kande marketigesis, nur posti en selektesis lingui montresos en publika tempolinei role: La rolo donas certena permisi a la uzanto. @@ -142,6 +154,7 @@ io: url: Ibe eventi sendesos labels: account: + attribution_domains: Reteyi kua permisesis agnoskar vu discoverable: Inkluzar profilo e posti en trovado-algoritmi fields: name: Etiketo @@ -190,7 +203,7 @@ io: email: Retpost-adreso expires_in: Expiras pos fields: Profilmetadato - header: Kapimajo + header: Fundimajo honeypot: "%{label} (ne plenigez)" inbox_url: URL di relayomesajbuxo irreversible: Deslevez e ne celez @@ -201,29 +214,31 @@ io: otp_attempt: Dufaktora identigilo password: Pasvorto phrase: Klefvorto o frazo - setting_advanced_layout: Aktivigez avancata retintervizajo + setting_advanced_layout: Ebligar altnivela retintervizajo setting_aggregate_reblogs: Grupigar repeti en tempolinei setting_always_send_emails: Sempre sendez retpostoavizi - setting_auto_play_gif: Automate pleez animigita GIFi + setting_auto_play_gif: Autoplear anima GIFi setting_boost_modal: Montrez konfirmdialogo ante repetar setting_default_language: Postolinguo setting_default_privacy: Videbleso di la mesaji - setting_default_sensitive: Sempre markizez medii quale sentoza + setting_default_sensitive: Omnatempe markas audvidaji quale trublema setting_delete_modal: Montrez konfirmdialogo ante efacar posto - setting_disable_hover_cards: Desaktivigez profilprevido dum klikpaso - setting_disable_swiping: Desaktivigez fingromovi - setting_display_media: Mediomontrajo + setting_disable_hover_cards: Desebligar profilprevido dum paso + setting_disable_swiping: Desebligar fingromovi + setting_display_media: Audvidajmontrajo setting_display_media_default: Originalo setting_display_media_hide_all: Celez omno setting_display_media_show_all: Montrez omno setting_expand_spoilers: Sempre expansigez posti quo markizesis kun kontenajaverti setting_hide_network: Celez vua sociala grafiko - setting_reduce_motion: Diminutez moveso di animacii + setting_missing_alt_text_modal: Montrar konfirmdialogo ante afishar audvidaji sen alternative texto + setting_reduce_motion: Despluigar movo di animi setting_system_font_ui: Uzez originala literfonto di sistemo - setting_theme: Sittemo - setting_trends: Montrez tendenco di hodie + setting_system_scrollbars_ui: Uzar originala rullangeto di sistemo + setting_theme: Reteytemo + setting_trends: Montrar hodia populari setting_unfollow_modal: Montrez konfirmdialogo ante desequar ulu - setting_use_blurhash: Montrez koloroza inklini por celata medii + setting_use_blurhash: Montrez koloroza inklini por celata audvidaji setting_use_pending_items: Modo lenta severity: Severeso sign_in_token_attempt: Sekureskodexo @@ -250,11 +265,11 @@ io: custom_css: Kustumizita CSS favicon: Imajeto mascot: Kustumizita reprezentimajo (oldo) - media_cache_retention_period: Mediimemorajretendurtempo + media_cache_retention_period: Audvidajretmemorretendurtempo peers_api_enabled: Publikigez listo di deskovrita servili en API - profile_directory: Aktivigez profilcheflisto + profile_directory: Ebligar profiluyo registrations_mode: Qua povas registragar - require_invite_text: Mustez pozar motivo por juntar + require_invite_text: Bezonas motivo por adeskar show_domain_blocks: Montrez domenobstrukti show_domain_blocks_rationale: Montrez por quo domeni obstruktesir site_contact_email: Kontaktoretposto @@ -267,8 +282,8 @@ io: theme: Originala temo thumbnail: Servilimajeto timeline_preview: Permisez neyurizita aceso a publika tempolineo - trendable_by_default: Permisez tendenci sen bezonar kontrolo - trends: Aktivigez tendenci + trendable_by_default: Permisez populari sen kontrolo + trends: Ebligar populari trends_as_landing_page: Uzar populari quale la iniciala pagino interactions: must_be_follower: Celar la savigi da homi, qui ne sequas tu @@ -277,7 +292,7 @@ io: invite: comment: Komento invite_request: - text: Por quo vu volas juntar? + text: Por quo vu volas adeskar? ip_block: comment: Komento ip: IP @@ -302,7 +317,7 @@ io: label: Nova Mastodon-versiono es disponebla none: Nultempe notifikar pri aktualigi (ne rekomendata) patch: Notifikar pri problemosolvanta aktualigi - trending_tag: Nova tendenco bezonas kontrolo + trending_tag: Nova popularo bezonas kontrolo rule: hint: Plusa informo text: Regulo @@ -312,8 +327,20 @@ io: tag: listable: Permisez ca hashtago aparar en trovaji e sugestaji name: Hashtago - trendable: Permisez ca hashtago aparar che tendenci + trendable: Permisez ca gretvorto aparar en populari usable: Permisez posti uzar ca gretiketo lokale + terms_of_service: + changelog: Quo chanjesis? + text: Servtermini + terms_of_service_generator: + admin_email: Retpostoadreso por legala notici + arbitration_address: Fizika adreso por judicinotici + arbitration_website: Reteyo por sendar judicinotici + choice_of_law: Legselekteso + dmca_address: Fizika adreso por autoroyurnotici + dmca_email: Retpostoadreso por autoroyurnotici + domain: Domeno + jurisdiction: Legala seciono user: role: Rolo time_zone: Klokozono @@ -324,7 +351,7 @@ io: permissions_as_keys: Permisi position: Prioreso webhook: - events: Aktivigita eventi + events: Ebligita eventi template: Pagkargshablono url: URL di finpunto 'no': Ne diff --git a/config/locales/simple_form.is.yml b/config/locales/simple_form.is.yml index 26e0334d22..121560046a 100644 --- a/config/locales/simple_form.is.yml +++ b/config/locales/simple_form.is.yml @@ -132,14 +132,12 @@ is: name: Þú getur aðeins breytt stafstöði mill há-/lágstafa, til gæmis til að gera þetta læsilegra terms_of_service: changelog: Er hægt að sníða með Markdown-málskipan. + effective_date: Ásættanlegur tímarammi getur verið frá 10 til 30 dagar eftir að þú hefur látið notendurna þína vita. text: Er hægt að sníða með Markdown-málskipan. terms_of_service_generator: admin_email: Löglegar tilkynningar ná yfir andsvör, dómsúrskurði, lokunarbeiðnir og beiðnir frá lögregluembættum. - arbitration_address: Má vera það sama og raunverulegt heimilisfang eða “N/A” ef tölvupóstur er notaður - arbitration_website: Má vera innfyllingarform á vefsíðu eða “N/A” ef tölvupóstur er notaður choice_of_law: Sveitarfélög, héruð eða ríki þar sem ríkjandi lög og reglugerðir skulu stýra meðhöndlun á öllum kröfum. dmca_address: Fyrir rekstraraðila í BNA ætti að nota heimilisfang sem skráð er í DMCA Designated Agent Directory. Hægt er að verða sér úti um A P.O. pósthólfsskráningu með beinni beiðni; notaðu DMCA Designated Agent Post Office Box Waiver Request til að senda tölvupóst á Copyright Office og lýstu því yfir að þú sért heimavinnandi efnismiðlari (home-based content moderator) sem átt á hættu refsingar eða hefndir vegna þess sem þú miðlar og þurfir því á slíku pósthólfi að halda svo þitt eigið heimilisfang sé ekki gert opinbert. - dmca_email: Má vera sama tölvupóstfang og það sem notað er í “Tölvupóstfang vegna löglegra tilkynninga” hér að ofan domain: Einstakt auðkenni á netþjónustunni sem þú býður. jurisdiction: Settu inn landið þar sem sá býr sem borgar reikningana. Ef það er fyrirtæki eða samtök, skaltu hafa það landið þar sem lögheimili þess er, auk borgar, héraðs, svæðis eða fylkis eins og við á. user: @@ -334,6 +332,7 @@ is: usable: Leyfa færslum að nota þetta myllumerki staðvært terms_of_service: changelog: Hvað breyttist? + effective_date: Gildistími text: Þjónustuskilmálar terms_of_service_generator: admin_email: Tölvupóstfang vegna löglegra tilkynninga diff --git a/config/locales/simple_form.it.yml b/config/locales/simple_form.it.yml index 125baa2fa7..57f497c98f 100644 --- a/config/locales/simple_form.it.yml +++ b/config/locales/simple_form.it.yml @@ -132,16 +132,18 @@ it: name: Puoi cambiare solo il minuscolo/maiuscolo delle lettere, ad esempio, per renderlo più leggibile terms_of_service: changelog: Può essere strutturato con la sintassi Markdown. + effective_date: Un lasso di tempo ragionevole può variare da 10 a 30 giorni dalla data di notifica agli utenti. text: Può essere strutturato con la sintassi Markdown. terms_of_service_generator: admin_email: Gli avvisi legali includono controavvisi, ordinanze del tribunale, richieste di rimozione e richieste delle forze dell'ordine. - arbitration_address: Può essere lo stesso dell'indirizzo fisico sopra o "N/A" se si utilizza l'email - arbitration_website: Può essere un modulo web o "N/A" se si utilizza l'email + arbitration_address: Può essere uguale all'indirizzo fisico sopra indicato oppure "N/D" se si utilizza l'e-mail. + arbitration_website: Può essere un modulo web oppure "N/D" se si utilizza l'e-mail. choice_of_law: Città, regione, territorio o Stato le cui leggi sostanziali interne regoleranno tutti i reclami. dmca_address: Per gli operatori statunitensi, utilizzare l'indirizzo registrato nella DMCA Designated Agent Directory. L'elenco delle caselle postali è disponibile su richiesta diretta, utilizzando il DMCA Designated Agent Post Office Box Waiver Request per inviare un'email al Copyright Office e descrivendo di essere un moderatore di contenuti che lavora da casa e che teme vendette o punizioni per le proprie azioni e che hai bisogno di usare una casella postale per rimuovere il tuo indirizzo di casa dalla vista pubblica. - dmca_email: Può essere lo stesso indirizzo email utilizzato per "Indirizzo email per avvisi legali" sopra + dmca_email: Può essere la stessa e-mail utilizzata per "Indirizzo e-mail per avvisi legali" sopra. domain: Identificazione univoca del servizio online che stai fornendo. jurisdiction: Indica il Paese in cui risiede il soggetto che paga le fatture. Se si tratta di un'azienda o di un altro ente, indicare il Paese in cui è costituito, nonché la città, la regione, il territorio o lo Stato, a seconda dei casi. + min_age: Non si dovrebbe avere un'età inferiore a quella minima richiesta, dalle leggi della tua giurisdizione. user: chosen_languages: Quando una o più lingue sono contrassegnate, nelle timeline pubbliche vengono mostrati solo i toot nelle lingue selezionate role: Il ruolo controlla quali permessi ha l'utente. @@ -334,6 +336,7 @@ it: usable: Permetti ai post di utilizzare questo hashtag localmente terms_of_service: changelog: Cosa è cambiato? + effective_date: Data di decorrenza text: Termini di Servizio terms_of_service_generator: admin_email: Indirizzo email per avvisi legali @@ -344,6 +347,7 @@ it: dmca_email: Indirizzo email per gli avvisi DMCA/copyright domain: Dominio jurisdiction: Giurisdizione legale + min_age: Età minima user: role: Ruolo time_zone: Fuso orario diff --git a/config/locales/simple_form.ja.yml b/config/locales/simple_form.ja.yml index 4a16186afd..5134711f64 100644 --- a/config/locales/simple_form.ja.yml +++ b/config/locales/simple_form.ja.yml @@ -135,10 +135,7 @@ ja: text: Markdown 記法を利用できます。 terms_of_service_generator: admin_email: 法的通知とは、異議申し立て通知、裁判所命令、削除要請、法執行機関による要請などをいいます。 - arbitration_address: 上記住所と同じでもかまいません。電子メールを使用する場合は「N/A」とすることができます。 - arbitration_website: ウェブフォームでもかまいません。電子メールを使用する場合は「N/A」とすることができます。 dmca_address: 米国の運営者の場合は、DMCA Designated Agent Directory(DMCA指定代理人ディレクトリ)に登録のある住所を使用してください。申請を行えば記載を私書箱とすることも可能で、その場合はDMCA Designated Agent Post Office Box Waiver Request(DMCA指定代理人の郵便私書箱による免除申請)によって著作権局にメールを送信し、あなたが個人のコンテンツ管理者であって、行った措置に対して報復を受けるおそれがあり、住所を非公開とするために私書箱を使用する必要がある旨を伝えてください。 - dmca_email: 上記「法的通知を受け取るメールアドレス」と同じものでもかまいません。 domain: あなたの提供するこのオンラインサービスの識別名です。 jurisdiction: 運営責任者が居住する国を記載します。企業や他の団体である場合は、その組織の所在国に加えて、市・区・州などの地域を記載します。 user: diff --git a/config/locales/simple_form.ko.yml b/config/locales/simple_form.ko.yml index d70639e4a5..ef3764bed8 100644 --- a/config/locales/simple_form.ko.yml +++ b/config/locales/simple_form.ko.yml @@ -132,14 +132,16 @@ ko: name: 읽기 쉽게하기 위한 글자의 대소문자만 변경할 수 있습니다. terms_of_service: changelog: 마크다운 문법을 사용할 수 있습니다. + effective_date: 사용자에게 통지한 날로부터 10일에서 30일 사이가 합리적인 기간입니다. text: 마크다운 문법을 사용할 수 있습니다. terms_of_service_generator: admin_email: 법적 고지에는 이의 제기, 법원 명령, 게시 중단 요청, 법 집행 요청이 포함됩니다. - arbitration_address: 위의 실제 주소와 같을 수 있으며, 이메일을 사용한다면 "N/A"로 두세요 - arbitration_website: 웹 형태를 사용할 수 있습니다. 이메일을 사용한다면 "N/A"로 둘 수 있습니다 - dmca_email: 상단의 "법적 통지를 위한 이메일 주소"와 같은 주소를 사용할 수 있습니다 + arbitration_address: 위의 실제 주소와 같을 수 있으며, 이메일을 사용한다면 "N/A"로 두세요. + arbitration_website: 웹 형태를 사용할 수 있습니다. 이메일을 사용한다면 "N/A"로 둘 수 있습니다. + dmca_email: 상단의 "법적 통지를 위한 이메일 주소"와 같은 주소를 사용할 수 있습니다. domain: 귀하가 제공하는 온라인 서비스의 고유 식별정보입니다. jurisdiction: 요금을 지불하는 사람이 거주하는 국가를 기재하세요. 회사나 기타 법인인 경우 해당 법인이 설립된 국가와 도시, 지역, 영토 또는 주를 적절히 기재하세요. + min_age: 관할지역의 법률에서 요구하는 최저 연령보다 작으면 안 됩니다. user: chosen_languages: 체크하면, 선택 된 언어로 작성된 게시물들만 공개 타임라인에 보여집니다 role: 역할은 사용자가 어떤 권한을 가지게 될 지 결정합니다. @@ -332,6 +334,7 @@ ko: usable: 이 해시태그를 로컬 게시물에서 사용 가능하도록 허용 terms_of_service: changelog: 무엇이 바뀌었나요? + effective_date: 시행일 text: 이용 약관 terms_of_service_generator: admin_email: 법적 조치를 위한 이메일 주소 @@ -342,6 +345,7 @@ ko: dmca_email: DMCA/저작권 통지를 위한 이메일 주소 domain: 도메인 jurisdiction: 법적 관할권 + min_age: 최소 연령 user: role: 역할 time_zone: 시간대 diff --git a/config/locales/simple_form.lt.yml b/config/locales/simple_form.lt.yml index 9b6967815f..1db9e27359 100644 --- a/config/locales/simple_form.lt.yml +++ b/config/locales/simple_form.lt.yml @@ -108,11 +108,8 @@ lt: text: Gali būti struktūrizuota su ženklinimo sintakse. terms_of_service_generator: admin_email: Teisiniai pranešimai įtraukia priešpriešinius pranešimus, teismo įsakymus, pašalinimo prašymus ir teisėsaugos institucijų prašymus. - arbitration_address: Gali būti toks pat kaip aukščiau nurodytas fizinis adresas arba „N/A“ (netaikoma), jei naudojamas el. paštas. - arbitration_website: Gali būti interneto forma arba „N/A“ (netaikoma), jei naudojamas el. paštas. choice_of_law: Miestas, regionas, teritorija ar valstija, kurių vidaus materialinė teisė reglamentuoja visus reikalavimus. dmca_address: JAV operatoriams naudokite DMCA paskirtojo agento kataloge užregistruotą adresą. Pašto dėžutės sąrašą galima sudaryti pateikus tiesioginį prašymą, naudokite DMCA paskirtojo agento pašto dėžutės atsisakymo prašymą, kad parašytumėte el. laišką Autorinių teisių tarnybai ir aprašytumėte, kad esate namuose įsikūręs turinio moderatorius, kuris baiminasi keršto ar bausmės už savo veiksmus ir kuriam reikia naudoti pašto dėžutę, kad jo namų adresas nebūtų viešai matomas. - dmca_email: Gali būti tas pats aukščiau nurodytas el. pašto adresas, naudojamas „El. pašto adresas, skirtas teisiniams pranešimams“. domain: Unikalus jūsų teikiamos internetinės paslaugos identifikavimas. jurisdiction: Nurodykite šalį, kurioje gyvena tas, kas apmoka sąskaitas. Jei tai bendrovė ar kita esybė, nurodykite šalį, kurioje jis įregistruotas, ir atitinkamai miestą, regioną, teritoriją ar valstiją. user: diff --git a/config/locales/simple_form.lv.yml b/config/locales/simple_form.lv.yml index 05ea081c2e..2500c0fc5c 100644 --- a/config/locales/simple_form.lv.yml +++ b/config/locales/simple_form.lv.yml @@ -81,7 +81,7 @@ lv: activity_api_enabled: Vietēji publicēto ziņu, aktīvo lietotāju un jauno reģistrāciju skaits nedēļas kopās app_icon: WEBP, PNG, GIF vai JPG. Mobilajās ierīcēs aizstāj noklusējuma lietotnes ikonu ar pielāgotu. backups_retention_period: Lietotājiem ir iespēja izveidot savu ierakstu arhīvu lejupielādēšanai vēlāk. Kad iestatīta pozitīva vērtība, šie arhīvi tiks automātiski izdzēsti no krātuves pēc norādītā dienu skaita. - bootstrap_timeline_accounts: Šie konti tiks piesprausti jauno lietotāju ieteikumu augšdaļā. + bootstrap_timeline_accounts: Šie konti tiks piesprausti jauno lietotāju sekošanas ieteikumu augšdaļā. closed_registrations_message: Tiek rādīts, kad reģistrēšanās ir slēgta content_cache_retention_period: Visi ieraksti no citiem serveriem (tajā skaitā pastiprinājumi un atbildes) tiks izdzēsti pēc norādītā dienu skaita, neņemot vērā vietēja lietotāja mijiedarbību ar šādiem ierakstiem. Tas ietver ierakstus, kurus vietējs lietotājs ir atzīmējis kā grāmatzīmi vai pievienojis izlasē. Tiks zaudēti arī privāti pieminējumi starp lietotājiem no dažādiem serveriem, un tos nebūs iespējams atgūt. Šī iestatījuma izmantošana ir paredzēta īpašam nolūkam paredzētiem serveriem un neatbilst tam, ko sagaida vairums lietotāju, kad pielietots vispārējas izmantošanas serveros. custom_css: Vari lietot pielāgotus stilus Mastodon tīmekļa versijā. @@ -123,7 +123,7 @@ lv: hint: Izvēles. Sniedz vairāk informācijas par noteikumu text: Jāapraksta nosacījums vai prasība šī servera lietotājiem. Jāmēģina to veidot īsu un vienkāršu sessions: - otp: 'Ievadi divfaktoru kodu, ko ģenerējusi tava tālruņa lietotne, vai izmanto kādu no atkopšanas kodiem:' + otp: 'Jāievada tālruņa lietotnes izveidots divpakāpju kods vai jāizmanto viens no saviem atkopes kodie:' webauthn: Ja tā ir USB atslēga, noteikti ievieto to un, ja nepieciešams, pieskaries tai. settings: indexable: Tava profila lapa var tikt parādīta Google, Bing un citu meklēšanas dzinēju rezultātos. @@ -133,6 +133,8 @@ lv: terms_of_service: changelog: Var veidot ar Markdown pierakstu. text: Var veidot ar Markdown pierakstu. + terms_of_service_generator: + domain: Sniegtā tiešsaistas pakalpojuma neatkārtojama identifikācija. user: chosen_languages: Ja ieķeksēts, publiskos laika grafikos tiks parādītas tikai ziņas noteiktajās valodās role: Loma nosaka, kādas lietotājam ir atļaujas. @@ -148,6 +150,7 @@ lv: url: Kur notikumi tiks nosūtīti labels: account: + attribution_domains: Tīmekļvietnes, kurām ir tiesības uzskaitīt Tevi discoverable: Funkcijas profils un ziņas atklāšanas algoritmos fields: name: Marķējums @@ -224,8 +227,10 @@ lv: setting_display_media_show_all: Parādīt visu setting_expand_spoilers: Vienmēr izvērst ziņas, kas apzīmētas ar brīdinājumiem par saturu setting_hide_network: Slēpt savu sociālo grafu + setting_missing_alt_text_modal: Rādīt apstiprināšanas lodziņu pirms informācijas nesēju bez aprakstošā teksta iesūtīšanas setting_reduce_motion: Ierobežot kustību animācijās setting_system_font_ui: Lietot sistēmas noklusējuma fontu + setting_system_scrollbars_ui: Lietot sistēmas noklusējuma ritjoslu setting_theme: Vietnes motīvs setting_trends: Parādīt šodienas tendences setting_unfollow_modal: Parādīt apstiprinājuma dialogu pirms pārtraukt kādam sekot @@ -324,6 +329,8 @@ lv: changelog: Kas ir mainījies? text: Pakalpojuma izmantošanas nosacījumi terms_of_service_generator: + admin_email: E-pasta adrese juridiskiem paziņojumiem + choice_of_law: Likuma izvēle domain: Domēna vārds user: role: Loma diff --git a/config/locales/simple_form.ms.yml b/config/locales/simple_form.ms.yml index 553100af94..d3670a1c86 100644 --- a/config/locales/simple_form.ms.yml +++ b/config/locales/simple_form.ms.yml @@ -120,6 +120,8 @@ ms: show_application: Anda akan sentiasa dapat melihat apl yang menerbitkan siaran anda tanpa mengira. tag: name: Anda hanya boleh menukar selongsong huruf, sebagai contoh, untuk menjadikannya lebih mudah dibaca + terms_of_service_generator: + choice_of_law: City, region, territory or state the internal substantive laws of which shall govern any and all claims. user: chosen_languages: Apabila disemak, hanya siaran dalam bahasa terpilih akan dipaparkan dalam garis masa awam user_role: diff --git a/config/locales/simple_form.nl.yml b/config/locales/simple_form.nl.yml index 17bf41de4f..4b7a0aa50f 100644 --- a/config/locales/simple_form.nl.yml +++ b/config/locales/simple_form.nl.yml @@ -132,16 +132,18 @@ nl: name: Je kunt elk woord met een hoofdletter beginnen, om zo bijvoorbeeld de tekst leesbaarder te maken terms_of_service: changelog: Kan worden opgemaakt met Markdown. + effective_date: Een redelijke periode kan variëren van 10 tot 30 dagen vanaf de datum waarop u uw gebruikers op de hoogte stelt. text: Kan worden opgemaakt met Markdown. terms_of_service_generator: admin_email: Juridische mededelingen zijn o. a. counter-notices, gerechterlijke bevelen, takedown-requests en handhavingsverzoeken. - arbitration_address: Kan hetzelfde zijn als bovenstaand vestigingsadres of "N/A" bij gebruik van e-mail - arbitration_website: Kan een webformulier zijn, of "N/A" als e-mail wordt gebruikt + arbitration_address: Kan hetzelfde zijn als bovenstaand vestigingsadres of "N/A" bij gebruik van e-mail. + arbitration_website: Kan een webformulier zijn, of "N/A" als e-mail wordt gebruikt. choice_of_law: Stad, regio, grondgebied of staat waar de interne grondwetten van toepassing zijn op alle claims. dmca_address: 'Gebruik voor beheerders in de VS: het adres dat is geregistreerd in de DMCA Designated Agent Directory. Op verzoek is er een postbuslijst beschikbaar. Gebruik het DMCA Designated Agent Post Office Box Waiver Request om het Copyright Office te e-mailen en te beschrijven dat je een vanaf huis opererende inhoudsmoderator bent, die wraak of vergelding vreest voor je moderator-acties en daarom een postbus moet gebruiken om jouw huisadres uit het publieke domein te houden.' - dmca_email: Kan hetzelfde e-mailadres zijn dat gebruikt wordt voor "E-mailadres voor juridische berichten" hierboven + dmca_email: Kan hetzelfde e-mailadres zijn dat gebruikt wordt voor "E-mailadres voor juridische berichten" hierboven. domain: Een unieke identificatie van de online dienst die je levert. jurisdiction: Vermeld het land waar de persoon woont die de rekeningen betaalt. Is het een bedrijf of iets dergelijks, vermeld dan het land waar het ingeschreven staat en de stad, de regio, het grondgebied of de staat, voor zover van toepassing. + min_age: Mag niet lager zijn dan de minimale vereiste leeftijd volgens de wetten van uw jurisdictie. user: chosen_languages: Alleen berichten in de aangevinkte talen worden op de openbare tijdlijnen getoond role: De rol bepaalt welke rechten de gebruiker heeft. @@ -334,6 +336,7 @@ nl: usable: Berichten toestaan deze hashtag lokaal te gebruiken terms_of_service: changelog: Wat is veranderd? + effective_date: Ingangsdatum text: Gebruiksvoorwaarden terms_of_service_generator: admin_email: E-mailadres voor juridische meldingen @@ -344,6 +347,7 @@ nl: dmca_email: E-mailadres voor DMCA/auteursrecht-mededelingen domain: Domein jurisdiction: Jurisdictie + min_age: Minimumleeftijd user: role: Rol time_zone: Tijdzone diff --git a/config/locales/simple_form.nn.yml b/config/locales/simple_form.nn.yml index bbfda8c5fc..1463d8582d 100644 --- a/config/locales/simple_form.nn.yml +++ b/config/locales/simple_form.nn.yml @@ -135,12 +135,13 @@ nn: text: Du kan bruka Markdown-syntaks for struktur. terms_of_service_generator: admin_email: Juridiske merknader kan vera motsegner, rettsavgjerder, orskurdar eller førespurnader om sletting. - arbitration_address: Kan vera lik den fysiske adressa over, eller "N/A" viss du bruker epost - arbitration_website: Kan vera eit nettskjema, eller "N/A" viss du bruker epost + arbitration_address: Kan vere lik den fysiske adressa over, eller "N/A" viss du bruker epost. + arbitration_website: Kan vere eit nettskjema eller "N/A" viss du bruker e-post. dmca_address: For US operators, use the address registered in the DMCA Designated Agent Directory. A P.O. Box listing is available upon direct request, use the DMCA Designated Agent Post Office Box Waiver Request to email the Copyright Office and describe that you are a home-based content moderator who fears revenge or retribution for your actions and need to use a P.O. Box to remove your home address from public view. - dmca_email: Kan vera den same epostadressa som adressa for juridiske merknader over + dmca_email: Kan vere same e-post som brukast i "E-postadresse for juridiske meldingar" ovanfor. domain: Noko som identifiserer den nettenesta du tilbyr. jurisdiction: Skriv kva land den som betaler rekningane bur i. Viss det er eit firma eller ein annan organisasjon, skriv du landet der organisasjonen held til, samt adressa som trengst. + min_age: Skal ikkje vere under minstealder som krevst av lover i jurisdiksjonen din. user: chosen_languages: Når merka vil berre tuta på dei valde språka synast på offentlege tidsliner role: Rolla kontrollerer kva løyve brukaren har. @@ -342,6 +343,7 @@ nn: dmca_email: Epostadresse for opphavsrettsvarsel domain: Domene jurisdiction: Rettskrins + min_age: Minstealder user: role: Rolle time_zone: Tidssone diff --git a/config/locales/simple_form.pl.yml b/config/locales/simple_form.pl.yml index d016aee1b3..c049822b81 100644 --- a/config/locales/simple_form.pl.yml +++ b/config/locales/simple_form.pl.yml @@ -135,11 +135,8 @@ pl: text: Może być stworzony przy pomocy składni Markdown. terms_of_service_generator: admin_email: Zawiadomienia prawne obejmują środki zapobiegawcze, nakazy sądowe, wnioski o popełnienie sprawy oraz wnioski organów ścigania. - arbitration_address: Może być taki sam jak adres fizyczny powyżej lub „N/A” jeśli używasz adresu e-mail - arbitration_website: Może być formularzem internetowym lub „N/A”, jeśli używasz adresu e-mail choice_of_law: Miasto, region, terytorium lub stan, którego wewnętrzne prawo będzie regulowało wszelkie roszczenia. dmca_address: W przypadku operatorów z USA należy użyć adresu zarejestrowanego w DMCA Designated Agent Directory. Lista skrytek pocztowych dostępna jest na bezpośrednią prośbę użytkownika. Użyj DMCA Agent Post Office Box Waiver Request, aby wysłać email do Copyright Office z informacją, że jesteś domowym administratorm treści i z powodu obawy o zemstę lub odwetu za swoje działania, musisz użyć skrytki pocztowej, żeby usunąć swój adres domowy z dostępu publicznego. - dmca_email: Adres email może być taki sam jak wcześniejszy "adres e-mail przeznaczony do celów prawnych" domain: Unikalny numer identyfikacji świadczonej przez Ciebie usługi online. jurisdiction: Wymień państwo, w którym mieszkają osoby płacące rachunki. Jeżeli jest to spółka lub inny zarejestrowany podmiot, w zależności od przypadku podaj państwo, w którym jest zarejestrowany, a także miasto, region czy województwo. user: diff --git a/config/locales/simple_form.pt-BR.yml b/config/locales/simple_form.pt-BR.yml index 31bd7b2d6f..0b62009648 100644 --- a/config/locales/simple_form.pt-BR.yml +++ b/config/locales/simple_form.pt-BR.yml @@ -135,10 +135,7 @@ pt-BR: text: Pode ser estruturado com a sintaxe Markdown. terms_of_service_generator: admin_email: Avisos legais incluem contra-notificações, ordens judiciais, solicitações de remoção e solicitações de órgãos de fiscalização. - arbitration_address: Pode ser o mesmo que o endereço físico acima, ou "N/A" se estiver usando e-mail. - arbitration_website: Pode ser um formulário na web, ou "N/A" se estiver usando e-mail. dmca_address: Para operadores dos EUA, utilize o endereço registrado no Diretório de Agentes Designados pela DMCA. Um endereço de Caixa Postal está disponível mediante solicitação direta; use a Solicitação de Isenção de Caixa Postal de Agente Designado pela DMCA para enviar um e-mail ao Escritório de Direitos Autorais, explicando que você é um moderador de conteúdo que trabalha em casa e teme vingança ou retaliação por suas ações, precisando usar uma Caixa Postal para remover seu endereço residencial da visualização pública. - dmca_email: Pode ser o mesmo e-mail utilizado para "Endereço de e-mail para avisos legais" acima domain: Identificação única do serviço online que você está fornecendo. jurisdiction: Liste o país onde quem paga as contas reside. Se for uma empresa ou outra entidade, liste o país onde ela está incorporada, e a cidade, região, território ou estado, conforme apropriado. user: diff --git a/config/locales/simple_form.pt-PT.yml b/config/locales/simple_form.pt-PT.yml index b981e54c4d..595999faa7 100644 --- a/config/locales/simple_form.pt-PT.yml +++ b/config/locales/simple_form.pt-PT.yml @@ -132,14 +132,12 @@ pt-PT: name: Só pode alterar a capitalização das letras, por exemplo, para torná-las mais legíveis terms_of_service: changelog: Pode ser estruturado com sintaxe Markdown. + effective_date: Um período razoável pode ir de 10 a 30 dias desde a data em que notifica os seus utilizadores. text: Pode ser estruturado com sintaxe Markdown. terms_of_service_generator: admin_email: Os avisos legais incluem contra-avisos, ordens judiciais, pedidos de remoção e pedidos de aplicação da lei. - arbitration_address: Pode ser o mesmo que o endereço físico acima ou “N/A” se utilizar e-mail - arbitration_website: Pode ser um formulário web ou “N/A” se for utilizado o e-mail choice_of_law: A legislação interna do estado, território, região ou cidade que deve regular qualquer conflito. dmca_address: Para operadores dos EUA, utilize o endereço registado no Diretório de Agentes Designados DMCA. A listagem de uma caixa postal está disponível mediante pedido direto. Utilize o DMCA Designated Agent Post Office Box Waiver Request para enviar uma mensagem de correio eletrónico ao Copyright Office e descreva que é um moderador de conteúdos baseado em casa que receia vingança ou represálias pelas suas ações e que necessita de utilizar uma caixa postal para retirar o seu endereço de casa da vista do público. - dmca_email: Pode ser o mesmo e-mail utilizado para “Endereço de e-mail para avisos legais” acima domain: Identificação única do serviço online que está a prestar. jurisdiction: Indique o país de residência de quem paga as contas. Se se tratar de uma empresa ou outra entidade, indique o país onde está constituída, bem como a cidade, região, território ou estado, consoante o caso. user: @@ -334,6 +332,7 @@ pt-PT: usable: Permitir que as publicações usem esta etiqueta localmente terms_of_service: changelog: O que mudou? + effective_date: Data de entrada em vigor text: Termos do serviço terms_of_service_generator: admin_email: Endereço de e-mail para avisos legais diff --git a/config/locales/simple_form.ru.yml b/config/locales/simple_form.ru.yml index 7b85e95911..366335208e 100644 --- a/config/locales/simple_form.ru.yml +++ b/config/locales/simple_form.ru.yml @@ -135,11 +135,8 @@ ru: text: Можно использовать синтаксис языка разметки Markdown. terms_of_service_generator: admin_email: Юридические уведомления включают в себя встречные уведомления, постановления суда, запросы на удаление и запросы правоохранительных органов. - arbitration_address: Может совпадать с почтовым адресом, указанным выше, либо «N/A» в случае электронной почты - arbitration_website: Веб-форма или «N/A» в случае электронной почты choice_of_law: Город, регион, территория или государственное материальное право, которое регулирует любые претензии и все их требования. dmca_address: Находящиеся в США операторы должны использовать адрес, зарегистрированный в DMCA Designated Agent Directory. Использовать абонентский ящик возможно при обращении в соответствующей просьбой, для чего нужно с помощью DMCA Designated Agent Post Office Box Waiver Request написать сообщение в Copyright Office и объяснить, что вы занимаетесь модерацией контента из дома и опасаетесь мести за свои действия, поэтому должны использовать абонентский ящик, чтобы убрать ваш домашний адрес из общего доступа. - dmca_email: Может совпадать с адресом электронной почты для юридических уведомлений, указанным выше domain: Имя, позволяющее уникально идентифицировать ваш онлайн-ресурс. jurisdiction: Впишите страну, где находится лицо, оплачивающее счета. Если это компания либо организация, впишите страну инкорпорации, включая город, регион, территорию или штат, если это необходимо. user: diff --git a/config/locales/simple_form.sq.yml b/config/locales/simple_form.sq.yml index 86c1025905..47c0e18c5c 100644 --- a/config/locales/simple_form.sq.yml +++ b/config/locales/simple_form.sq.yml @@ -132,15 +132,17 @@ sq: name: Mund të ndryshoni shkronjat vetëm nga të mëdha në të vogla ose anasjelltas, për shembull, për t’i bërë më të lexueshme terms_of_service: changelog: Mund të strukturohet me sintaksë Markdown. + effective_date: Një kuadër kohor i arsyeshëm mund të shtrihet nga 10 deri në 30 ditë nga data që njoftoni përdoruesit tuaj. text: Mund të strukturohet me sintaksë Markdown. terms_of_service_generator: admin_email: Njoftimet ligjore përfshijnë kundërnjoftime, vendime gjyqi, kërkesa për për nxjerrje sajti jashtë shërbimit dhe kërkesa nga organe ligjore. - arbitration_address: Mund të jetë e njëjtë me adresën Fizike më sipër, ose “N/A”, nëse përdoret email - arbitration_website: Mund të jetë një formular web, ose “N/A”, nëse përdoret email + arbitration_address: Mund të jetë e njëjtë me adresën Fizike më sipër, ose “N/A”, nëse përdoret email. + arbitration_website: Mund të jetë një formular web, ose “N/A”, nëse përdoret email. choice_of_law: Qytet, rajon, territor ose shtet, ligjet e brendshme të të cilit do të administrojnë çfarëdo dhe tërë pretendimet. - dmca_email: Mund të jetë i njëjti email i përdorur për “Adresë email për njoftime ligjore” më sipëer + dmca_email: Mund të jetë i njëjti email i përdorur për “Adresë email për njoftime ligjore” më sipër. domain: Identifikues unik për shërbimin internetor që po ofroni. jurisdiction: Vendosni vendin ku jeton cilido që paguan faturat. Nëse është një shoqëri apo tjetër njësi, vendosni vendin ku është regjistruar, si dhe qytetin, rajonin, territorin apo shtetin përkatës. + min_age: S’duhet të jetë nën moshën minimum të domosdoshme nga ligjet në juridiksionin tuaj. user: chosen_languages: Në iu vëntë shenjë, te rrjedha kohore publike do të shfaqen vetëm mesazhe në gjuhët e përzgjedhura role: Roli kontrollon cilat leje ka përdoruesi. @@ -333,6 +335,7 @@ sq: usable: Lejoji postimet të përdorin lokalisht këtë hashtag terms_of_service: changelog: Ç’ka ndryshuar? + effective_date: Datë efektive text: Kushte Shërbimi terms_of_service_generator: admin_email: Adresë email për njoftime ligjore @@ -343,6 +346,7 @@ sq: dmca_email: Adresë email për njoftime DMCA/të drejtash kopjimi domain: Përkatësi jurisdiction: Juridiksion ligjor + min_age: Mosha minimale user: role: Rol time_zone: Zonë kohore diff --git a/config/locales/simple_form.sv.yml b/config/locales/simple_form.sv.yml index 1c66030b4e..e5503a5d12 100644 --- a/config/locales/simple_form.sv.yml +++ b/config/locales/simple_form.sv.yml @@ -134,9 +134,6 @@ sv: changelog: Kan struktureras med Markdown syntax. text: Kan struktureras med Markdown syntax. terms_of_service_generator: - arbitration_address: Kan vara samma som fysisk adress ovan, eller “N/A” om du använder e-post - arbitration_website: Kan vara ett webbformulär, eller ”N/A” om du använder e-post - dmca_email: Kan vara samma e-postadress som används för “E-postadress för juridiska meddelanden” ovan jurisdiction: Lista det land där vem som än betalar räkningarna bor. Om det är ett företag eller annan enhet, lista landet där det är inkorporerat, och staden, regionen, territoriet eller staten på lämpligt sätt. user: chosen_languages: Vid aktivering visas bara inlägg på dina valda språk i offentliga tidslinjer diff --git a/config/locales/simple_form.tr.yml b/config/locales/simple_form.tr.yml index 245b6d315d..9667b2b658 100644 --- a/config/locales/simple_form.tr.yml +++ b/config/locales/simple_form.tr.yml @@ -132,16 +132,18 @@ tr: name: Harflerin, örneğin daha okunabilir yapmak için, sadece büyük/küçük harf durumlarını değiştirebilirsiniz terms_of_service: changelog: Markdown sözdizimiyle yapılandırılabilir. + effective_date: Kullanıcıları bilgilendirmek için mantıklı bir tarih aralığı 10 ile 30 gün arasında olabilir. text: Markdown sözdizimiyle yapılandırılabilir. terms_of_service_generator: admin_email: Yasal bildirimler arasında karşı bildirimler, mahkeme kararları, yayından kaldırma talepleri ve kolluk kuvvetleri talepleri yer alır. - arbitration_address: Yukarıdaki fiziksel adresle aynı olabilir, veya e-posta kullanıyorsanız "N/A" - arbitration_website: Web formu olabilir, veya e-posta kullanıyorsanız "N/A" + arbitration_address: Yukarıdaki fiziksel adresle aynı olabilir, veya e-posta kullanıyorsanız "N/A". + arbitration_website: Web formu olabilir, veya e-posta kullanıyorsanız "N/A". choice_of_law: Her türlü iddiayı yönetecek olan iç maddi yasalara ilişkin şehir, bölge, eyalet veya ülke. dmca_address: ABD operatörleri için DMCA Atanmış Temsilci Dizininde kayıtlı adresi kullanın. Doğrudan taleple Posta Kutusu kullanımı mümkündür, Telif Hakkı Ofisine e-posta göndermek için DMCA Atanmış Temsilci Posta Kutusu Feragat Talebini kullanın ve eylemleriniz nedeniyle intikam veya cezalandırılmaktan çekinen ve herkese açık ev adresini kullanmamak için Posta Kutusu kullanması gereken ev tabanlı bir içerik moderatörü olduğunuzu açıklayın. - dmca_email: Yukarıdaki "Yasal bildirimler için e-posta adresi" için kullanılan e-posta ile aynı olabilir + dmca_email: Yukarıdaki "Yasal bildirimler için e-posta adresi" için kullanılan e-posta ile aynı olabilir. domain: Sağladığınız çevrimiçi hizmetin benzersiz tanımlaması. jurisdiction: Faturaları ödeyen kişinin yaşadığı ülkeyi listeleyin. Bir şirket veya başka bir kuruluş ise, kurulduğu ülkeyi ve uygun şekilde şehri, bölgeyi, yöreyi veya eyaleti listeleyin. + min_age: Tabi olduğunuz yasaların gerektirdiği yaştan düşük olmamalıdır. user: chosen_languages: İşaretlendiğinde, yalnızca seçilen dillerdeki gönderiler genel zaman çizelgelerinde görüntülenir role: Rol, kullanıcıların sahip olduğu izinleri denetler. @@ -334,6 +336,7 @@ tr: usable: Gönderilerin yerelde bu etiketi kullanmasına izin ver terms_of_service: changelog: Ne Değişti? + effective_date: Yürürlük tarihi text: Hizmet Şartları terms_of_service_generator: admin_email: Yasal bildirimler için e-posta adresi @@ -344,6 +347,7 @@ tr: dmca_email: DMCA/telif hakkı bildirimleri için e-posta adresi domain: Alan adı jurisdiction: Yasal yetki alanı + min_age: Minimum yaş user: role: Rol time_zone: Zaman dilimi diff --git a/config/locales/simple_form.uk.yml b/config/locales/simple_form.uk.yml index 963b7aa457..7d77aa813f 100644 --- a/config/locales/simple_form.uk.yml +++ b/config/locales/simple_form.uk.yml @@ -135,13 +135,14 @@ uk: text: Можна структурувати за допомогою синтаксису Markdown. terms_of_service_generator: admin_email: Юридичні повідомлення містять зустрічні повідомлення, ухвали суду, запити на видалення та запити правоохоронних органів. - arbitration_address: Може бути таким самим, як і фізична адреса вище, або "N/A", якщо використано електронну пошту - arbitration_website: Може бути вебформою або "N/A", якщо використано електронну пошту + arbitration_address: Може бути таким самим, як і фізична адреса вище, або "N/A", якщо використано електронну пошту. + arbitration_website: Може бути вебформою або "N/A", якщо використано електронну пошту. choice_of_law: Місто, регіон, територія або держава внутрішні змістовні закони яких повинні керувати будь-якими та всіма твердженнями. dmca_address: Для американських операторів використовуйте адресу, зареєстровану в довіднику призначених агентів DMCA. П.О. Перелік скриньок доступний за прямим запитом. Скористайтеся запитом на відмову від поштової скриньки призначеного агента Закону про захист авторських прав у цифрову епоху, щоб надіслати електронний лист до Бюро авторських прав, і опишіть, що ви домашній модератор вмісту, який боїться помсти чи відплати за свої дії та потребує використання P.O. Box, щоб видалити вашу домашню адресу з публічного перегляду. - dmca_email: Це може бути та сама адреса електронної пошти, яку використано в розділі «Електронна адреса для юридичних повідомлень» вище + dmca_email: Це може бути та сама адреса електронної пошти, яку використано в розділі «Електронна адреса для юридичних повідомлень» вище. domain: Унікальна ідентифікація онлайн-сервісу, який ви надаєте. jurisdiction: Укажіть країну, де живе той, хто платить за рахунками. Якщо це компанія чи інша організація, вкажіть країну, де вона зареєстрована, а також місто, регіон, територію чи штат відповідно. + min_age: Не повинно бути нижче мінімального віку, необхідного законодавством вашої юрисдикції. user: chosen_languages: У глобальних стрічках будуть показані дописи тільки вибраними мовами role: Роль визначає, які права має користувач. @@ -343,6 +344,7 @@ uk: dmca_email: Фізична адреса для сповіщень про DMCA/авторські права domain: Домен jurisdiction: Правова юрисдикція + min_age: Мінімальний вік user: role: Роль time_zone: Часовий пояс diff --git a/config/locales/simple_form.vi.yml b/config/locales/simple_form.vi.yml index e96cd23a8b..4d182c56c2 100644 --- a/config/locales/simple_form.vi.yml +++ b/config/locales/simple_form.vi.yml @@ -132,16 +132,18 @@ vi: name: Bạn có thể thay đổi cách viết hoa các chữ cái để giúp nó dễ đọc hơn terms_of_service: changelog: Có thể dùng cú pháp Markdown. + effective_date: Khung thời gian hợp lý có thể dao động từ 10 đến 30 ngày kể từ ngày bạn thông báo cho người dùng. text: Có thể dùng cú pháp Markdown. terms_of_service_generator: admin_email: Thông báo pháp lý bao gồm thông báo phản đối, lệnh của tòa án, yêu cầu gỡ bỏ và yêu cầu của cơ quan thực thi pháp luật. - arbitration_address: Có thể giống với Địa chỉ liên hệ ở trên hoặc “N/A” nếu sử dụng email - arbitration_website: Có thể dùng biểu mẫu online, hoặc “N/A” nếu dùng email + arbitration_address: Có thể giống với Địa chỉ liên hệ ở trên hoặc “N/A” nếu sử dụng email. + arbitration_website: Có thể dùng biểu mẫu online, hoặc “N/A” nếu dùng email. choice_of_law: Thành phố, khu vực, lãnh thổ hoặc tiểu bang có luật riêng sẽ chi phối mọi khiếu nại. dmca_address: Đối với các quản trị viên tại Hoa Kỳ, hãy sử dụng địa chỉ đã đăng ký trong Danh bạ đại lý được chỉ định của DMCA. Danh sách hộp thư bưu điện có sẵn khi yêu cầu trực tiếp, hãy sử dụng Yêu cầu miễn trừ hộp thư bưu điện của đại lý được chỉ định của DMCA để gửi email đến Văn phòng bản quyền và mô tả rằng bạn là người kiểm duyệt nội dung tại nhà, người sợ bị trả thù hoặc trừng phạt vì hành động của mình và cần sử dụng hộp thư bưu điện để xóa địa chỉ nhà của bạn khỏi chế độ xem công khai. - dmca_email: Có thể là cùng một email được sử dụng cho “Địa chỉ email để nhận thông báo pháp lý” ở trên + dmca_email: Có thể là cùng một email được sử dụng cho “Địa chỉ email để nhận thông báo pháp lý” ở trên. domain: Mã nhận dạng duy nhất của dịch vụ trực tuyến mà bạn đang cung cấp. jurisdiction: Liệt kê quốc gia nơi người trả hóa đơn sinh sống. Nếu đó là công ty hoặc tổ chức khác, hãy liệt kê quốc gia nơi công ty được thành lập và thành phố, khu vực, lãnh thổ hoặc tiểu bang nếu phù hợp. + min_age: Không được dưới độ tuổi tối thiểu theo quy định của luật pháp tại khu vực của bạn. user: chosen_languages: Chỉ hiển thị những tút viết bằng các ngôn ngữ sau role: Vai trò kiểm soát những quyền mà người dùng có. @@ -334,6 +336,7 @@ vi: usable: Cho phép dùng hashtag này khi soạn tút terms_of_service: changelog: Điểm mới? + effective_date: Ngày có hiệu lực text: Điều khoản Dịch vụ terms_of_service_generator: admin_email: Địa chỉ email để nhận thông báo pháp lý @@ -344,6 +347,7 @@ vi: dmca_email: Địa chỉ email để nhận thông báo DMCA/bản quyền domain: Tên miền jurisdiction: Quyền tài phán pháp lý + min_age: Độ tuổi tối thiểu user: role: Vai trò time_zone: Múi giờ diff --git a/config/locales/simple_form.zh-CN.yml b/config/locales/simple_form.zh-CN.yml index db43caf851..599c3de084 100644 --- a/config/locales/simple_form.zh-CN.yml +++ b/config/locales/simple_form.zh-CN.yml @@ -135,13 +135,11 @@ zh-CN: text: 可以使用 Markdown 语法。 terms_of_service_generator: admin_email: 法务通知包括反通知、法院命令、内容下架要求与执法机关的要求。 - arbitration_address: 可以与上面的实际地址相同,若使用邮箱,则填写“N/A” - arbitration_website: 可以为网页表单,若使用邮箱,则填写“N/A” choice_of_law: 适用内部实质法律以管辖任何及所有索赔的城市、地区、领土或州。 dmca_address: 如果你是位于美国的运营者,请使用在 DMCA 指定代表名录中注册的地址。如果你需要使用邮政信箱,可以直接申请。请使用 DMCA 指定代表邮政信箱豁免申请表,通过电子邮件联系版权办公室,并声明你是居家内容审核员,因担心审核操作会招致报复或打击报复,需要使用邮政信箱以避免公开家庭住址。 - dmca_email: 可使用与上方“法务通知接收邮箱地址”相同的邮箱地址。 domain: 你所提供的在线服务的唯一标识。 jurisdiction: 请列出支付运营费用者所在的国家/地区。如果为公司或其他实体,请列出其注册的国家/地区以及相应的城市、地区、领地或州。 + min_age: 不应低于您所在地法律管辖权要求的最低年龄。 user: chosen_languages: 仅选中语言的嘟文会出现在公共时间线上(全不选则显示所有语言的嘟文) role: 角色用于控制用户拥有的权限。 @@ -334,6 +332,7 @@ zh-CN: usable: 允许本站嘟文使用此话题 terms_of_service: changelog: 变更说明 + effective_date: 生效日期 text: 服务条款 terms_of_service_generator: admin_email: 接收法务通知的邮箱地址 @@ -344,6 +343,7 @@ zh-CN: dmca_email: 接收DMCA/版权通知的邮箱地址 domain: 域名 jurisdiction: 法律管辖区 + min_age: 最低年龄 user: role: 角色 time_zone: 时区 diff --git a/config/locales/simple_form.zh-TW.yml b/config/locales/simple_form.zh-TW.yml index dcdc3ed824..47adb05010 100644 --- a/config/locales/simple_form.zh-TW.yml +++ b/config/locales/simple_form.zh-TW.yml @@ -132,16 +132,18 @@ zh-TW: name: 您只能變更大小寫,例如,以使其更易讀。 terms_of_service: changelog: 能以 Markdown 語法撰寫。 + effective_date: 合理時間範圍可為自您通知使用者之日起的 10 至 30 天。 text: 能以 Markdown 語法撰寫。 terms_of_service_generator: admin_email: 法律通知包含反駁通知、法院命令、刪除請求和執法單位請求。 - arbitration_address: 能與上述相同之實體地址,或「N/A」如使用 email - arbitration_website: 能為網路表單,或「N/A」如使用 email + arbitration_address: 能與上述相同之實體地址,或「N/A」如使用 email。 + arbitration_website: 能為網路表單,或「N/A」如使用 email。 choice_of_law: 城市、區域、領土或州的內部實體法律應規範任何及所有權利。 dmca_address: 位於美國的運營團隊,請使用於 DMCA 指定代理目錄中註冊之地址。可直接請求 PO Box 清單,使用 DMCA 指定代理郵局信箱豁免請求向版權局發送電子郵件,並描述您是一名在家工作之內容管理員,擔心您的行為將遭報復,需要使用 PO Box 保護您的私人住址。 - dmca_email: 能使用上述用於「法律通知用途電子郵件」之相同電子郵件 + dmca_email: 能使用上述用於「法律通知用途電子郵件」之相同電子郵件。 domain: 您所提供線上服務之唯一識別。 jurisdiction: 列出帳單支付人之居住國家。若為公司或其他實體,請列出其註冊地所在的國家,及城市、地區、領土、或州別等。 + min_age: 不應低於您所屬法律管轄區要求之最低年齡。 user: chosen_languages: 當選取時,只有選取語言之嘟文會於公開時間軸中顯示 role: 角色控制使用者有哪些權限。 @@ -334,6 +336,7 @@ zh-TW: usable: 允許嘟文使用此主題標籤 terms_of_service: changelog: 有何異動? + effective_date: 生效日期 text: 服務條款 terms_of_service_generator: admin_email: 法律通知用途電子郵件 @@ -344,6 +347,7 @@ zh-TW: dmca_email: DMCA 或版權通知之電子郵件地址 domain: 網域 jurisdiction: 司法管轄區 + min_age: 最低年齡 user: role: 角色 time_zone: 時區 diff --git a/config/locales/sk.yml b/config/locales/sk.yml index 6ad76c0fcf..8ae14231ca 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -363,6 +363,7 @@ sk: cancel: Zruš confirm: Vylúč preamble_html: Chystáš sa vylúčiť %{domain} a jej poddomény. + stop_communication: Tvoj server prestane komunikovať s týmito servermi. title: Potvrď blokovanie domény %{domain} created_msg: Doména je v štádiu blokovania destroyed_msg: Blokovanie domény bolo zrušené diff --git a/config/locales/sq.yml b/config/locales/sq.yml index 82f174c8c2..e41d56fefe 100644 --- a/config/locales/sq.yml +++ b/config/locales/sq.yml @@ -309,6 +309,7 @@ sq: title: Regjistër auditimesh unavailable_instance: "(emër përkatësie jo i passhëm)" announcements: + back: Mbrapsht te njoftimet destroyed_msg: Lajmërimi u fshi me sukses! edit: title: Përpunoni lajmërimin @@ -317,6 +318,9 @@ sq: new: create: Krijoni lajmërim title: Lajmërim i ri + preview: + explanation_html: 'Email-i do të dërgohet te %{display_count} përdorues. Te email-i do të përfshihet teksti vijues:' + title: Bëni paraparje të shënimit për njoftimin publish: Publikoje published_msg: Lajmërimi u botua me sukses! scheduled_for: Vënë në plan për më %{time} @@ -934,6 +938,7 @@ sq: chance_to_review_html: "Termat e shërbimit të prodhuar s’do të botohen automatikisht. Do të keni një mundësi të shqyrtoni përfundimet. Ju lutemi, që të vazhdohet, plotësoni hollësitë e nevojshme." explanation_html: Gjedhja e dhënë për kushtet e shërbimit është vetëm për qëllime njohjeje dhe s’duhet marrë si këshillë ligjore, për çfarëdo çështje. Ju lutemi, për situatën tuaj dhe pyetje specifike ligjore, lidhuni me juristin tuaj. title: Ujdisje Termash Shërbimi + going_live_on_html: Funksionalë, në fuqi që prej %{date} history: Historik live: Drejtpërdrejt no_history: Ende s’ka ndryshime të regjistruara të kushteve të shërbimit. @@ -1898,6 +1903,10 @@ sq: recovery_instructions_html: Në ndodhtë që të humbni hyrje te telefoni juaj, mund të përdorni një nga kodet e rikthimit më poshtë, që të rifitoni hyrje te llogaria juaj. Mbajini të parrezik kodet e rikthimeve. Për shembull, mund t’i shtypni dhe t’i ruani tok me dokumente të tjerë të rëndësishëm. webauthn: Kyçe sigurie user_mailer: + announcement_published: + description: 'Përgjegjësit e %{domain} po bëjnë një njoftim:' + subject: Njoftim shërbimi + title: Njoftim shërbimi %{domain} appeal_approved: action: Rregullime Llogarie explanation: Apelimi i paralajmërimit kundër llogarisë tuaj më %{strike_date}, të cilin e parashtruar më %{appeal_date} është miratuar. Llogaria juaj është sërish në pozita të mira. @@ -1930,6 +1939,8 @@ sq: terms_of_service_changed: agreement: Duke vazhduar të përdorni %{domain}, pajtoheni më këto terma. Nëse s’pajtoheni me termat e përditësuar, mund të përfundoni pajtimin tuaj me %{domain} në çfarëdo kohe, përmes fshirjes së llogarisë tuaj. changelog: 'Me një vështrim, ja se ç’do të thotë ky përditësim për ju:' + description: 'Po e merrni këtë email ngaqë po bëjmë disa ndryshime te kushtet tona të shërbimit te %{domain}. Këto përditësime do të hyjnë në fuqi më %{date}. Ju nxisim të shqyrtoni kushtet e përditësuara të plota këtu:' + description_html: Po e merrni këtë email ngaqë po bëjmë disa ndryshime te kushtet tona të shërbimit te %{domain}. Këto përditësime do të hyjnë në fuqi më %{date}. Ju nxisim t’i shqyrtoni të plota kushtet e përditësuara këtu. sign_off: Ekipi i %{domain} subject: Përditësime të termave tanë të shërbimit subtitle: Termat e shërbimit të %{domain} po ndryshojnë diff --git a/config/locales/tr.yml b/config/locales/tr.yml index 3b8cc20750..d8b79a9a77 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -309,6 +309,7 @@ tr: title: Denetim günlüğü unavailable_instance: "(alan adı mevcut değil)" announcements: + back: Duyurulara geri dön destroyed_msg: Duyuru başarıyla silindi! edit: title: Duyuruyu düzenle @@ -317,6 +318,9 @@ tr: new: create: Duyuru oluştur title: Yeni duyuru + preview: + explanation_html: 'E-posta, %{display_count} kullanıcıya gönderilecektir. E-posta içerisinde aşağıdaki metin yer alacaktır:' + title: Duyuru bildiriminin önizlemesine bak publish: Yayınla published_msg: Duyuru başarıyla yayınlandı! scheduled_for: "%{time} için zamanlandı" @@ -939,6 +943,7 @@ tr: chance_to_review_html: "Üretilmiş hizmet şartları otomatik olarak yayınlanmayacaktır. Sonucu gözden geçirme şansınız olacaktır. Devam etmek için lütfen gerekli ayrıntıları doldurun." explanation_html: Sağlanan hizmet şartları şablonu yalnızca bilgilendirme amaçlıdır ve herhangi bir konuda yasal tavsiye olarak yorumlanmamalıdır. Lütfen durumunuz ve belirli yasal sorularınız hakkında kendi hukuk müşavirinize danışın. title: Hizmet Şartları Kurulumu + going_live_on_html: Canlı, %{date} tarihinden beri yürürlükte history: Tarihçe live: Canlı no_history: Henüz kaydedilmiş hizmet şartları değişikliği yok. @@ -1904,6 +1909,10 @@ tr: recovery_instructions_html: 'Eğer telefonunuza erişiminizi kaybederseniz, aşağıdaki kurtarma kodlarından birini kullanarak hesabınıza giriş yapabilirsiniz. Kurtarma kodlarınızı güvenli halde tutunuz. Örneğin: kodların çıktısını alıp diğer önemli belgeleriniz ile birlikte saklayabilirsiniz.' webauthn: Güvenlik anahtarları user_mailer: + announcement_published: + description: "%{domain} yöneticileri bir duyuru yapıyorlar:" + subject: Hizmet duyurusu + title: "%{domain} hizmet duyurusu" appeal_approved: action: Hesap Ayarları explanation: "%{appeal_date} tarihinde gönderdiğiniz, hesabınıza yönelik %{strike_date} tarihli eyleme itirazınız onaylandı. Hesabınız artık tekrar iyi durumda." @@ -1936,6 +1945,8 @@ tr: terms_of_service_changed: agreement: "%{domain} sunucusunu kullanmaya devam ederek bu şartları kabul etmiş olursunuz. Güncellenen şartları kabul etmiyorsanız, %{domain} ile olan sözleşmenizi istediğiniz zaman hesabınızı silerek feshedebilirsiniz." changelog: 'Bir bakışta, bu güncellemenin sizin için anlamı şudur:' + description: 'Bu e-postayı alıyorsunuz çünkü %{domain} adresindeki hizmet şartlarımızda bazı değişiklikler yapıyoruz. Bu değişiklikler %{date} tarihinde geçerli olacak. Aşağıda tümü yer alan güncellenen şartları incelemenizi öneriyoruz:' + description_html: Bu e-postayı alıyorsunuz çünkü %{domain} adresindeki hizmet şartlarımızda bazı değişiklikler yapıyoruz. Bu değişiklikler %{date} tarihinde geçerli olacak. Tüm güncellenen şartları incelemenizi öneriyoruz. sign_off: "%{domain} Ekibi" subject: Şimdiki hizmet şartlarımıza güncellemeler subtitle: "%{domain} adresindeki hizmet şartları değişiyor" diff --git a/config/locales/uk.yml b/config/locales/uk.yml index fe11fc811f..ff4e77e529 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -315,6 +315,7 @@ uk: title: Журнал подій unavailable_instance: "(ім'я домену недоступне)" announcements: + back: Назад до анонсів destroyed_msg: Оголошення успішно видалено! edit: title: Редагувати оголошення @@ -323,6 +324,8 @@ uk: new: create: Створити оголошення title: Нове оголошення + preview: + title: Попередній перегляд повідомлення publish: Опублікувати published_msg: Оголошення успішно опубліковано! scheduled_for: Заплановано на %{time} @@ -1923,6 +1926,10 @@ uk: recovery_instructions_html: У випадку втрати доступу до вашого телефону ви можете використати один з нижчевказаних кодів відновлення, щоб повернути доступ до вашого облікового запису. Тримайте коди відновлення у безпеці, наприклад, роздрукуйте їх та зберігайте разом з іншими важливими документами. webauthn: Ключі безпеки user_mailer: + announcement_published: + description: 'Адміністратори %{domain} роблять оголошення:' + subject: Службове оголошення + title: Службове оголошення сервісу %{domain} appeal_approved: action: Налаштування облікового запису explanation: Оскарження попередження вашому обліковому запису %{strike_date}, яке ви надіслали %{appeal_date} було схвалено. Ваш обліковий запис знову вважається добропорядним. diff --git a/config/locales/vi.yml b/config/locales/vi.yml index 3f5ffc92bf..8acc721f3f 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -306,6 +306,7 @@ vi: title: Nhật ký kiểm duyệt unavailable_instance: "(tên máy chủ không khả dụng)" announcements: + back: Quay về thông báo destroyed_msg: Xóa thông báo thành công! edit: title: Sửa thông báo @@ -314,6 +315,9 @@ vi: new: create: Tạo thông báo title: Tạo thông báo mới + preview: + explanation_html: 'Gửi email tới %{display_count} thành viên. Nội dung sau đây sẽ được đưa vào email:' + title: Xem trước thông báo sẽ gửi publish: Đăng published_msg: Truyền đi thông báo thành công! scheduled_for: Đã lên lịch %{time} @@ -925,6 +929,7 @@ vi: chance_to_review_html: "Các điều khoản dịch vụ đã tạo sẽ không được tự động công bố. Bạn sẽ cần xem lại trước. Vui lòng điền thông tin cần thiết để tiếp tục." explanation_html: Mẫu điều khoản dịch vụ được cung cấp chỉ nhằm mục đích cung cấp thông tin và không được hiểu là tư vấn pháp lý về bất kỳ vấn đề nào. Vui lòng tham khảo ý kiến ​​cố vấn pháp lý của riêng bạn về tình huống của bạn và các câu hỏi pháp lý cụ thể mà bạn có. title: Thiết lập Điều khoản Dịch vụ + going_live_on_html: Chính thức áp dụng từ %{date} history: Lịch sử live: Đang hiển thị no_history: Hiện tại chưa có ghi nhận thay đổi nào về các điều khoản dịch vụ. @@ -1861,6 +1866,10 @@ vi: recovery_instructions_html: Nếu bạn bị mất điện thoại, hãy dùng một trong các mã khôi phục bên dưới để lấy lại quyền truy cập vào tài khoản của mình. Giữ mã khôi phục an toàn. Ví dụ, bạn có thể in chúng ra giấy. webauthn: Khóa bảo mật user_mailer: + announcement_published: + description: 'Quản trị viên %{domain} gửi một thông báo:' + subject: Thông báo dịch vụ + title: "%{domain} thông báo dịch vụ" appeal_approved: action: Cài đặt tài khoản explanation: Khiếu nại về tài khoản của bạn vào %{strike_date}, được gửi lúc %{appeal_date} đã được chấp nhận. Tài khoản của bạn đã có thể sử dụng bình thường. @@ -1893,6 +1902,8 @@ vi: terms_of_service_changed: agreement: Tiếp tục sử dụng %{domain}, đồng nghĩa bạn đồng ý điều khoản dịch vụ. Nếu bạn không đồng ý với các điều khoản đã cập nhật, hãy xóa tài khoản %{domain} của bạn. changelog: 'Nhìn sơ qua, bản cập nhật này:' + description: 'Bạn nhận được email này vì chúng tôi đang thực hiện một số thay đổi đối với các điều khoản dịch vụ tại %{domain}. Thay đổi sẽ có hiệu lực từ %{date}. Hãy xem lại đầy đủ các điều khoản đã cập nhật tại đây:' + description_html: Bạn nhận được email này vì chúng tôi đang thực hiện một số thay đổi đối với các điều khoản dịch vụ tại %{domain}. Thay đổi sẽ có hiệu lực từ %{date}. Hãy xem lại đầy đủ các điều khoản được cập nhật ở đây. sign_off: Đội ngũ %{domain} subject: Cập nhật điều khoản dịch vụ subtitle: Điều khoản dịch vụ tại %{domain} đã thay đổi diff --git a/config/locales/zh-CN.yml b/config/locales/zh-CN.yml index d7e37fc82a..12b3aa44d4 100644 --- a/config/locales/zh-CN.yml +++ b/config/locales/zh-CN.yml @@ -306,6 +306,7 @@ zh-CN: title: 审核日志 unavailable_instance: "(域名不可用)" announcements: + back: 回到公告 destroyed_msg: 公告已删除! edit: title: 编辑公告 diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 86be927b89..f0063be8e8 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -306,6 +306,7 @@ zh-TW: title: 營運日誌 unavailable_instance: "(該域名無法使用)" announcements: + back: 回到公告 destroyed_msg: 成功刪除公告! edit: title: 編輯公告 @@ -314,6 +315,9 @@ zh-TW: new: create: 新增公告 title: 新增公告 + preview: + explanation_html: 此 email 將寄至 %{display_count} 名使用者。以下文字將被包含於 e-mail 中: + title: 預覽公告通知 publish: 發布 published_msg: 成功發布公告! scheduled_for: 排定 %{time} @@ -927,6 +931,7 @@ zh-TW: chance_to_review_html: "所產生之服務條款將不會自動發佈。 您將能檢視所產生之結果。請填寫必要細節以繼續。" explanation_html: 提供之服務條款模板僅供參考資訊使用,不應將其作為任何法律建議。請依照您的具體情形與特定法律議題諮詢您的法律顧問。 title: 設定服務條款 + going_live_on_html: 目前條款,自 %{date} 起生效 history: 歷史 live: 目前版本 no_history: 未有任何服務條款變更紀錄。 @@ -1863,6 +1868,10 @@ zh-TW: recovery_instructions_html: 若您的手機無法使用,您可以使用下列任意一個備用驗證碼來重新獲得帳號的存取權。請妥善保管好您的備用驗證碼(例如,可以將它們列印出來,與您的其他重要文件放在一起)。 webauthn: 安全金鑰 user_mailer: + announcement_published: + description: "%{domain} 之管理員正在進行公告:" + subject: 服務公告 + title: "%{domain} 服務公告" appeal_approved: action: 帳號設定 explanation: 您於 %{appeal_date} 遞交的針對您帳號的 %{strike_date} 警示之申訴已獲批准。您的帳號再次享有良好的信譽。 @@ -1895,6 +1904,12 @@ zh-TW: terms_of_service_changed: agreement: 透過繼續使用 %{domain},您將同意這些條款。若您不同意此條款異動,您能隨時終止與 %{domain} 之協議並刪除您的帳號。 changelog: 簡而言之,此次更新對您將意味著: + description: |- + 您收到此 e-mail 係因我們正在更新 %{domain} 之服務條款。 + 這些異動將於 %{date} 起生效。我們鼓勵您審視此處之服務條款更新全文: + description_html: |- + 您收到此 e-mail 係因我們正在更新 %{domain} 之服務條款。 + 這些異動將於 %{date} 起 生效。我們鼓勵您審視 此處之服務條款更新全文。 sign_off: "%{domain} 團隊" subject: 我們的服務條款更新 subtitle: "%{domain} 之服務條款正在悄悄發生變化" diff --git a/docker-compose.yml b/docker-compose.yml index c0ac6707fc..644e486728 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -59,7 +59,7 @@ services: web: # You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes # build: . - image: ghcr.io/mastodon/mastodon:v4.3.4 + image: ghcr.io/mastodon/mastodon:v4.3.5 restart: always env_file: .env.production command: bundle exec puma -C config/puma.rb @@ -83,7 +83,7 @@ services: # build: # dockerfile: ./streaming/Dockerfile # context: . - image: ghcr.io/mastodon/mastodon-streaming:v4.3.4 + image: ghcr.io/mastodon/mastodon-streaming:v4.3.5 restart: always env_file: .env.production command: node ./streaming/index.js @@ -102,7 +102,7 @@ services: sidekiq: # You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes # build: . - image: ghcr.io/mastodon/mastodon:v4.3.4 + image: ghcr.io/mastodon/mastodon:v4.3.5 restart: always env_file: .env.production command: bundle exec sidekiq diff --git a/lib/redis/namespace_extensions.rb b/lib/redis/namespace_extensions.rb index 9af59c296e..2be738b04d 100644 --- a/lib/redis/namespace_extensions.rb +++ b/lib/redis/namespace_extensions.rb @@ -5,6 +5,10 @@ class Redis def exists?(...) call_with_namespace('exists?', ...) end + + def with + yield self + end end end diff --git a/spec/controllers/admin/site_uploads_controller_spec.rb b/spec/controllers/admin/site_uploads_controller_spec.rb deleted file mode 100644 index 1fe5903498..0000000000 --- a/spec/controllers/admin/site_uploads_controller_spec.rb +++ /dev/null @@ -1,23 +0,0 @@ -# frozen_string_literal: true - -require 'rails_helper' - -RSpec.describe Admin::SiteUploadsController do - render_views - - let(:user) { Fabricate(:admin_user) } - - before do - sign_in user, scope: :user - end - - describe 'DELETE #destroy' do - let(:site_upload) { Fabricate(:site_upload, var: 'thumbnail') } - - it 'returns http success' do - delete :destroy, params: { id: site_upload.id } - - expect(response).to redirect_to(admin_settings_path) - end - end -end diff --git a/spec/controllers/admin/webhooks/secrets_controller_spec.rb b/spec/controllers/admin/webhooks/secrets_controller_spec.rb deleted file mode 100644 index da3d4f1438..0000000000 --- a/spec/controllers/admin/webhooks/secrets_controller_spec.rb +++ /dev/null @@ -1,23 +0,0 @@ -# frozen_string_literal: true - -require 'rails_helper' - -RSpec.describe Admin::Webhooks::SecretsController do - render_views - - let(:user) { Fabricate(:admin_user) } - - before do - sign_in user, scope: :user - end - - describe 'POST #rotate' do - let(:webhook) { Fabricate(:webhook) } - - it 'returns http success' do - post :rotate, params: { webhook_id: webhook.id } - - expect(response).to redirect_to(admin_webhook_path(webhook)) - end - end -end diff --git a/spec/fabricators/terms_of_service_fabricator.rb b/spec/fabricators/terms_of_service_fabricator.rb index d37206e9d3..9b437c4d4b 100644 --- a/spec/fabricators/terms_of_service_fabricator.rb +++ b/spec/fabricators/terms_of_service_fabricator.rb @@ -5,5 +5,5 @@ Fabricator(:terms_of_service) do changelog { Faker::Lorem.paragraph } published_at { Time.zone.now } notification_sent_at { Time.zone.now } - effective_date { Faker::Date.forward } + effective_date { Faker::Date.unique.forward } end diff --git a/spec/system/admin/site_uploads_spec.rb b/spec/system/admin/site_uploads_spec.rb new file mode 100644 index 0000000000..5cbd8d275c --- /dev/null +++ b/spec/system/admin/site_uploads_spec.rb @@ -0,0 +1,27 @@ +# frozen_string_literal: true + +require 'rails_helper' + +RSpec.describe 'Admin SiteUploads' do + let(:user) { Fabricate(:admin_user) } + + before { sign_in(user) } + + describe 'Removing a site upload' do + let!(:site_upload) { Fabricate(:site_upload, var: 'thumbnail') } + + it 'removes the upload and redirects' do + visit admin_settings_branding_path + expect(page) + .to have_title(I18n.t('admin.settings.branding.title')) + + expect { click_on I18n.t('admin.site_uploads.delete') } + .to change(SiteUpload, :count).by(-1) + expect { site_upload.reload } + .to raise_error(ActiveRecord::RecordNotFound) + expect(page) + .to have_content(I18n.t('admin.site_uploads.destroyed_msg')) + .and have_title(I18n.t('admin.settings.branding.title')) + end + end +end diff --git a/spec/system/admin/webhooks_spec.rb b/spec/system/admin/webhooks_spec.rb index 6daa896e1a..709752dc9c 100644 --- a/spec/system/admin/webhooks_spec.rb +++ b/spec/system/admin/webhooks_spec.rb @@ -85,6 +85,19 @@ RSpec.describe 'Admin Webhooks' do end end + describe 'Rotate a webhook secret' do + let!(:webhook) { Fabricate :webhook, events: [Webhook::EVENTS.first] } + + it 'rotates secret and returns to page' do + visit admin_webhook_path(webhook) + + expect { click_on I18n.t('admin.webhooks.rotate_secret') } + .to(change { webhook.reload.secret }) + expect(page) + .to have_title(I18n.t('admin.webhooks.title')) + end + end + describe 'Destroy a webhook' do let!(:webhook) { Fabricate :webhook, events: [Webhook::EVENTS.first] } diff --git a/yarn.lock b/yarn.lock index 6fb7c14306..64bb05b708 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3202,8 +3202,8 @@ __metadata: linkType: hard "@reduxjs/toolkit@npm:^2.0.1": - version: 2.6.0 - resolution: "@reduxjs/toolkit@npm:2.6.0" + version: 2.6.1 + resolution: "@reduxjs/toolkit@npm:2.6.1" dependencies: immer: "npm:^10.0.3" redux: "npm:^5.0.1" @@ -3217,7 +3217,7 @@ __metadata: optional: true react-redux: optional: true - checksum: 10c0/3d2c85e56401e72cc7e7f22c5440495c803183afb6e8b67c8d6dd2e6770a9fa56a1b7efdac404608a3ed8f22123e41e8e676fd57657491a81e836df447d9969a + checksum: 10c0/6ae5db267f2b0a9da8b59080797c5adb1b92b50c0f2bdd933470206285d684b79ed2b1c4e2d7a0fb4aa9e3772d0e215fdcd3a8e4a4a2aac81400fcd790dbd6cd languageName: node linkType: hard