Merge commit 'fb34d9c5909116d586a0187d86ada36ee1234f61' into glitch-soc/merge-upstream

pull/2991/head
Claire 2025-03-10 19:48:45 +01:00
commit fb55d09f77
155 changed files with 1547 additions and 658 deletions

View File

@ -28,11 +28,9 @@ inherit_mode:
- Exclude - Exclude
plugins: plugins:
- rubocop-capybara
- rubocop-i18n
- rubocop-performance
- rubocop-rails - rubocop-rails
- rubocop-rspec - rubocop-rspec
- rubocop-performance
- rubocop-i18n
require:
- rubocop-rspec_rails - rubocop-rspec_rails
- rubocop-capybara

View File

@ -1,6 +1,6 @@
# This configuration was generated by # This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --no-offense-counts --no-auto-gen-timestamp` # `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 # The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base. # one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new # Note that changes in the inspected code, or installation of new

View File

@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file. 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 ## [4.3.4] - 2025-02-27
### Security ### Security

View File

@ -308,7 +308,7 @@ GEM
rainbow (>= 2.0.0) rainbow (>= 2.0.0)
i18n (1.14.7) i18n (1.14.7)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
i18n-tasks (1.0.14) i18n-tasks (1.0.15)
activesupport (>= 4.0.2) activesupport (>= 4.0.2)
ast (>= 2.1.0) ast (>= 2.1.0)
erubi erubi
@ -317,6 +317,7 @@ GEM
parser (>= 3.2.2.1) parser (>= 3.2.2.1)
rails-i18n rails-i18n
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.8, >= 1.8.1)
terminal-table (>= 1.5.1) terminal-table (>= 1.5.1)
idn-ruby (0.1.5) idn-ruby (0.1.5)
inline_svg (1.10.0) inline_svg (1.10.0)
@ -722,11 +723,11 @@ GEM
rspec-expectations (~> 3.13) rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13) rspec-mocks (~> 3.13)
rspec-support (~> 3.13) rspec-support (~> 3.13)
rspec-sidekiq (5.0.0) rspec-sidekiq (5.1.0)
rspec-core (~> 3.0) rspec-core (~> 3.0)
rspec-expectations (~> 3.0) rspec-expectations (~> 3.0)
rspec-mocks (~> 3.0) rspec-mocks (~> 3.0)
sidekiq (>= 5, < 8) sidekiq (>= 5, < 9)
rspec-support (3.13.2) rspec-support (3.13.2)
rubocop (1.73.2) rubocop (1.73.2)
json (~> 2.3) json (~> 2.3)
@ -741,8 +742,9 @@ GEM
unicode-display_width (>= 2.4.0, < 4.0) unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.1) rubocop-ast (1.38.1)
parser (>= 3.3.1.0) parser (>= 3.3.1.0)
rubocop-capybara (2.21.0) rubocop-capybara (2.22.0)
rubocop (~> 1.41) lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
rubocop-i18n (3.2.3) rubocop-i18n (3.2.3)
lint_roller (~> 1.1) lint_roller (~> 1.1)
rubocop (>= 1.72.1) rubocop (>= 1.72.1)
@ -759,9 +761,10 @@ GEM
rubocop-rspec (3.5.0) rubocop-rspec (3.5.0)
lint_roller (~> 1.1) lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1) rubocop (~> 1.72, >= 1.72.1)
rubocop-rspec_rails (2.30.0) rubocop-rspec_rails (2.31.0)
rubocop (~> 1.61) lint_roller (~> 1.1)
rubocop-rspec (~> 3, >= 3.0.1) rubocop (~> 1.72, >= 1.72.1)
rubocop-rspec (~> 3.5)
ruby-prof (1.7.1) ruby-prof (1.7.1)
ruby-progressbar (1.13.0) ruby-progressbar (1.13.0)
ruby-saml (1.17.0) ruby-saml (1.17.0)
@ -822,7 +825,7 @@ GEM
stackprof (0.2.27) stackprof (0.2.27)
stoplight (4.1.1) stoplight (4.1.1)
redlock (~> 1.0) redlock (~> 1.0)
stringio (3.1.4) stringio (3.1.5)
strong_migrations (2.2.0) strong_migrations (2.2.0)
activerecord (>= 7) activerecord (>= 7)
swd (2.0.3) swd (2.0.3)
@ -886,7 +889,7 @@ GEM
activesupport activesupport
faraday (~> 2.0) faraday (~> 2.0)
faraday-follow_redirects faraday-follow_redirects
webmock (3.25.0) webmock (3.25.1)
addressable (>= 2.8.0) addressable (>= 2.8.0)
crack (>= 0.3.2) crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0) hashdiff (>= 0.4.0, < 2.0.0)

View File

@ -872,7 +872,9 @@
"subscribed_languages.target": "Промяна на абонираните езици за {target}", "subscribed_languages.target": "Промяна на абонираните езици за {target}",
"tabs_bar.home": "Начало", "tabs_bar.home": "Начало",
"tabs_bar.notifications": "Известия", "tabs_bar.notifications": "Известия",
"terms_of_service.effective_as_of": "В сила от {date}",
"terms_of_service.title": "Условия на услугата", "terms_of_service.title": "Условия на услугата",
"terms_of_service.upcoming_changes_on": "Предстоящи промени на {date}",
"time_remaining.days": "{number, plural, one {остава # ден} other {остават # дни}}", "time_remaining.days": "{number, plural, one {остава # ден} other {остават # дни}}",
"time_remaining.hours": "{number, plural, one {остава # час} other {остават # часа}}", "time_remaining.hours": "{number, plural, one {остава # час} other {остават # часа}}",
"time_remaining.minutes": "{number, plural, one {остава # минута} other {остават # минути}}", "time_remaining.minutes": "{number, plural, one {остава # минута} other {остават # минути}}",

View File

@ -871,7 +871,9 @@
"subscribed_languages.target": "Canvia les llengües subscrites per a {target}", "subscribed_languages.target": "Canvia les llengües subscrites per a {target}",
"tabs_bar.home": "Inici", "tabs_bar.home": "Inici",
"tabs_bar.notifications": "Notificacions", "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.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.days": "{number, plural, one {# dia restant} other {# dies restants}}",
"time_remaining.hours": "{number, plural, one {# hora restant} other {# hores restants}}", "time_remaining.hours": "{number, plural, one {# hora restant} other {# hores restants}}",
"time_remaining.minutes": "{number, plural, one {# minut restant} other {# minuts restants}}", "time_remaining.minutes": "{number, plural, one {# minut restant} other {# minuts restants}}",

View File

@ -86,10 +86,10 @@
"alert.unexpected.message": "Objevila se neočekávaná chyba.", "alert.unexpected.message": "Objevila se neočekávaná chyba.",
"alert.unexpected.title": "Jejda!", "alert.unexpected.title": "Jejda!",
"alt_text_badge.title": "Popisek", "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.add_text_from_image": "Přidat text z obrázku",
"alt_text_modal.cancel": "Zrušit", "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_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.describe_for_people_with_visual_impairments": "Popište to pro osoby se zrakovým postižením…",
"alt_text_modal.done": "Hotovo", "alt_text_modal.done": "Hotovo",
@ -111,7 +111,7 @@
"annual_report.summary.most_used_hashtag.none": "Žádné", "annual_report.summary.most_used_hashtag.none": "Žádné",
"annual_report.summary.new_posts.new_posts": "nové příspěvky", "annual_report.summary.new_posts.new_posts": "nové příspěvky",
"annual_report.summary.percentile.text": "<topLabel>To vás umisťuje do vrcholu</topLabel><percentage></percentage><bottomLabel>{domain} uživatelů.</bottomLabel>", "annual_report.summary.percentile.text": "<topLabel>To vás umisťuje do vrcholu</topLabel><percentage></percentage><bottomLabel>{domain} uživatelů.</bottomLabel>",
"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!", "annual_report.summary.thanks": "Děkujeme, že jste součástí Mastodonu!",
"attachments_list.unprocessed": "(nezpracováno)", "attachments_list.unprocessed": "(nezpracováno)",
"audio.hide": "Skrýt zvuk", "audio.hide": "Skrýt zvuk",
@ -218,10 +218,10 @@
"confirmations.logout.confirm": "Odhlásit se", "confirmations.logout.confirm": "Odhlásit se",
"confirmations.logout.message": "Opravdu se chcete odhlásit?", "confirmations.logout.message": "Opravdu se chcete odhlásit?",
"confirmations.logout.title": "Odhlásit se?", "confirmations.logout.title": "Odhlásit se?",
"confirmations.missing_alt_text.confirm": "Přidat alt text", "confirmations.missing_alt_text.confirm": "Přidat popisek",
"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.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.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.mute.confirm": "Skrýt",
"confirmations.redraft.confirm": "Smazat a přepsat", "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.", "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.they_wont_know": "Nebude vědět, že je zablokován*a.",
"domain_block_modal.title": "Blokovat doménu?", "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_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_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.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.server": "Server",
"domain_pill.their_handle": "Handle:", "domain_pill.their_handle": "Handle:",
"domain_pill.their_server": "Jejich digitální domov, kde žijí jejich všechny příspěvky.", "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.username": "Uživatelské jméno",
"domain_pill.whats_in_a_handle": "Co obsahuje handle?", "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 <button>platforem postavených na ActivityPub</button>.", "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 <button>platforem postavených na ActivityPub</button>.",
"domain_pill.who_you_are": "Protože handle říká kdo jsi a kde jsi, mohou s tebou lidé komunikovat napříč sociálními weby <button>platforem postavených na ActivityPub</button>.", "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 <button>platforem postavených na ActivityPub</button>.",
"domain_pill.your_handle": "Tvůj handle:", "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_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.", "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.search_results": "Výsledky hledání",
"emoji_button.symbols": "Symboly", "emoji_button.symbols": "Symboly",
"emoji_button.travel": "Cestování a místa", "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_suspended": "Účet je pozastaven",
"empty_column.account_timeline": "Nejsou tu žádné příspěvky!", "empty_column.account_timeline": "Nejsou tu žádné příspěvky!",
"empty_column.account_unavailable": "Profil není dostupný", "empty_column.account_unavailable": "Profil není dostupný",
@ -574,7 +574,7 @@
"notification.mention": "Zmínka", "notification.mention": "Zmínka",
"notification.mentioned_you": "{name} vás zmínil", "notification.mentioned_you": "{name} vás zmínil",
"notification.moderation-warning.learn_more": "Zjistit více", "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_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_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é.", "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}", "subscribed_languages.target": "Změnit odebírané jazyky na {target}",
"tabs_bar.home": "Domů", "tabs_bar.home": "Domů",
"tabs_bar.notifications": "Oznámení", "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.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.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.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}}", "time_remaining.minutes": "{number, plural, one {Zbývá # minuta} few {Zbývají # minuty} many {Zbývá # minut} other {Zbývá # minut}}",

View File

@ -872,7 +872,9 @@
"subscribed_languages.target": "Skift abonnementssprog for {target}", "subscribed_languages.target": "Skift abonnementssprog for {target}",
"tabs_bar.home": "Hjem", "tabs_bar.home": "Hjem",
"tabs_bar.notifications": "Notifikationer", "tabs_bar.notifications": "Notifikationer",
"terms_of_service.effective_as_of": "Gældende pr. {date}",
"terms_of_service.title": "Tjenestevilkår", "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.days": "{number, plural, one {# dag} other {# dage}} tilbage",
"time_remaining.hours": "{number, plural, one {# time} other {# timer}} tilbage", "time_remaining.hours": "{number, plural, one {# time} other {# timer}} tilbage",
"time_remaining.minutes": "{number, plural, one {# minut} other {# minutter}} tilbage", "time_remaining.minutes": "{number, plural, one {# minut} other {# minutter}} tilbage",

View File

@ -872,7 +872,9 @@
"subscribed_languages.target": "Abonnierte Sprachen für {target} ändern", "subscribed_languages.target": "Abonnierte Sprachen für {target} ändern",
"tabs_bar.home": "Startseite", "tabs_bar.home": "Startseite",
"tabs_bar.notifications": "Benachrichtigungen", "tabs_bar.notifications": "Benachrichtigungen",
"terms_of_service.effective_as_of": "Gültig ab {date}",
"terms_of_service.title": "Nutzungsbedingungen", "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.days": "noch {number, plural, one {# Tag} other {# Tage}}",
"time_remaining.hours": "noch {number, plural, one {# Stunde} other {# Stunden}}", "time_remaining.hours": "noch {number, plural, one {# Stunde} other {# Stunden}}",
"time_remaining.minutes": "noch {number, plural, one {# Minute} other {# Minuten}}", "time_remaining.minutes": "noch {number, plural, one {# Minute} other {# Minuten}}",

View File

@ -872,7 +872,9 @@
"subscribed_languages.target": "Ŝanĝu abonitajn lingvojn por {target}", "subscribed_languages.target": "Ŝanĝu abonitajn lingvojn por {target}",
"tabs_bar.home": "Hejmo", "tabs_bar.home": "Hejmo",
"tabs_bar.notifications": "Sciigoj", "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.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.days": "{number, plural, one {# tago} other {# tagoj}} restas",
"time_remaining.hours": "{number, plural, one {# horo} other {# horoj}} restas", "time_remaining.hours": "{number, plural, one {# horo} other {# horoj}} restas",
"time_remaining.minutes": "{number, plural, one {# minuto} other {# minutoj}} restas", "time_remaining.minutes": "{number, plural, one {# minuto} other {# minutoj}} restas",

View File

@ -872,7 +872,9 @@
"subscribed_languages.target": "Cambiar idiomas suscritos para {target}", "subscribed_languages.target": "Cambiar idiomas suscritos para {target}",
"tabs_bar.home": "Principal", "tabs_bar.home": "Principal",
"tabs_bar.notifications": "Notificaciones", "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.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.days": "{number, plural,one {queda # día} other {quedan # días}}",
"time_remaining.hours": "{number, plural,one {queda # hora} other {quedan # horas}}", "time_remaining.hours": "{number, plural,one {queda # hora} other {quedan # horas}}",
"time_remaining.minutes": "{number, plural,one {queda # minuto} other {quedan # minutos}}", "time_remaining.minutes": "{number, plural,one {queda # minuto} other {quedan # minutos}}",

View File

@ -872,7 +872,9 @@
"subscribed_languages.target": "Cambiar idiomas suscritos para {target}", "subscribed_languages.target": "Cambiar idiomas suscritos para {target}",
"tabs_bar.home": "Inicio", "tabs_bar.home": "Inicio",
"tabs_bar.notifications": "Notificaciones", "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.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.days": "{number, plural, one {# día restante} other {# días restantes}}",
"time_remaining.hours": "{number, plural, one {# hora restante} other {# horas restantes}}", "time_remaining.hours": "{number, plural, one {# hora restante} other {# horas restantes}}",
"time_remaining.minutes": "{number, plural, one {# minuto restante} other {# minutos restantes}}", "time_remaining.minutes": "{number, plural, one {# minuto restante} other {# minutos restantes}}",

View File

@ -872,7 +872,9 @@
"subscribed_languages.target": "Cambiar idiomas suscritos para {target}", "subscribed_languages.target": "Cambiar idiomas suscritos para {target}",
"tabs_bar.home": "Inicio", "tabs_bar.home": "Inicio",
"tabs_bar.notifications": "Notificaciones", "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.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.days": "{number, plural, one {# día restante} other {# días restantes}}",
"time_remaining.hours": "{number, plural, one {# hora restante} other {# horas restantes}}", "time_remaining.hours": "{number, plural, one {# hora restante} other {# horas restantes}}",
"time_remaining.minutes": "{number, plural, one {# minuto restante} other {# minutos restantes}}", "time_remaining.minutes": "{number, plural, one {# minuto restante} other {# minutos restantes}}",

View File

@ -872,7 +872,9 @@
"subscribed_languages.target": "تغییر زبان‌های مشترک شده برای {target}", "subscribed_languages.target": "تغییر زبان‌های مشترک شده برای {target}",
"tabs_bar.home": "خانه", "tabs_bar.home": "خانه",
"tabs_bar.notifications": "آگاهی‌ها", "tabs_bar.notifications": "آگاهی‌ها",
"terms_of_service.effective_as_of": "اعمال شده از {date}",
"terms_of_service.title": "شرایط خدمات", "terms_of_service.title": "شرایط خدمات",
"terms_of_service.upcoming_changes_on": "تغییرات پیش رو در {date}",
"time_remaining.days": "{number, plural, one {# روز} other {# روز}} باقی مانده", "time_remaining.days": "{number, plural, one {# روز} other {# روز}} باقی مانده",
"time_remaining.hours": "{number, plural, one {# ساعت} other {# ساعت}} باقی مانده", "time_remaining.hours": "{number, plural, one {# ساعت} other {# ساعت}} باقی مانده",
"time_remaining.minutes": "{number, plural, one {# دقیقه} other {# دقیقه}} باقی مانده", "time_remaining.minutes": "{number, plural, one {# دقیقه} other {# دقیقه}} باقی مانده",

View File

@ -625,7 +625,7 @@
"notifications.column_settings.follow_request": "Uudet seurantapyynnöt:", "notifications.column_settings.follow_request": "Uudet seurantapyynnöt:",
"notifications.column_settings.group": "Ryhmitä", "notifications.column_settings.group": "Ryhmitä",
"notifications.column_settings.mention": "Maininnat:", "notifications.column_settings.mention": "Maininnat:",
"notifications.column_settings.poll": "Äänestyksen tulokset:", "notifications.column_settings.poll": "Äänestystulokset:",
"notifications.column_settings.push": "Puskuilmoitukset", "notifications.column_settings.push": "Puskuilmoitukset",
"notifications.column_settings.reblog": "Tehostukset:", "notifications.column_settings.reblog": "Tehostukset:",
"notifications.column_settings.show": "Näytä sarakkeessa", "notifications.column_settings.show": "Näytä sarakkeessa",
@ -639,7 +639,7 @@
"notifications.filter.favourites": "Suosikit", "notifications.filter.favourites": "Suosikit",
"notifications.filter.follows": "Seuraamiset", "notifications.filter.follows": "Seuraamiset",
"notifications.filter.mentions": "Maininnat", "notifications.filter.mentions": "Maininnat",
"notifications.filter.polls": "Äänestyksen tulokset", "notifications.filter.polls": "Äänestystulokset",
"notifications.filter.statuses": "Päivitykset seuraamiltasi käyttäjiltä", "notifications.filter.statuses": "Päivitykset seuraamiltasi käyttäjiltä",
"notifications.grant_permission": "Myönnä käyttöoikeus.", "notifications.grant_permission": "Myönnä käyttöoikeus.",
"notifications.group": "{count} ilmoitusta", "notifications.group": "{count} ilmoitusta",
@ -872,7 +872,9 @@
"subscribed_languages.target": "Vaihda tilattuja kieliä käyttäjältä {target}", "subscribed_languages.target": "Vaihda tilattuja kieliä käyttäjältä {target}",
"tabs_bar.home": "Koti", "tabs_bar.home": "Koti",
"tabs_bar.notifications": "Ilmoitukset", "tabs_bar.notifications": "Ilmoitukset",
"terms_of_service.effective_as_of": "Tulee voimaan {date}",
"terms_of_service.title": "Käyttöehdot", "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.days": "{number, plural, one {# päivä} other {# päivää}} jäljellä",
"time_remaining.hours": "{number, plural, one {# tunti} other {# tuntia}} jäljellä", "time_remaining.hours": "{number, plural, one {# tunti} other {# tuntia}} jäljellä",
"time_remaining.minutes": "{number, plural, one {# minuutti} other {# minuuttia}} jäljellä", "time_remaining.minutes": "{number, plural, one {# minuutti} other {# minuuttia}} jäljellä",

View File

@ -872,7 +872,9 @@
"subscribed_languages.target": "Broyt haldaramál fyri {target}", "subscribed_languages.target": "Broyt haldaramál fyri {target}",
"tabs_bar.home": "Heim", "tabs_bar.home": "Heim",
"tabs_bar.notifications": "Fráboðanir", "tabs_bar.notifications": "Fráboðanir",
"terms_of_service.effective_as_of": "Galdandi frá {date}",
"terms_of_service.title": "Tænastutreytir", "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.days": "{number, plural, one {# dagur} other {# dagar}} eftir",
"time_remaining.hours": "{number, plural, one {# tími} other {# tímar}} eftir", "time_remaining.hours": "{number, plural, one {# tími} other {# tímar}} eftir",
"time_remaining.minutes": "{number, plural, one {# minuttur} other {# minuttir}} eftir", "time_remaining.minutes": "{number, plural, one {# minuttur} other {# minuttir}} eftir",

View File

@ -872,7 +872,9 @@
"subscribed_languages.target": "Athraigh teangacha suibscríofa le haghaidh {target}", "subscribed_languages.target": "Athraigh teangacha suibscríofa le haghaidh {target}",
"tabs_bar.home": "Baile", "tabs_bar.home": "Baile",
"tabs_bar.notifications": "Fógraí", "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.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.days": "{number, plural, one {# lá} other {# lá}} fágtha",
"time_remaining.hours": "{number, plural, one {# uair} other {# uair}} 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", "time_remaining.minutes": "{number, plural, one {# nóiméad} other {# nóiméad}} fágtha",

View File

@ -872,7 +872,9 @@
"subscribed_languages.target": "Cambiar a subscrición a idiomas para {target}", "subscribed_languages.target": "Cambiar a subscrición a idiomas para {target}",
"tabs_bar.home": "Inicio", "tabs_bar.home": "Inicio",
"tabs_bar.notifications": "Notificacións", "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.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.days": "Remata en {number, plural, one {# día} other {# días}}",
"time_remaining.hours": "Remata en {number, plural, one {# hora} other {# horas}}", "time_remaining.hours": "Remata en {number, plural, one {# hora} other {# horas}}",
"time_remaining.minutes": "Remata en {number, plural, one {# minuto} other {# minutos}}", "time_remaining.minutes": "Remata en {number, plural, one {# minuto} other {# minutos}}",

View File

@ -872,7 +872,9 @@
"subscribed_languages.target": "שינוי רישום שפה עבור {target}", "subscribed_languages.target": "שינוי רישום שפה עבור {target}",
"tabs_bar.home": "פיד הבית", "tabs_bar.home": "פיד הבית",
"tabs_bar.notifications": "התראות", "tabs_bar.notifications": "התראות",
"terms_of_service.effective_as_of": "בתוקף החל מתאריך {date}",
"terms_of_service.title": "תנאי השירות", "terms_of_service.title": "תנאי השירות",
"terms_of_service.upcoming_changes_on": "שינויים עתידיים שיחולו ביום {date}",
"time_remaining.days": "נותרו {number, plural, one {# יום} other {# ימים}}", "time_remaining.days": "נותרו {number, plural, one {# יום} other {# ימים}}",
"time_remaining.hours": "נותרו {number, plural, one {# שעה} other {# שעות}}", "time_remaining.hours": "נותרו {number, plural, one {# שעה} other {# שעות}}",
"time_remaining.minutes": "נותרו {number, plural, one {# דקה} other {# דקות}}", "time_remaining.minutes": "נותרו {number, plural, one {# דקה} other {# דקות}}",

View File

@ -872,7 +872,9 @@
"subscribed_languages.target": "Feliratkozott nyelvek módosítása {target} esetében", "subscribed_languages.target": "Feliratkozott nyelvek módosítása {target} esetében",
"tabs_bar.home": "Kezdőlap", "tabs_bar.home": "Kezdőlap",
"tabs_bar.notifications": "Értesítések", "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.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.days": "{number, plural, one {# nap} other {# nap}} van hátra",
"time_remaining.hours": "{number, plural, one {# óra} other {# óra}} 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", "time_remaining.minutes": "{number, plural, one {# perc} other {# perc}} van hátra",

View File

@ -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.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.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.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.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.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.", "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.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_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.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.personalized_suggestion": "Suggestion personalisate",
"follow_suggestions.popular_suggestion": "Suggestion personalisate", "follow_suggestions.popular_suggestion": "Suggestion personalisate",
"follow_suggestions.popular_suggestion_longer": "Popular sur {domain}", "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.view_all": "Vider toto",
"follow_suggestions.who_to_follow": "Qui sequer", "follow_suggestions.who_to_follow": "Qui sequer",
"followed_tags": "Hashtags sequite", "followed_tags": "Hashtags sequite",
@ -563,8 +563,8 @@
"notification.favourite.name_and_others_with_link": "{name} e <a>{count, plural, one {# altere} other {# alteres}}</a> ha marcate tu message como favorite", "notification.favourite.name_and_others_with_link": "{name} e <a>{count, plural, one {# altere} other {# alteres}}</a> ha marcate tu message como favorite",
"notification.favourite_pm": "{name} ha marcate tu mention privte como favorite", "notification.favourite_pm": "{name} ha marcate tu mention privte como favorite",
"notification.favourite_pm.name_and_others_with_link": "{name} e <a>{count, plural, one {# altere} other {# alteres}}</a> ha marcate tu mention private como favorite", "notification.favourite_pm.name_and_others_with_link": "{name} e <a>{count, plural, one {# altere} other {# alteres}}</a> ha marcate tu mention private como favorite",
"notification.follow": "{name} te ha sequite", "notification.follow": "{name} te seque",
"notification.follow.name_and_others": "{name} e <a>{count, plural, one {# other} other {# alteres}}</a> te ha sequite", "notification.follow.name_and_others": "{name} e <a>{count, plural, one {# other} other {# alteres}}</a> te seque",
"notification.follow_request": "{name} ha requestate de sequer te", "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.follow_request.name_and_others": "{name} e {count, plural, one {# altere} other {# alteres}} ha demandate de sequer te",
"notification.label.mention": "Mention", "notification.label.mention": "Mention",
@ -657,7 +657,7 @@
"notifications.policy.filter_limited_accounts_title": "Contos moderate", "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.hint": "Create in le ultime {days, plural, one {die} other {# dies}}",
"notifications.policy.filter_new_accounts_title": "Nove contos", "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_followers_title": "Personas qui non te seque",
"notifications.policy.filter_not_following_hint": "Usque tu les approba manualmente", "notifications.policy.filter_not_following_hint": "Usque tu les approba manualmente",
"notifications.policy.filter_not_following_title": "Personas que tu non seque", "notifications.policy.filter_not_following_title": "Personas que tu non seque",

View File

@ -4,7 +4,7 @@
"about.disclaimer": "Mastodon esas libera, publikfonta e komercmarko di Mastodon gGmbH.", "about.disclaimer": "Mastodon esas libera, publikfonta e komercmarko di Mastodon gGmbH.",
"about.domain_blocks.no_reason_available": "Expliko nedisponebla", "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.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.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.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", "about.domain_blocks.suspended.title": "Restriktita",
@ -12,7 +12,7 @@
"about.powered_by": "Necentraligita sociala ret quo povigesas da {mastodon}", "about.powered_by": "Necentraligita sociala ret quo povigesas da {mastodon}",
"about.rules": "Servilreguli", "about.rules": "Servilreguli",
"account.account_note_header": "Personala noto", "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.bot": "Boto",
"account.badges.group": "Grupo", "account.badges.group": "Grupo",
"account.block": "Blokusar @{name}", "account.block": "Blokusar @{name}",
@ -24,12 +24,12 @@
"account.direct": "Private mencionez @{name}", "account.direct": "Private mencionez @{name}",
"account.disable_notifications": "Cesez avizar me kande @{name} postas", "account.disable_notifications": "Cesez avizar me kande @{name} postas",
"account.domain_blocked": "Domain hidden", "account.domain_blocked": "Domain hidden",
"account.edit_profile": "Modifikar profilo", "account.edit_profile": "Redaktar profilo",
"account.enable_notifications": "Avizez me kande @{name} postas", "account.enable_notifications": "Avizez me kande @{name} postas",
"account.endorse": "Traito di profilo", "account.endorse": "Traito di profilo",
"account.featured_tags.last_status_at": "Antea posto ye {date}", "account.featured_tags.last_status_at": "Antea posto ye {date}",
"account.featured_tags.last_status_never": "Nula posti", "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": "Sequar",
"account.follow_back": "Anke sequez", "account.follow_back": "Anke sequez",
"account.followers": "Sequanti", "account.followers": "Sequanti",
@ -45,7 +45,7 @@
"account.languages": "Chanjez abonita lingui", "account.languages": "Chanjez abonita lingui",
"account.link_verified_on": "Proprieteso di ca ligilo kontrolesis ye {date}", "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.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.mention": "Mencionar @{name}",
"account.moved_to": "{name} indikis ke lua nova konto es nune:", "account.moved_to": "{name} indikis ke lua nova konto es nune:",
"account.mute": "Celar @{name}", "account.mute": "Celar @{name}",
@ -56,7 +56,7 @@
"account.no_bio": "Deskriptajo ne provizesis.", "account.no_bio": "Deskriptajo ne provizesis.",
"account.open_original_page": "Apertez originala pagino", "account.open_original_page": "Apertez originala pagino",
"account.posts": "Mesaji", "account.posts": "Mesaji",
"account.posts_with_replies": "Posti e respondi", "account.posts_with_replies": "Afishi e respondi",
"account.report": "Denuncar @{name}", "account.report": "Denuncar @{name}",
"account.requested": "Vartante aprobo", "account.requested": "Vartante aprobo",
"account.requested_follow": "{name} demandis sequar tu", "account.requested_follow": "{name} demandis sequar tu",
@ -86,12 +86,38 @@
"alert.unexpected.message": "Neexpektita eroro eventis.", "alert.unexpected.message": "Neexpektita eroro eventis.",
"alert.unexpected.title": "Problemo!", "alert.unexpected.title": "Problemo!",
"alt_text_badge.title": "Alternativa texto", "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", "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": "<topLabel>To pozas vu sur la supro </topLabel><percentage></percentage><bottomLabel>di uzanti di {domain}.</bottomLabel>",
"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)", "attachments_list.unprocessed": "(neprocedita)",
"audio.hide": "Celez audio", "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.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_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_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_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.", "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.body": "Demandita pagino ne povas trovesar. Ka vu certe ke URL en situobuxo esar korekta?",
"bundle_column_error.routing.title": "Eroro di 404", "bundle_column_error.routing.title": "Eroro di 404",
"bundle_modal_error.close": "Klozez", "bundle_modal_error.close": "Klozez",
"bundle_modal_error.message": "Ulo nefuncionas dum chargar ca skreno.",
"bundle_modal_error.retry": "Probez itere", "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.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.", "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", "closed_registrations_modal.title": "Krear konto che Mastodon",
"column.about": "Pri co", "column.about": "Pri co",
"column.blocks": "Blokusita uzeri", "column.blocks": "Blokusita uzeri",
"column.bookmarks": "Libromarki", "column.bookmarks": "Lektosigni",
"column.community": "Lokala tempolineo", "column.community": "Lokala tempolineo",
"column.create_list": "Krear listo",
"column.direct": "Privata mencioni", "column.direct": "Privata mencioni",
"column.directory": "Videz profili", "column.directory": "Videz profili",
"column.domain_blocks": "Hidden domains", "column.domain_blocks": "Blokusita domeni",
"column.edit_list": "Redaktar listo",
"column.favourites": "Favoriziti", "column.favourites": "Favoriziti",
"column.firehose": "Nuna flui", "column.firehose": "Nuna flui",
"column.follow_requests": "Demandi di sequado", "column.follow_requests": "Demandi di sequado",
"column.home": "Hemo", "column.home": "Hemo",
"column.list_members": "Administrar listomembri",
"column.lists": "Listi", "column.lists": "Listi",
"column.mutes": "Celita uzeri", "column.mutes": "Celita uzeri",
"column.notifications": "Savigi", "column.notifications": "Savigi",
"column.pins": "Pinned toot", "column.pins": "Adpinglita afishi",
"column.public": "Federata tempolineo", "column.public": "Federata tempolineo",
"column_back_button.label": "Retro", "column_back_button.label": "Retro",
"column_header.hide_settings": "Celez ajusti", "column_header.hide_settings": "Celez ajusti",
@ -139,26 +169,28 @@
"column_header.pin": "Pinglagez", "column_header.pin": "Pinglagez",
"column_header.show_settings": "Montrez ajusti", "column_header.show_settings": "Montrez ajusti",
"column_header.unpin": "Depinglagez", "column_header.unpin": "Depinglagez",
"column_search.cancel": "Nuligar",
"column_subheading.settings": "Ajusti", "column_subheading.settings": "Ajusti",
"community.column_settings.local_only": "Lokala nur", "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", "community.column_settings.remote_only": "Fora nur",
"compose.language.change": "Chanjez linguo", "compose.language.change": "Chanjez linguo",
"compose.language.search": "Trovez linguo...", "compose.language.search": "Trovez linguo...",
"compose.published.body": "Posto publikigita.", "compose.published.body": "Posto publikigita.",
"compose.published.open": "Apertez", "compose.published.open": "Apertez",
"compose.saved.body": "Posto konservita.", "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.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": "Vua konto ne esas {locked}. Irgu povas sequar vu por vidar vua sequanto-nura posti.",
"compose_form.lock_disclaimer.lock": "klefagesas", "compose_form.lock_disclaimer.lock": "klefagesas",
"compose_form.placeholder": "Quo esas en tua spirito?", "compose_form.placeholder": "Quon vu pensas?",
"compose_form.poll.duration": "Votpostoduro", "compose_form.poll.duration": "Votinquestoduro",
"compose_form.poll.multiple": "Multopla selekteso", "compose_form.poll.multiple": "Multopla selekteso",
"compose_form.poll.option_placeholder": "Selektato {number}", "compose_form.poll.option_placeholder": "Selektato {number}",
"compose_form.poll.switch_to_multiple": "Chanjez votposto por permisar multiselektaji", "compose_form.poll.single": "Unopla selektato",
"compose_form.poll.switch_to_single": "Chanjez votposto por permisar una selektajo", "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.poll.type": "Stilo",
"compose_form.publish": "Posto", "compose_form.publish": "Posto",
"compose_form.publish_form": "Publish", "compose_form.publish_form": "Publish",
@ -175,14 +207,21 @@
"confirmations.delete_list.confirm": "Efacez", "confirmations.delete_list.confirm": "Efacez",
"confirmations.delete_list.message": "Ka vu certe volas netempale efacar ca listo?", "confirmations.delete_list.message": "Ka vu certe volas netempale efacar ca listo?",
"confirmations.delete_list.title": "Ka efacar listo?", "confirmations.delete_list.title": "Ka efacar listo?",
"confirmations.discard_edit_media.confirm": "Efacez", "confirmations.discard_edit_media.confirm": "Forigar",
"confirmations.discard_edit_media.message": "Vu havas nesparita chanji di mediodeskript o prevido, vu volas jus efacar?", "confirmations.discard_edit_media.message": "Vu havas nekonservita chanji di audvidajpriskribo o prevido, ka forigas ili irgakaze?",
"confirmations.edit.confirm": "Modifikez", "confirmations.edit.confirm": "Modifikez",
"confirmations.edit.message": "Modifikar nun remplasos la mesajo quon vu nune skribas. Ka vu certe volas procedar?", "confirmations.edit.message": "Modifikar nun remplasos la mesajo quon vu nune skribas. Ka vu certe volas procedar?",
"confirmations.edit.title": "Ka remplasar posto?", "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.confirm": "Ekirez",
"confirmations.logout.message": "Ka tu certe volas ekirar?", "confirmations.logout.message": "Ka tu certe volas ekirar?",
"confirmations.logout.title": "Ka 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.mute.confirm": "Silencigez",
"confirmations.redraft.confirm": "Efacez e riskisez", "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.", "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?", "confirmations.unfollow.title": "Ka dessequar uzanto?",
"content_warning.hide": "Celez posto", "content_warning.hide": "Celez posto",
"content_warning.show": "Montrez nur", "content_warning.show": "Montrez nur",
"content_warning.show_more": "Montrar plu",
"conversation.delete": "Efacez konverso", "conversation.delete": "Efacez konverso",
"conversation.mark_as_read": "Markizez quale lektita", "conversation.mark_as_read": "Markizez quale lektita",
"conversation.open": "Videz konverso", "conversation.open": "Videz konverso",
@ -210,6 +250,10 @@
"disabled_account_banner.text": "Vua konto {disabledAccount} es nune desaktivigita.", "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.community_timeline": "Co esas maxim recenta publika posti de personi quo havas konto quo hostigesas da {domain}.",
"dismissable_banner.dismiss": "Ignorez", "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": "Blokusez servilo",
"domain_block_modal.block_account_instead": "Blokusez @{name} vice", "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.", "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.custom": "Kustumizato",
"emoji_button.flags": "Flagi", "emoji_button.flags": "Flagi",
"emoji_button.food": "Manjajo & Drinkajo", "emoji_button.food": "Manjajo & Drinkajo",
"emoji_button.label": "Insertar emoji", "emoji_button.label": "Enpozar emocimajo",
"emoji_button.nature": "Naturo", "emoji_button.nature": "Naturo",
"emoji_button.not_found": "Nula tala parigata emojii", "emoji_button.not_found": "Nula tala parigata emojii",
"emoji_button.objects": "Kozi", "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.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.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.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.domain_blocks": "Ne havas blokusita domeni ankore.",
"empty_column.explore_statuses": "Nulo esas tendenca nun. Videz itere pose!", "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.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.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.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.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.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.list": "There is nothing in this list yet.",
"empty_column.mutes": "Vu ne silencigis irga uzanti til nun.", "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.", "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": "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.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": "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.copy_stacktrace": "Kopiez amastraso a klipplanko",
"errors.unexpected_crash.report_issue": "Reportigez problemo", "errors.unexpected_crash.report_issue": "Reportigez problemo",
"explore.suggested_follows": "Personi", "explore.suggested_follows": "Personi",
@ -281,13 +325,13 @@
"explore.trending_links": "Novaji", "explore.trending_links": "Novaji",
"explore.trending_statuses": "Posti", "explore.trending_statuses": "Posti",
"explore.trending_tags": "Hashtagi", "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.context_mismatch_title": "Kontenajneparigeso!",
"filter_modal.added.expired_explanation": "Ca filtrilgrupo expiris, vu bezonas chanjar expirtempo por apliko.", "filter_modal.added.expired_explanation": "Ca filtrilgrupo expiris, vu bezonas chanjar expirtempo por apliko.",
"filter_modal.added.expired_title": "Expirinta filtrilo!", "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": "Por kontrolar e plu ajustar ca filtrilgrupo, irez a {settings_link}.",
"filter_modal.added.review_and_configure_title": "Filtrilopcioni", "filter_modal.added.review_and_configure_title": "Filtrilpreferaji",
"filter_modal.added.settings_link": "opcionpagino", "filter_modal.added.settings_link": "preferajpagino",
"filter_modal.added.short_explanation": "Ca posto adjuntesas a ca filtrilgrupo: {title}.", "filter_modal.added.short_explanation": "Ca posto adjuntesas a ca filtrilgrupo: {title}.",
"filter_modal.added.title": "Filtrilo adjuntesas!", "filter_modal.added.title": "Filtrilo adjuntesas!",
"filter_modal.select_filter.context_mismatch": "ne relatesas kun ca informo", "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.subtitle": "Usez disponebla grupo o kreez novajo",
"filter_modal.select_filter.title": "Filtragez ca posto", "filter_modal.select_filter.title": "Filtragez ca posto",
"filter_modal.title.status": "Filtragez posto", "filter_modal.title.status": "Filtragez posto",
"filter_warning.matches_filter": "Samas kam filtrilo \"<span>{title}</span>\"",
"filtered_notifications_banner.pending_requests": "De {count, plural,=0 {nulu} one {1 persono} other {# personi}} quan vu forsan konocas", "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", "filtered_notifications_banner.title": "Filtrilita savigi",
"firehose.all": "Omno", "firehose.all": "Omno",
@ -306,7 +351,7 @@
"follow_request.reject": "Refuzar", "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_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.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.featured_longer": "Selektesis da la grupo di {domain}",
"follow_suggestions.friends_of_friends_longer": "Populara inter personi quan vu sequas", "follow_suggestions.friends_of_friends_longer": "Populara inter personi quan vu sequas",
"follow_suggestions.hints.featured": "Ca profilo selektesis da la grupo di {domain}.", "follow_suggestions.hints.featured": "Ca profilo selektesis da la grupo di {domain}.",
@ -328,13 +373,15 @@
"footer.privacy_policy": "Guidilo pri privateso", "footer.privacy_policy": "Guidilo pri privateso",
"footer.source_code": "Vidar la fontokodexo", "footer.source_code": "Vidar la fontokodexo",
"footer.status": "Stando", "footer.status": "Stando",
"footer.terms_of_service": "Serveskondicioni",
"generic.saved": "Sparesis", "generic.saved": "Sparesis",
"getting_started.heading": "Debuto", "getting_started.heading": "Debuto",
"hashtag.admin_moderation": "Desklozar administrointervizajo por #{name}",
"hashtag.column_header.tag_mode.all": "e {additional}", "hashtag.column_header.tag_mode.all": "e {additional}",
"hashtag.column_header.tag_mode.any": "o {additional}", "hashtag.column_header.tag_mode.any": "o {additional}",
"hashtag.column_header.tag_mode.none": "sen {additional}", "hashtag.column_header.tag_mode.none": "sen {additional}",
"hashtag.column_settings.select.no_options_message": "Nula sugestati", "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.all": "Omna co",
"hashtag.column_settings.tag_mode.any": "Irga co", "hashtag.column_settings.tag_mode.any": "Irga co",
"hashtag.column_settings.tag_mode.none": "Nula 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_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": "{count, plural, one {{counter} posto} other {{counter} posti}}",
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} posto} other {{counter} posti}} hodie", "hashtag.counter_by_uses_today": "{count, plural, one {{counter} posto} other {{counter} posti}} hodie",
"hashtag.follow": "Sequez hashtago", "hashtag.follow": "Sequar gretvorto",
"hashtag.unfollow": "Desequez hashtago", "hashtag.unfollow": "Dessequar gretvorto",
"hashtags.and_other": "…e {count, plural, one {# plusa}other {# plusa}}", "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.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.", "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_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.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?", "ignore_notifications_modal.private_mentions_title": "Ka ignorar savigi de nekonocita privata mencionii?",
"info_button.label": "Helpo",
"info_button.what_is_alt_text": "<h1>Quo alternativa texto es?</h1> <p>On povas bonigar adireblo e kompreno por omno per skribar klara, deslonga e fakta alternative texto.</p>",
"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_another_server": "Che diferanta servilo",
"interaction_modal.on_this_server": "Che ca servilo", "interaction_modal.on_this_server": "Che ca servilo",
"interaction_modal.title.favourite": "Favorizez ca posto da {name}", "interaction_modal.title.favourite": "Favorizez ca posto da {name}",
"interaction_modal.title.follow": "Sequez {name}", "interaction_modal.title.follow": "Sequez {name}",
"interaction_modal.title.reblog": "Repetez posto di {name}", "interaction_modal.title.reblog": "Repetez posto di {name}",
"interaction_modal.title.reply": "Respondez 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.days": "{number, plural, one {# dio} other {# dii}}",
"intervals.full.hours": "{number, plural, one {# horo} other {# hori}}", "intervals.full.hours": "{number, plural, one {# horo} other {# hori}}",
"intervals.full.minutes": "{number, plural, one {# minuto} other {# minuti}}", "intervals.full.minutes": "{number, plural, one {# minuto} other {# minuti}}",
@ -401,8 +459,8 @@
"keyboard_shortcuts.muted": "to open muted users list", "keyboard_shortcuts.muted": "to open muted users list",
"keyboard_shortcuts.my_profile": "to open your profile", "keyboard_shortcuts.my_profile": "to open your profile",
"keyboard_shortcuts.notifications": "to open notifications column", "keyboard_shortcuts.notifications": "to open notifications column",
"keyboard_shortcuts.open_media": "to open media", "keyboard_shortcuts.open_media": "Desklozar audvidaji",
"keyboard_shortcuts.pinned": "to open pinned toots list", "keyboard_shortcuts.pinned": "Desklozar listo di adpinglita afishi",
"keyboard_shortcuts.profile": "to open author's profile", "keyboard_shortcuts.profile": "to open author's profile",
"keyboard_shortcuts.reply": "to reply", "keyboard_shortcuts.reply": "to reply",
"keyboard_shortcuts.requests": "to open follow requests list", "keyboard_shortcuts.requests": "to open follow requests list",
@ -410,8 +468,9 @@
"keyboard_shortcuts.spoilers": "to show/hide CW field", "keyboard_shortcuts.spoilers": "to show/hide CW field",
"keyboard_shortcuts.start": "to open \"get started\" column", "keyboard_shortcuts.start": "to open \"get started\" column",
"keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW", "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.toot": "to start a brand new toot",
"keyboard_shortcuts.translate": "por tradukar mesajo",
"keyboard_shortcuts.unfocus": "to un-focus compose textarea/search", "keyboard_shortcuts.unfocus": "to un-focus compose textarea/search",
"keyboard_shortcuts.up": "to move up in the list", "keyboard_shortcuts.up": "to move up in the list",
"lightbox.close": "Klozar", "lightbox.close": "Klozar",
@ -424,14 +483,35 @@
"link_preview.author": "Da {name}", "link_preview.author": "Da {name}",
"link_preview.more_from_author": "Plua de {name}", "link_preview.more_from_author": "Plua de {name}",
"link_preview.shares": "{count, plural,one {{counter} posto} other {{counter} posti}}", "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.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.followed": "Irga sequita uzanto",
"lists.replies_policy.list": "Membro di listo", "lists.replies_policy.list": "Membro di listo",
"lists.replies_policy.none": "Nulu", "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}}", "load_pending": "{count, plural, one {# nova kozo} other {# nova kozi}}",
"loading_indicator.label": "Kargante…", "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}.", "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_from_notifications": "Celez de savigi",
"mute_modal.hide_options": "Celez preferaji", "mute_modal.hide_options": "Celez preferaji",
@ -446,12 +526,12 @@
"navigation_bar.administration": "Administro", "navigation_bar.administration": "Administro",
"navigation_bar.advanced_interface": "Apertez per retintervizajo", "navigation_bar.advanced_interface": "Apertez per retintervizajo",
"navigation_bar.blocks": "Blokusita uzeri", "navigation_bar.blocks": "Blokusita uzeri",
"navigation_bar.bookmarks": "Libromarki", "navigation_bar.bookmarks": "Lektosigni",
"navigation_bar.community_timeline": "Lokala tempolineo", "navigation_bar.community_timeline": "Lokala tempolineo",
"navigation_bar.compose": "Compose new toot", "navigation_bar.compose": "Compose new toot",
"navigation_bar.direct": "Privata mencioni", "navigation_bar.direct": "Privata mencioni",
"navigation_bar.discover": "Deskovrez", "navigation_bar.discover": "Deskovrez",
"navigation_bar.domain_blocks": "Hidden domains", "navigation_bar.domain_blocks": "Blokusita domeni",
"navigation_bar.explore": "Explorez", "navigation_bar.explore": "Explorez",
"navigation_bar.favourites": "Favoriziti", "navigation_bar.favourites": "Favoriziti",
"navigation_bar.filters": "Silencigita vorti", "navigation_bar.filters": "Silencigita vorti",
@ -464,7 +544,7 @@
"navigation_bar.mutes": "Celita uzeri", "navigation_bar.mutes": "Celita uzeri",
"navigation_bar.opened_in_classic_interface": "Posti, konti e altra pagini specifika apertesas en la retovidilo klasika.", "navigation_bar.opened_in_classic_interface": "Posti, konti e altra pagini specifika apertesas en la retovidilo klasika.",
"navigation_bar.personal": "Personala", "navigation_bar.personal": "Personala",
"navigation_bar.pins": "Pinned toots", "navigation_bar.pins": "Adpinglita afishi",
"navigation_bar.preferences": "Preferi", "navigation_bar.preferences": "Preferi",
"navigation_bar.public_timeline": "Federata tempolineo", "navigation_bar.public_timeline": "Federata tempolineo",
"navigation_bar.search": "Serchez", "navigation_bar.search": "Serchez",
@ -477,9 +557,14 @@
"notification.admin.report_statuses_other": "{name} raportis {target}", "notification.admin.report_statuses_other": "{name} raportis {target}",
"notification.admin.sign_up": "{name} registresis", "notification.admin.sign_up": "{name} registresis",
"notification.admin.sign_up.name_and_others": "{name} e {count, plural,one {# altru} other {#altri}} enrejistris", "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} favorizis tua mesajo",
"notification.favourite.name_and_others_with_link": "{name} e <a>{count, plural,one {# altru} other {# altri}}</a> favorizis vua posto", "notification.favourite.name_and_others_with_link": "{name} e <a>{count, plural,one {# altru} other {# altri}}</a> stelumis vua afisho",
"notification.favourite_pm": "{name} prizis vua privata menciono",
"notification.favourite_pm.name_and_others_with_link": "{name} e <a>{count, plural,one {# altro} other {# altri}}</a> prizis vua privata menciono",
"notification.follow": "{name} sequeskis tu", "notification.follow": "{name} sequeskis tu",
"notification.follow.name_and_others": "{name} e <a>{count, plural,one {# altro} other {# altri}}</a> sequis vu",
"notification.follow_request": "{name} demandas sequar 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.follow_request.name_and_others": "{name} e {count, plural,one {# altru} other {# altri}} volas sequar vu",
"notification.label.mention": "Mencionez", "notification.label.mention": "Mencionez",
@ -487,37 +572,38 @@
"notification.label.private_reply": "Privata respondo", "notification.label.private_reply": "Privata respondo",
"notification.label.reply": "Respondez", "notification.label.reply": "Respondez",
"notification.mention": "Mencionez", "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": "Vu recevis jeraverto",
"notification.moderation_warning.action_delete_statuses": "Kelka vua posti efacesis.", "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_mark_statuses_as_sensitive": "Kelka vua posti markizesis quale sentoza.",
"notification.moderation_warning.action_none": "Vua konto recevis jeraverto.", "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_sensitive": "Vua posti markizesos quale sentoza pos nun.",
"notification.moderation_warning.action_silence": "Vua konto limitizesis.", "notification.moderation_warning.action_silence": "Vua konto limitizesis.",
"notification.moderation_warning.action_suspend": "Vua konto restriktesis.", "notification.moderation_warning.action_suspend": "Vua konto restriktesis.",
"notification.own_poll": "Vua votposto finigis", "notification.own_poll": "Vua votinquesto fineskis",
"notification.poll": "Votposto quan vu partoprenis finis", "notification.poll": "Votinquesto ube vu votis fineskis",
"notification.reblog": "{name} repetis tua mesajo", "notification.reblog": "{name} repetis tua mesajo",
"notification.reblog.name_and_others_with_link": "{name} e <a>{count, plural,one {# altru} other {#altri}}</a> repetis vua posto", "notification.reblog.name_and_others_with_link": "{name} e <a>{count, plural,one {# altru} other {#altri}}</a> repetis vua posto",
"notification.relationships_severance_event": "Desganis konekteso kun {name}", "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.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.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.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.status": "{name} nove postigis",
"notification.update": "{name} modifikis posto", "notification.update": "{name} redaktis afisho",
"notification_requests.accept": "Aceptez", "notification_requests.accept": "Aceptez",
"notification_requests.accept_multiple": "{count, plural, one {Aceptar # demando…} other {Aceptar # demandi…}}", "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.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.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_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.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.confirm_dismiss_multiple.title": "Ka ignorar savigdemandi?",
"notification_requests.dismiss": "Ignorez", "notification_requests.dismiss": "Ignorez",
"notification_requests.dismiss_multiple": "{count, plural,one {Ignorez # demando…} other {Ignorez # demandi…}}", "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.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_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.", "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.filter_bar.category": "Rapidfiltrilbaro",
"notifications.column_settings.follow": "Nova sequanti:", "notifications.column_settings.follow": "Nova sequanti:",
"notifications.column_settings.follow_request": "Nova sequodemandi:", "notifications.column_settings.follow_request": "Nova sequodemandi:",
"notifications.column_settings.group": "Grupo",
"notifications.column_settings.mention": "Mencioni:", "notifications.column_settings.mention": "Mencioni:",
"notifications.column_settings.poll": "Votpostorezulti:", "notifications.column_settings.poll": "Votinquestorezulti:",
"notifications.column_settings.push": "Pulsavizi", "notifications.column_settings.push": "Pulsavizi",
"notifications.column_settings.reblog": "Repeti:", "notifications.column_settings.reblog": "Repeti:",
"notifications.column_settings.show": "Montrar en kolumno", "notifications.column_settings.show": "Montrar en kolumno",
@ -546,19 +633,19 @@
"notifications.column_settings.status": "New toots:", "notifications.column_settings.status": "New toots:",
"notifications.column_settings.unread_notifications.category": "Nelektita avizi", "notifications.column_settings.unread_notifications.category": "Nelektita avizi",
"notifications.column_settings.unread_notifications.highlight": "Briligez 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.all": "Omna",
"notifications.filter.boosts": "Repeti", "notifications.filter.boosts": "Repeti",
"notifications.filter.favourites": "Favoriziti", "notifications.filter.favourites": "Favoriziti",
"notifications.filter.follows": "Sequati", "notifications.filter.follows": "Sequati",
"notifications.filter.mentions": "Mencioni", "notifications.filter.mentions": "Mencioni",
"notifications.filter.polls": "Votpostorezulti", "notifications.filter.polls": "Votinquestorezulti",
"notifications.filter.statuses": "Novaji de personi quon vu sequas", "notifications.filter.statuses": "Novaji de personi quon vu sequas",
"notifications.grant_permission": "Donez permiso.", "notifications.grant_permission": "Donez permiso.",
"notifications.group": "{count} avizi", "notifications.group": "{count} avizi",
"notifications.mark_as_read": "Markizez singla avizi quale lektita", "notifications.mark_as_read": "Markizez singla avizi quale lektita",
"notifications.permission_denied": "Desktopavizi esas nedisplonebla pro antea refuzita vidilpermisdemando", "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.permission_required": "Desktopavizi esas nedisplonebla pro ke bezonata permiso ne donesis.",
"notifications.policy.accept": "Aceptez", "notifications.policy.accept": "Aceptez",
"notifications.policy.accept_hint": "Montrez en savigi", "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_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.filter_private_mentions_title": "Nekonocita privata mencioni",
"notifications.policy.title": "Regular savigi de…", "notifications.policy.title": "Regular savigi de…",
"notifications_permission_banner.enable": "Aktivigez desktopavizi", "notifications_permission_banner.enable": "Ebligar komputilsavigi",
"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.how_to_control": "Por ganar savigi kande Mastodon ne es desklozita, ebligez komputilsavigi.",
"notifications_permission_banner.title": "Irga kozo ne pasas vu", "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.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": "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.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", "onboarding.profile.display_name": "Publika nomo",
@ -595,28 +686,31 @@
"password_confirmation.mismatching": "La konfirmo dil pasvorto ne egalesas", "password_confirmation.mismatching": "La konfirmo dil pasvorto ne egalesas",
"picture_in_picture.restore": "Retropozez", "picture_in_picture.restore": "Retropozez",
"poll.closed": "Klozita", "poll.closed": "Klozita",
"poll.refresh": "Rifreshez", "poll.refresh": "Rifreshar",
"poll.reveal": "Vidar rezultaji", "poll.reveal": "Vidar rezultaji",
"poll.total_people": "{count, plural, one {# persono} other {# personi}}", "poll.total_people": "{count, plural, one {# persono} other {# personi}}",
"poll.total_votes": "{count, plural, one {# voto} other {# voti}}", "poll.total_votes": "{count, plural, one {# voto} other {# voti}}",
"poll.vote": "Votez", "poll.vote": "Votar",
"poll.voted": "Vu ja votis ca respondo", "poll.voted": "Vu ja votis ca respondo",
"poll.votes": "{votes, plural, one {# voto} other {# voti}}", "poll.votes": "{votes, plural, one {# voto} other {# voti}}",
"poll_button.add_poll": "Insertez votposto", "poll_button.add_poll": "Adjuntar votinquesto",
"poll_button.remove_poll": "Efacez votposto", "poll_button.remove_poll": "Forigar votinquesto",
"privacy.change": "Aranjar privateso di mesaji", "privacy.change": "Aranjar privateso di mesaji",
"privacy.direct.long": "Omnu quan mencionesis en la posto", "privacy.direct.long": "Omnu quan mencionesis en la posto",
"privacy.direct.short": "Privata menciono",
"privacy.private.long": "Nur vua sequanti", "privacy.private.long": "Nur vua sequanti",
"privacy.private.short": "Sequanti", "privacy.private.short": "Sequanti",
"privacy.public.long": "Ulu de e ne de Mastodon", "privacy.public.long": "Ulu de e ne de Mastodon",
"privacy.public.short": "Publike", "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.long": "Min multa algoritmoridikuli",
"privacy.unlisted.short": "Deslauta publiko", "privacy.unlisted.short": "Deslauta publiko",
"privacy_policy.last_updated": "Antea novajo ye {date}", "privacy_policy.last_updated": "Antea novajo ye {date}",
"privacy_policy.title": "Privatesguidilo", "privacy_policy.title": "Privatesguidilo",
"recommended": "Rekomendata", "recommended": "Rekomendata",
"refresh": "Rifreshez", "refresh": "Rifreshez",
"regeneration_indicator.please_stand_by": "Vartez.",
"regeneration_indicator.preparing_your_home_feed": "Preparas vua hemfluo…",
"relative_time.days": "{number}d", "relative_time.days": "{number}d",
"relative_time.full.days": "{number, plural, one {# dio} other {# dii}} ante nun", "relative_time.full.days": "{number, plural, one {# dio} other {# dii}} ante nun",
"relative_time.full.hours": "{number, plural, one {# horo} other {# hori}} 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.minutes": "{number}m",
"relative_time.seconds": "{number}s", "relative_time.seconds": "{number}s",
"relative_time.today": "hodie", "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.cancel": "Nihiligar",
"reply_indicator.poll": "Votposto", "reply_indicator.poll": "Votinquesto",
"report.block": "Restriktez", "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.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", "report.categories.legal": "Legala",
@ -665,13 +759,13 @@
"report.statuses.title": "Ka existas irga posti quo suportas ca raporto?", "report.statuses.title": "Ka existas irga posti quo suportas ca raporto?",
"report.submit": "Sendar", "report.submit": "Sendar",
"report.target": "Denuncante", "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.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": "Ka vu ne volas vidar co?",
"report.thanks.title_actionable": "Danko por raportizar, ni kontrolos co.", "report.thanks.title_actionable": "Danko por raportizar, ni kontrolos co.",
"report.unfollow": "Desequez @{name}", "report.unfollow": "Desequez @{name}",
"report.unfollow_explanation": "Vu sequas ca konto. Por ne vidar olia posti en vua hemniuzeto pluse, desequez oli.", "report.unfollow_explanation": "Vu sequas ca konto.",
"report_notification.attached_statuses": "{count, plural,one {{count} posti} other {{count} posti}} adjuntesas", "report_notification.attached_statuses": "{count, plural,one {{count} posti} other {{count} posti}} addonita",
"report_notification.categories.legal": "Legala", "report_notification.categories.legal": "Legala",
"report_notification.categories.legal_sentence": "deslegala kontenajo", "report_notification.categories.legal_sentence": "deslegala kontenajo",
"report_notification.categories.other": "Altra", "report_notification.categories.other": "Altra",
@ -699,9 +793,12 @@
"search_popout.user": "uzanto", "search_popout.user": "uzanto",
"search_results.accounts": "Profili", "search_results.accounts": "Profili",
"search_results.all": "Omna", "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.see_all": "Videz omni",
"search_results.statuses": "Posti", "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.about_active_users": "Personi quo uzas ca servilo dum antea 30 dii (monate aktiva uzanti)",
"server_banner.active_users": "aktiva uzanti", "server_banner.active_users": "aktiva uzanti",
"server_banner.administered_by": "Administresis da:", "server_banner.administered_by": "Administresis da:",
@ -716,7 +813,7 @@
"status.admin_domain": "Apertez jerintervizajo por {domain}", "status.admin_domain": "Apertez jerintervizajo por {domain}",
"status.admin_status": "Open this status in the moderation interface", "status.admin_status": "Open this status in the moderation interface",
"status.block": "Restriktez @{name}", "status.block": "Restriktez @{name}",
"status.bookmark": "Libromarko", "status.bookmark": "Lektosigno",
"status.cancel_reblog_private": "Desrepetez", "status.cancel_reblog_private": "Desrepetez",
"status.cannot_reblog": "Ca posto ne povas repetesar", "status.cannot_reblog": "Ca posto ne povas repetesar",
"status.continued_thread": "Durigita postaro", "status.continued_thread": "Durigita postaro",
@ -725,34 +822,35 @@
"status.detailed_status": "Detala konversvido", "status.detailed_status": "Detala konversvido",
"status.direct": "Private mencionez @{name}", "status.direct": "Private mencionez @{name}",
"status.direct_indicator": "Privata menciono", "status.direct_indicator": "Privata menciono",
"status.edit": "Modifikez", "status.edit": "Redaktar",
"status.edited": "Recente modifikesis ye {date}", "status.edited": "Lastatempe redaktesar ye {date}",
"status.edited_x_times": "Modifikesis {count, plural, one {{count} foyo} other {{count} foyi}}", "status.edited_x_times": "Redaktesis ye {count, plural, one {{count} foyo} other {{count} foyi}}",
"status.embed": "Ganez adherkodexo", "status.embed": "Ganez adherkodexo",
"status.favourite": "Favorizar", "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.filter": "Filtragez ca posto",
"status.history.created": "{name} kreis ye {date}", "status.history.created": "{name} kreis ye {date}",
"status.history.edited": "{name} modifikis ye {date}", "status.history.edited": "{name} redaktis ye {date}",
"status.load_more": "Kargar pluse", "status.load_more": "Kargar plu",
"status.media.open": "Klikez por apertar", "status.media.open": "Klikez por apertar",
"status.media.show": "Klikez por montrar", "status.media.show": "Klikez por montrar",
"status.media_hidden": "Kontenajo celita", "status.media_hidden": "Audvidaji es celita",
"status.mention": "Mencionar @{name}", "status.mention": "Mencionar @{name}",
"status.more": "Pluse", "status.more": "Plu",
"status.mute": "Silencigez @{name}", "status.mute": "Silencigez @{name}",
"status.mute_conversation": "Silencigez konverso", "status.mute_conversation": "Silencigez konverso",
"status.open": "Detaligar ca mesajo", "status.open": "Detaligar ca mesajo",
"status.pin": "Pinglagez che profilo", "status.pin": "Pinglagez che profilo",
"status.pinned": "Pinned toot", "status.pinned": "Adpinglita afisho",
"status.read_more": "Lektez pluse", "status.read_more": "Lektez plu",
"status.reblog": "Repetez", "status.reblog": "Repetez",
"status.reblog_private": "Repetez kun originala videbleso", "status.reblog_private": "Repetez kun originala videbleso",
"status.reblogged_by": "{name} repetis", "status.reblogged_by": "{name} repetis",
"status.reblogs": "{count, plural, one {repeto} other {repeti}}", "status.reblogs": "{count, plural, one {repeto} other {repeti}}",
"status.reblogs.empty": "Nulu ja repetis ca posto. Kande ulu facas lo, lu montresos hike.", "status.reblogs.empty": "Nulu ja repetis ca posto. Kande ulu facas lo, lu montresos hike.",
"status.redraft": "Efacez e riskisigez", "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_in_thread": "Respondesis en postaro",
"status.replied_to": "Respondis a {name}", "status.replied_to": "Respondis a {name}",
"status.reply": "Respondar", "status.reply": "Respondar",
@ -761,9 +859,9 @@
"status.sensitive_warning": "Trubliva kontenajo", "status.sensitive_warning": "Trubliva kontenajo",
"status.share": "Partigez", "status.share": "Partigez",
"status.show_less_all": "Montrez min por omno", "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.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.translate": "Tradukez",
"status.translated_from_with": "Tradukita de {lang} per {provider}", "status.translated_from_with": "Tradukita de {lang} per {provider}",
"status.uncached_media_warning": "Previdajo nedisponebla", "status.uncached_media_warning": "Previdajo nedisponebla",
@ -774,32 +872,33 @@
"subscribed_languages.target": "Chanjez abonita lingui por {target}", "subscribed_languages.target": "Chanjez abonita lingui por {target}",
"tabs_bar.home": "Hemo", "tabs_bar.home": "Hemo",
"tabs_bar.notifications": "Savigi", "tabs_bar.notifications": "Savigi",
"terms_of_service.title": "Servtermini",
"time_remaining.days": "{number, plural, one {# dio} other {# dii}} restas", "time_remaining.days": "{number, plural, one {# dio} other {# dii}} restas",
"time_remaining.hours": "{number, plural, one {# horo} other {# hori}} restas", "time_remaining.hours": "{number, plural, one {# horo} other {# hori}} restas",
"time_remaining.minutes": "{number, plural, one {# minuto} other {# minuti}} restas", "time_remaining.minutes": "{number, plural, one {# minuto} other {# minuti}} restas",
"time_remaining.moments": "Poka sekundi restas", "time_remaining.moments": "Poka sekundi restas",
"time_remaining.seconds": "{number, plural, one {# sekundo} other {# 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.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.", "ui.beforeunload": "Vua skisato perdesos se vu ekiras Mastodon.",
"units.short.billion": "{count}G", "units.short.billion": "{count}G",
"units.short.million": "{count}M", "units.short.million": "{count}M",
"units.short.thousand": "{count}K", "units.short.thousand": "{count}K",
"upload_area.title": "Tranar faligar por kargar", "upload_area.title": "Tenar e destenar por adkargar",
"upload_button.label": "Adjuntar kontenajo", "upload_button.label": "Adjuntar imaji, video o sondosiero",
"upload_error.limit": "Failadcharglimito ecesesis.", "upload_error.limit": "Dosieradkarglimito ecesesis.",
"upload_error.poll": "Failadchargo ne permisesas kun votposti.", "upload_error.poll": "Dosieradkargo ne permisesas kun votinquesti.",
"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.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 anulesis. Mediatachajo {item} destenesis.", "upload_form.drag_and_drop.on_drag_cancel": "Tiro nuligesis.",
"upload_form.drag_and_drop.on_drag_end": "Mediatachajo {item} destenesis.", "upload_form.drag_and_drop.on_drag_end": "Audvidajaddonajo {item} destenesis.",
"upload_form.drag_and_drop.on_drag_over": "Mediatachajo {item} movigesis.", "upload_form.drag_and_drop.on_drag_over": "Audvidajaddonajo {item} movigesis.",
"upload_form.drag_and_drop.on_drag_start": "Tenis mediatachajo {item}.", "upload_form.drag_and_drop.on_drag_start": "Tenis audvidajaddonajo {item}.",
"upload_form.edit": "Modifikez", "upload_form.edit": "Redaktar",
"upload_progress.label": "Kargante...", "upload_progress.label": "Adkargas...",
"upload_progress.processing": "Traktante…", "upload_progress.processing": "Traktante…",
"username.taken": "Ta uzantnomo ja es posedita. Provez altro", "username.taken": "Ta uzantnomo ja es posedita. Provez altro",
"video.close": "Klozez video", "video.close": "Klozez video",
"video.download": "Deschargez failo", "video.download": "Deschargar dosiero",
"video.exit_fullscreen": "Ekirez plena skreno", "video.exit_fullscreen": "Ekirez plena skreno",
"video.expand": "Expansez video", "video.expand": "Expansez video",
"video.fullscreen": "Plena skreno", "video.fullscreen": "Plena skreno",

View File

@ -872,7 +872,9 @@
"subscribed_languages.target": "Breyta tungumálum í áskrift fyrir {target}", "subscribed_languages.target": "Breyta tungumálum í áskrift fyrir {target}",
"tabs_bar.home": "Heim", "tabs_bar.home": "Heim",
"tabs_bar.notifications": "Tilkynningar", "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.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.days": "{number, plural, one {# dagur} other {# dagar}} eftir",
"time_remaining.hours": "{number, plural, one {# klukkustund} other {# klukkustundir}} 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", "time_remaining.minutes": "{number, plural, one {# mínúta} other {# mínútur}} eftir",

View File

@ -872,7 +872,9 @@
"subscribed_languages.target": "Modifica le lingue in cui sei iscritto per {target}", "subscribed_languages.target": "Modifica le lingue in cui sei iscritto per {target}",
"tabs_bar.home": "Home", "tabs_bar.home": "Home",
"tabs_bar.notifications": "Notifiche", "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.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.days": "{number, plural, one {# giorno} other {# giorni}} left",
"time_remaining.hours": "{number, plural, one {# ora} other {# ore}} left", "time_remaining.hours": "{number, plural, one {# ora} other {# ore}} left",
"time_remaining.minutes": "{number, plural, one {# minuto} other {# minuti}} left", "time_remaining.minutes": "{number, plural, one {# minuto} other {# minuti}} left",

View File

@ -219,7 +219,7 @@
"confirmations.logout.message": "本当にログアウトしますか?", "confirmations.logout.message": "本当にログアウトしますか?",
"confirmations.logout.title": "ログアウトしようとしています", "confirmations.logout.title": "ログアウトしようとしています",
"confirmations.missing_alt_text.confirm": "代替テキストを追加", "confirmations.missing_alt_text.confirm": "代替テキストを追加",
"confirmations.missing_alt_text.message": "あなたの投稿には大体テキストのないメディアが含まれています。説明文を追加することで、より多くの人がコンテンツにアクセスできるようになります。", "confirmations.missing_alt_text.message": "あなたの投稿には代替テキストのないメディアが含まれています。説明文を追加することで、より多くの人がコンテンツにアクセスできるようになります。",
"confirmations.missing_alt_text.secondary": "そのまま投稿する", "confirmations.missing_alt_text.secondary": "そのまま投稿する",
"confirmations.missing_alt_text.title": "代替テキストを追加しますか?", "confirmations.missing_alt_text.title": "代替テキストを追加しますか?",
"confirmations.mute.confirm": "ミュート", "confirmations.mute.confirm": "ミュート",

View File

@ -872,6 +872,7 @@
"subscribed_languages.target": "{target}에 대한 구독 언어 변경", "subscribed_languages.target": "{target}에 대한 구독 언어 변경",
"tabs_bar.home": "홈", "tabs_bar.home": "홈",
"tabs_bar.notifications": "알림", "tabs_bar.notifications": "알림",
"terms_of_service.effective_as_of": "{date}부터 적용됨",
"terms_of_service.title": "이용 약관", "terms_of_service.title": "이용 약관",
"time_remaining.days": "{number} 일 남음", "time_remaining.days": "{number} 일 남음",
"time_remaining.hours": "{number} 시간 남음", "time_remaining.hours": "{number} 시간 남음",

View File

@ -857,7 +857,9 @@
"subscribed_languages.target": "Keisti prenumeruojamas kalbas {target}", "subscribed_languages.target": "Keisti prenumeruojamas kalbas {target}",
"tabs_bar.home": "Pagrindinis", "tabs_bar.home": "Pagrindinis",
"tabs_bar.notifications": "Pranešimai", "tabs_bar.notifications": "Pranešimai",
"terms_of_service.effective_as_of": "Įsigaliojo nuo {date}.",
"terms_of_service.title": "Paslaugų sąlygos", "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.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.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ų}}", "time_remaining.minutes": "liko {number, plural, one {# minutė} few {# minutės} many {# minutės} other {# minučių}}",

View File

@ -3,7 +3,7 @@
"about.contact": "Kontakts:", "about.contact": "Kontakts:",
"about.disclaimer": "Mastodon ir bezmaksas atklātā pirmkoda programmatūra un Mastodon gGmbH preču zīme.", "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.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.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.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.", "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ē", "copy_icon_button.copied": "Ievietots starpliktuvē",
"copypaste.copied": "Nokopēts", "copypaste.copied": "Nokopēts",
"copypaste.copy_to_clipboard": "Kopēt uz starpliktuvi", "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.local": "Tikai no {domain}",
"directory.new_arrivals": "Jaunpienācēji", "directory.new_arrivals": "Jaunpienācēji",
"directory.recently_active": "Nesen aktīvi", "directory.recently_active": "Nesen aktīvi",
@ -335,8 +335,10 @@
"footer.privacy_policy": "Privātuma politika", "footer.privacy_policy": "Privātuma politika",
"footer.source_code": "Skatīt pirmkodu", "footer.source_code": "Skatīt pirmkodu",
"footer.status": "Statuss", "footer.status": "Statuss",
"footer.terms_of_service": "Pakalpojuma noteikumi",
"generic.saved": "Saglabāts", "generic.saved": "Saglabāts",
"getting_started.heading": "Darba sākšana", "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.all": "un {additional}",
"hashtag.column_header.tag_mode.any": "vai {additional}", "hashtag.column_header.tag_mode.any": "vai {additional}",
"hashtag.column_header.tag_mode.none": "bez {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_hint": "Līdz tos pašrocīgi apstiprināsi",
"notifications.policy.filter_not_following_title": "Cilvēki, kuriem Tu neseko", "notifications.policy.filter_not_following_title": "Cilvēki, kuriem Tu neseko",
"notifications_permission_banner.enable": "Iespējot darbvirsmas paziņojumus", "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", "notifications_permission_banner.title": "Nekad nepalaid neko garām",
"onboarding.follows.back": "Atpakaļ", "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.", "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.mute_conversation": "Apklusināt sarunu",
"status.open": "Paplašināt šo ziņu", "status.open": "Paplašināt šo ziņu",
"status.pin": "Piespraust profilam", "status.pin": "Piespraust profilam",
"status.pinned": "Piespraustais ieraksts", "status.pinned": "Piesprausts ieraksts",
"status.read_more": "Lasīt vairāk", "status.read_more": "Lasīt vairāk",
"status.reblog": "Pastiprināt", "status.reblog": "Pastiprināt",
"status.reblog_private": "Pastiprināt, nemainot redzamību", "status.reblog_private": "Pastiprināt, nemainot redzamību",

View File

@ -268,12 +268,15 @@
"domain_pill.server": "服侍器", "domain_pill.server": "服侍器",
"domain_pill.their_handle": "In ê口座:", "domain_pill.their_handle": "In ê口座:",
"domain_pill.their_server": "In數位ê tauin所有ê PO文lóng tī tsia。", "domain_pill.their_server": "In數位ê tauin所有ê 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.username": "用者ê名",
"domain_pill.whats_in_a_handle": "口座是siánn-mih", "domain_pill.whats_in_a_handle": "口座是siánn-mih",
"domain_pill.who_they_are": "因為口座(handle)表示tsit ê lâng是siáng kap tī tohlí ē當佇<button>支援ActivityPub ê平臺</button>. ê社交網路kap lâng交流。", "domain_pill.who_they_are": "因為口座(handle)表示tsit ê lâng是siáng kap tī tohlí ē當佇<button>支援ActivityPub ê平臺</button>. ê社交網路kap lâng交流。",
"domain_pill.who_you_are": "因為口座(handle)表示lí是siáng kap tī tohlâng ē當佇<button>支援ActivityPub ê平臺</button>. ê社交網路kap lí交流。", "domain_pill.who_you_are": "因為口座(handle)表示lí是siáng kap tī tohlâng ē當佇<button>支援ActivityPub ê平臺</button>. ê社交網路kap lí交流。",
"domain_pill.your_handle": "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", "embed.preview": "伊e án-ne顯示\n",
"emoji_button.activity": "活動", "emoji_button.activity": "活動",
"emoji_button.clear": "清掉", "emoji_button.clear": "清掉",
@ -294,11 +297,28 @@
"empty_column.account_suspended": "口座已經受停止", "empty_column.account_suspended": "口座已經受停止",
"empty_column.account_timeline": "Tsia無PO文", "empty_column.account_timeline": "Tsia無PO文",
"empty_column.account_unavailable": "個人資料bē當看", "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.copy_stacktrace": "Khóo-pih stacktrace kàu剪貼pang-á",
"errors.unexpected_crash.report_issue": "報告問題", "errors.unexpected_crash.report_issue": "報告問題",
"explore.suggested_follows": "用者", "explore.suggested_follows": "用者",
"explore.title": "探索", "explore.title": "探索",
"explore.trending_links": "新聞", "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 ê過濾器類別過期ahlí需要改到期ê日期來繼續用。",
"filter_modal.added.expired_title": "過期ê過濾器", "filter_modal.added.expired_title": "過期ê過濾器",
"filter_modal.added.review_and_configure": "Beh審視kap進前設定tsit ê過濾器ê類別請kàu {settings_link}。", "filter_modal.added.review_and_configure": "Beh審視kap進前設定tsit ê過濾器ê類別請kàu {settings_link}。",
"filter_modal.added.review_and_configure_title": "過濾器ê設定", "filter_modal.added.review_and_configure_title": "過濾器ê設定",
@ -358,6 +378,18 @@
"hashtag.follow": "跟tuè hashtag", "hashtag.follow": "跟tuè hashtag",
"hashtag.unfollow": "取消跟tuè hashtag", "hashtag.unfollow": "取消跟tuè hashtag",
"hashtags.and_other": "……kap 其他 {count, plural, other {# ê}}", "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} kah意lí ê私人提起",
"notification.favourite_pm.name_and_others_with_link": "{name} kap<a>{count, plural, other {另外 # ê lâng}}</a>kah意lí ê私人提起", "notification.favourite_pm.name_and_others_with_link": "{name} kap<a>{count, plural, other {另外 # ê lâng}}</a>kah意lí ê私人提起",
"search_popout.language_code": "ISO語言代碼", "search_popout.language_code": "ISO語言代碼",

View File

@ -872,7 +872,9 @@
"subscribed_languages.target": "Getoonde talen voor {target} wijzigen", "subscribed_languages.target": "Getoonde talen voor {target} wijzigen",
"tabs_bar.home": "Start", "tabs_bar.home": "Start",
"tabs_bar.notifications": "Meldingen", "tabs_bar.notifications": "Meldingen",
"terms_of_service.effective_as_of": "Van kracht met ingang van {date}",
"terms_of_service.title": "Gebruiksvoorwaarden", "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.days": "{number, plural, one {# dag} other {# dagen}} te gaan",
"time_remaining.hours": "{number, plural, one {# uur} other {# uur}} te gaan", "time_remaining.hours": "{number, plural, one {# uur} other {# uur}} te gaan",
"time_remaining.minutes": "{number, plural, one {# minuut} other {# minuten}} te gaan", "time_remaining.minutes": "{number, plural, one {# minuut} other {# minuten}} te gaan",

View File

@ -86,11 +86,28 @@
"alert.unexpected.message": "En uventet feil oppstod.", "alert.unexpected.message": "En uventet feil oppstod.",
"alert.unexpected.title": "Ups!", "alert.unexpected.title": "Ups!",
"alt_text_badge.title": "Alternativ tekst", "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.cancel": "Avbryt",
"alt_text_modal.change_thumbnail": "Endre miniatyrbilde", "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", "alt_text_modal.done": "Ferdig",
"announcement.announcement": "Kunngjøring", "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.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.most_used_hashtag.none": "Ingen",
"annual_report.summary.new_posts.new_posts": "nye innlegg", "annual_report.summary.new_posts.new_posts": "nye innlegg",
"attachments_list.unprocessed": "(ubehandlet)", "attachments_list.unprocessed": "(ubehandlet)",

View File

@ -872,7 +872,9 @@
"subscribed_languages.target": "Alterar idiomas subscritos para {target}", "subscribed_languages.target": "Alterar idiomas subscritos para {target}",
"tabs_bar.home": "Início", "tabs_bar.home": "Início",
"tabs_bar.notifications": "Notificações", "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.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.days": "{number, plural, one {# dia restante} other {# dias restantes}}",
"time_remaining.hours": "{number, plural, one {# hora restante} other {# horas restantes}}", "time_remaining.hours": "{number, plural, one {# hora restante} other {# horas restantes}}",
"time_remaining.minutes": "{number, plural, one {# minuto restante} other {# minutos restantes}}", "time_remaining.minutes": "{number, plural, one {# minuto restante} other {# minutos restantes}}",

View File

@ -630,6 +630,7 @@
"poll_button.remove_poll": "Odstrániť anketu", "poll_button.remove_poll": "Odstrániť anketu",
"privacy.change": "Zmeniť nastavenia súkromia príspevku", "privacy.change": "Zmeniť nastavenia súkromia príspevku",
"privacy.direct.long": "Všetci spomenutí v 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.long": "Iba vaši sledovatelia",
"privacy.private.short": "Sledovatelia", "privacy.private.short": "Sledovatelia",
"privacy.public.long": "Ktokoľvek na Mastodone aj mimo neho", "privacy.public.long": "Ktokoľvek na Mastodone aj mimo neho",

View File

@ -867,7 +867,9 @@
"subscribed_languages.target": "Ndryshoni gjuhë pajtimesh për {target}", "subscribed_languages.target": "Ndryshoni gjuhë pajtimesh për {target}",
"tabs_bar.home": "Kreu", "tabs_bar.home": "Kreu",
"tabs_bar.notifications": "Njoftime", "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.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.days": "Edhe {number, plural, one {# ditë} other {# ditë}}",
"time_remaining.hours": "Edhe {number, plural, one {# orë} other {# orë}}", "time_remaining.hours": "Edhe {number, plural, one {# orë} other {# orë}}",
"time_remaining.minutes": "Edhe {number, plural, one {# minutë} other {# minuta}}", "time_remaining.minutes": "Edhe {number, plural, one {# minutë} other {# minuta}}",

View File

@ -872,7 +872,9 @@
"subscribed_languages.target": "{target} abone olduğu dilleri değiştir", "subscribed_languages.target": "{target} abone olduğu dilleri değiştir",
"tabs_bar.home": "Anasayfa", "tabs_bar.home": "Anasayfa",
"tabs_bar.notifications": "Bildirimler", "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.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.days": "{number, plural, one {# gün} other {# gün}} kaldı",
"time_remaining.hours": "{number, plural, one {# saat} other {# saat}} kaldı", "time_remaining.hours": "{number, plural, one {# saat} other {# saat}} kaldı",
"time_remaining.minutes": "{number, plural, one {# dakika} other {# dakika}} kaldı", "time_remaining.minutes": "{number, plural, one {# dakika} other {# dakika}} kaldı",

View File

@ -872,6 +872,7 @@
"subscribed_languages.target": "Змінити підписані мови для {target}", "subscribed_languages.target": "Змінити підписані мови для {target}",
"tabs_bar.home": "Головна", "tabs_bar.home": "Головна",
"tabs_bar.notifications": "Сповіщення", "tabs_bar.notifications": "Сповіщення",
"terms_of_service.effective_as_of": "Ефективний на {date}",
"terms_of_service.title": "Умови використання", "terms_of_service.title": "Умови використання",
"time_remaining.days": "{number, plural, one {# день} few {# дні} other {# днів}}", "time_remaining.days": "{number, plural, one {# день} few {# дні} other {# днів}}",
"time_remaining.hours": "{number, plural, one {# година} few {# години} other {# годин}}", "time_remaining.hours": "{number, plural, one {# година} few {# години} other {# годин}}",

View File

@ -872,7 +872,9 @@
"subscribed_languages.target": "Đổi ngôn ngữ mong muốn cho {target}", "subscribed_languages.target": "Đổi ngôn ngữ mong muốn cho {target}",
"tabs_bar.home": "Trang chủ", "tabs_bar.home": "Trang chủ",
"tabs_bar.notifications": "Thông báo", "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.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.days": "{number, plural, other {# ngày}}",
"time_remaining.hours": "{number, plural, other {# giờ}}", "time_remaining.hours": "{number, plural, other {# giờ}}",
"time_remaining.minutes": "{number, plural, other {# phút}}", "time_remaining.minutes": "{number, plural, other {# phút}}",

View File

@ -872,7 +872,9 @@
"subscribed_languages.target": "變更 {target} 的訂閱語言", "subscribed_languages.target": "變更 {target} 的訂閱語言",
"tabs_bar.home": "首頁", "tabs_bar.home": "首頁",
"tabs_bar.notifications": "通知", "tabs_bar.notifications": "通知",
"terms_of_service.effective_as_of": "{date} 起生效",
"terms_of_service.title": "服務條款", "terms_of_service.title": "服務條款",
"terms_of_service.upcoming_changes_on": "{date} 起即將發生之異動",
"time_remaining.days": "剩餘 {number, plural, other {# 天}}", "time_remaining.days": "剩餘 {number, plural, other {# 天}}",
"time_remaining.hours": "剩餘{number, plural, other {# 小時}}", "time_remaining.hours": "剩餘{number, plural, other {# 小時}}",
"time_remaining.minutes": "剩餘{number, plural, other {# 分鐘}}", "time_remaining.minutes": "剩餘{number, plural, other {# 分鐘}}",

View File

@ -49,6 +49,10 @@ bg:
attributes: attributes:
reblog: reblog:
taken: от публикациите вече съществуват taken: от публикациите вече съществуват
terms_of_service:
attributes:
effective_date:
too_soon: е твърде скоро и трябва да е по-късно от %{date}
user: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ ca:
attributes: attributes:
reblog: reblog:
taken: de la publicació ja existeix 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: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ cs:
attributes: attributes:
reblog: reblog:
taken: příspěvku již existuje 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: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ da:
attributes: attributes:
reblog: reblog:
taken: af status findes allerede taken: af status findes allerede
terms_of_service:
attributes:
effective_date:
too_soon: er for tidligt, skal være efter %{date}
user: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ de:
attributes: attributes:
reblog: reblog:
taken: des Beitrags existiert bereits taken: des Beitrags existiert bereits
terms_of_service:
attributes:
effective_date:
too_soon: Datum muss später als %{date} sein
user: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ eo:
attributes: attributes:
reblog: reblog:
taken: de afiŝo jam ekzistas taken: de afiŝo jam ekzistas
terms_of_service:
attributes:
effective_date:
too_soon: estas tro frue, devas esti pli malfrue ol %{date}
user: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ es-AR:
attributes: attributes:
reblog: reblog:
taken: del mensaje ya existe taken: del mensaje ya existe
terms_of_service:
attributes:
effective_date:
too_soon: es demasiado pronto, debe ser posterior a %{date}
user: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ es-MX:
attributes: attributes:
reblog: reblog:
taken: de la publicación ya existe taken: de la publicación ya existe
terms_of_service:
attributes:
effective_date:
too_soon: es demasiado pronto, debe ser posterior al %{date}
user: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ es:
attributes: attributes:
reblog: reblog:
taken: de la publicación ya existe taken: de la publicación ya existe
terms_of_service:
attributes:
effective_date:
too_soon: es demasiado pronto, debe ser posterior a %{date}
user: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ fa:
attributes: attributes:
reblog: reblog:
taken: تا از وضعیت‌ها هنوز وجود دارند taken: تا از وضعیت‌ها هنوز وجود دارند
terms_of_service:
attributes:
effective_date:
too_soon: بیش از حد زود است. باید بعد از %{date} باشد
user: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ fi:
attributes: attributes:
reblog: reblog:
taken: tästä julkaisusta on jo tehty 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: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ fo:
attributes: attributes:
reblog: reblog:
taken: frá posti sum longu finst taken: frá posti sum longu finst
terms_of_service:
attributes:
effective_date:
too_soon: tað er ov tíðliga, má vera eftir %{date}
user: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ ga:
attributes: attributes:
reblog: reblog:
taken: den phost cheana féin 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: user:
attributes: attributes:
email: email:

View File

@ -7,7 +7,7 @@ gl:
options: Opcións options: Opcións
user: user:
agreement: Acordo do Servizo agreement: Acordo do Servizo
email: Enderezo de email email: Enderezo de correo
locale: Locale locale: Locale
password: Contrasinal password: Contrasinal
user/account: user/account:
@ -49,6 +49,10 @@ gl:
attributes: attributes:
reblog: reblog:
taken: do estado xa existe taken: do estado xa existe
terms_of_service:
attributes:
effective_date:
too_soon: é demasiado axiña, debería ser posterior a %{date}
user: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ he:
attributes: attributes:
reblog: reblog:
taken: של ההודעה כבר קיים taken: של ההודעה כבר קיים
terms_of_service:
attributes:
effective_date:
too_soon: מוקדם מדי, חייב להיות אחרי %{date}
user: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ hu:
attributes: attributes:
reblog: reblog:
taken: már létezik ehhez a bejegyzéshez 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: user:
attributes: attributes:
email: email:

View File

@ -23,6 +23,8 @@ io:
models: models:
account: account:
attributes: attributes:
fields:
fields_with_values_missing_labels: enhavas valori kun mankanta etiketi
username: username:
invalid: mustas konsistar nur literi, nombri e sublinei invalid: mustas konsistar nur literi, nombri e sublinei
reserved: rezervitas reserved: rezervitas
@ -38,6 +40,11 @@ io:
attributes: attributes:
data: data:
malformed: esas misformaca malformed: esas misformaca
list_account:
attributes:
account_id:
taken: es ja en la listo
must_be_following: mustas esar sequinta konto
status: status:
attributes: attributes:
reblog: reblog:

View File

@ -49,6 +49,10 @@ is:
attributes: attributes:
reblog: reblog:
taken: af færslum er þegar fyrirliggjandi 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: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ it:
attributes: attributes:
reblog: reblog:
taken: del post esiste già taken: del post esiste già
terms_of_service:
attributes:
effective_date:
too_soon: è troppo presto, deve essere successivo alla data %{date}
user: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ ko:
attributes: attributes:
reblog: reblog:
taken: 이미 게시물이 존재합니다 taken: 이미 게시물이 존재합니다
terms_of_service:
attributes:
effective_date:
too_soon: 너무 이릅니다. %{date} 이후로 지정해야 합니다
user: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ lt:
attributes: attributes:
reblog: reblog:
taken: įrašas jau egzistuoja. taken: įrašas jau egzistuoja.
terms_of_service:
attributes:
effective_date:
too_soon: yra per anksti, turi būti vėliau nei %{date}.
user: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ nl:
attributes: attributes:
reblog: reblog:
taken: van bericht bestaat al taken: van bericht bestaat al
terms_of_service:
attributes:
effective_date:
too_soon: is te vroeg, moet later zijn dan %{date}
user: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ pt-PT:
attributes: attributes:
reblog: reblog:
taken: da publicação já existe taken: da publicação já existe
terms_of_service:
attributes:
effective_date:
too_soon: é muito cedo, deve ser após %{date}
user: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ sq:
attributes: attributes:
reblog: reblog:
taken: e gjendjes ekziston tashmë 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: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ tr:
attributes: attributes:
reblog: reblog:
taken: durum zaten var taken: durum zaten var
terms_of_service:
attributes:
effective_date:
too_soon: çok erken, %{date} tarihinden sonra olmalıdır
user: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ vi:
attributes: attributes:
reblog: reblog:
taken: của tút đã tồn tại 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: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ zh-CN:
attributes: attributes:
reblog: reblog:
taken: 已经被转嘟过 taken: 已经被转嘟过
terms_of_service:
attributes:
effective_date:
too_soon: 日期太近,必须晚于 %{date}
user: user:
attributes: attributes:
email: email:

View File

@ -49,6 +49,10 @@ zh-TW:
attributes: attributes:
reblog: reblog:
taken: 嘟文已經存在 taken: 嘟文已經存在
terms_of_service:
attributes:
effective_date:
too_soon: 太快了,必須晚於 %{date}
user: user:
attributes: attributes:
email: email:

View File

@ -302,6 +302,7 @@ bg:
title: Одитен дневник title: Одитен дневник
unavailable_instance: "(неналично име на домейн)" unavailable_instance: "(неналично име на домейн)"
announcements: announcements:
back: Обратно към оповестяванията
destroyed_msg: Успешно изтрито оповестяване! destroyed_msg: Успешно изтрито оповестяване!
edit: edit:
title: Редактиране на оповестянето title: Редактиране на оповестянето
@ -310,6 +311,9 @@ bg:
new: new:
create: Създаване на оповестяване create: Създаване на оповестяване
title: Ново оповестяване title: Ново оповестяване
preview:
explanation_html: 'Е-писмо ще се изпрати до <strong>%{display_count} потребители</strong>. Следният текст ще се включи в е-писмо:'
title: Нагледно известието за оповестяване
publish: Публикуване publish: Публикуване
published_msg: Успешно публикувано оповестяване! published_msg: Успешно публикувано оповестяване!
scheduled_for: Насрочено за %{time} scheduled_for: Насрочено за %{time}
@ -932,6 +936,7 @@ bg:
chance_to_review_html: "<strong>Пораждани условия на услугата няма да се публикуват самодейно.</strong> Ще имате възможност да видите предварително резултата. Попълнете необходимите подробности, за да продължите." chance_to_review_html: "<strong>Пораждани условия на услугата няма да се публикуват самодейно.</strong> Ще имате възможност да видите предварително резултата. Попълнете необходимите подробности, за да продължите."
explanation_html: Предоставеният шаблон на условията за услугата е само за осведомителни цели и не трябва да се тълкува като правен съвет, по който и да е въпрос. Посъветвайте се със собствения си правен адвокат относно ситуацията ви и конкретни правни въпроси, които имате. explanation_html: Предоставеният шаблон на условията за услугата е само за осведомителни цели и не трябва да се тълкува като правен съвет, по който и да е въпрос. Посъветвайте се със собствения си правен адвокат относно ситуацията ви и конкретни правни въпроси, които имате.
title: Настройка на условията за услугата title: Настройка на условията за услугата
going_live_on_html: На живо, в сила от %{date}
history: История history: История
live: На живо live: На живо
no_history: Още няма записани промени в условията на услугата. no_history: Още няма записани промени в условията на услугата.
@ -1895,6 +1900,8 @@ bg:
recovery_instructions_html: Ако изгубите достъп до телефона си, може да използвате долните кодовете за възстановяване, за да достъп до акаунта си. <strong>Запазете тези кодове на сигурно място</strong>. Например, можете да ги отпечатате и да ги складирате заедно с други важни документи. recovery_instructions_html: Ако изгубите достъп до телефона си, може да използвате долните кодовете за възстановяване, за да достъп до акаунта си. <strong>Запазете тези кодове на сигурно място</strong>. Например, можете да ги отпечатате и да ги складирате заедно с други важни документи.
webauthn: Ключове за сигурност webauthn: Ключове за сигурност
user_mailer: user_mailer:
announcement_published:
description: 'Администраторите на %{domain} оповестяват:'
appeal_approved: appeal_approved:
action: Настройки на акаунта action: Настройки на акаунта
explanation: Жалбата, която изпратихте на %{appeal_date}, срещу нарушението за вашия акаунт, направено на %{strike_date}, е приета. Вашият акаунт е отново с добра репутация. explanation: Жалбата, която изпратихте на %{appeal_date}, срещу нарушението за вашия акаунт, направено на %{strike_date}, е приета. Вашият акаунт е отново с добра репутация.
@ -1927,6 +1934,8 @@ bg:
terms_of_service_changed: terms_of_service_changed:
agreement: Продължавайки употребата на %{domain}, съгласявате се с тези условия. Ако не сте съгласни с осъвременените условия, то може по всяко време да прекратите съгласието си с %{domain}, изтривайки акаунта си. agreement: Продължавайки употребата на %{domain}, съгласявате се с тези условия. Ако не сте съгласни с осъвременените условия, то може по всяко време да прекратите съгласието си с %{domain}, изтривайки акаунта си.
changelog: 'Накратко, ето какво значи това обновяване за вас:' changelog: 'Накратко, ето какво значи това обновяване за вас:'
description: 'Получвате това е-писмо, защото сме направили някои промени в условията ни за услугата при %{domain}. Тези новости ще влязат в сила на %{date}. Насърчаваме ви да разгледате изцяло обновените условия тук:'
description_html: Получавате това е-писмо, защото правим някои промени по условията ни за услугата при %{domain}. Тези новости ще влязат в сила на <strong>%{date}</strong>. Насърчаваме ви предварително да прегледате <a href="%{path}" target="_blank">изцяло обновените условия тук</a>.
sign_off: Отборът на %{domain} sign_off: Отборът на %{domain}
subject: Новости в нашите условия за ползване subject: Новости в нашите условия за ползване
subtitle: Условията на услугата на %{domain} се променят subtitle: Условията на услугата на %{domain} се променят

View File

@ -309,6 +309,7 @@ ca:
title: Registre d'auditoria title: Registre d'auditoria
unavailable_instance: "(nom de domini no disponible)" unavailable_instance: "(nom de domini no disponible)"
announcements: announcements:
back: Torna als anuncis
destroyed_msg: Lanunci sha esborrat amb èxit! destroyed_msg: Lanunci sha esborrat amb èxit!
edit: edit:
title: Edita l'anunci title: Edita l'anunci
@ -317,6 +318,9 @@ ca:
new: new:
create: Crea un anunci create: Crea un anunci
title: Nou anunci title: Nou anunci
preview:
explanation_html: 'S''enviarà el correu-e a <strong>%{display_count} usuaris</strong>. S''hi inclourà el text següent:'
title: Vista prèvia de la notificació d'anunci
publish: Publica publish: Publica
published_msg: Lanunci sha publicat amb èxit! published_msg: Lanunci sha publicat amb èxit!
scheduled_for: Programat per a %{time} scheduled_for: Programat per a %{time}
@ -939,6 +943,7 @@ ca:
chance_to_review_html: "<strong>Les condicions de servei generades no es publicaran automàticament.</strong> Tindreu l'oportunitat de revisar-ne els resultats. Empleneu els detalls necessaris per a procedir." chance_to_review_html: "<strong>Les condicions de servei generades no es publicaran automàticament.</strong> 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. 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 title: Configuració de les condicions de servei
going_live_on_html: En vigor; des de %{date}
history: Historial history: Historial
live: En ús live: En ús
no_history: Encara no hi ha enregistrats canvis en les condicions de servei. 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. <strong>Cal mantenir els codis de recuperació en lloc segur</strong>. Per exemple, imprimint-los i guardar-los amb altres documents importants. 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. <strong>Cal mantenir els codis de recuperació en lloc segur</strong>. Per exemple, imprimint-los i guardar-los amb altres documents importants.
webauthn: Claus de seguretat webauthn: Claus de seguretat
user_mailer: user_mailer:
announcement_published:
description: 'L''administració de %{domain} fa un anunci:'
subject: Anunci de servei
title: Anunci de servei de %{domain}
appeal_approved: appeal_approved:
action: Configuració del compte 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. 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 subject: S'ha accedit al teu compte des d'una adreça IP nova
title: Un inici de sessió nou title: Un inici de sessió nou
terms_of_service_changed: 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} sign_off: L'equip de %{domain}
subject: Actualitzacions de les condicions de servei subject: Actualitzacions de les condicions de servei
subtitle: Les condicions de servei de %{domain} canvien subtitle: Les condicions de servei de %{domain} canvien

View File

@ -315,6 +315,7 @@ cs:
title: Protokol auditu title: Protokol auditu
unavailable_instance: "(doména není k dispozici)" unavailable_instance: "(doména není k dispozici)"
announcements: announcements:
back: Zpět na oznámení
destroyed_msg: Oznámení bylo úspěšně odstraněno! destroyed_msg: Oznámení bylo úspěšně odstraněno!
edit: edit:
title: Upravit oznámení title: Upravit oznámení
@ -323,6 +324,9 @@ cs:
new: new:
create: Vytvořit oznámení create: Vytvořit oznámení
title: Nové oznámení title: Nové oznámení
preview:
explanation_html: 'E-mail bude odeslán <strong>%{display_count} uživatelům</strong>. Následující text bude zahrnut do onoho e-mailu:'
title: Náhled oznámení
publish: Zveřejnit publish: Zveřejnit
published_msg: Oznámení bylo úspěšně zveřejněno! published_msg: Oznámení bylo úspěšně zveřejněno!
scheduled_for: Naplánováno na %{time} scheduled_for: Naplánováno na %{time}
@ -967,6 +971,7 @@ cs:
chance_to_review_html: "<strong>Vygenerované podmínky služby nebudou zveřejněny automaticky.</strong> Výsledky budete mít možnost zkontrolovat. Pro pokračování vyplňte potřebné podrobnosti." chance_to_review_html: "<strong>Vygenerované podmínky služby nebudou zveřejněny automaticky.</strong> 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. 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 title: Nastavení podmínek služby
going_live_on_html: Publikováno, platné od %{date}
history: Historie history: Historie
live: Živě live: Živě
no_history: Zatím nejsou zaznamenány žádné změny podmínek služby. 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ů. <strong>Uchovejte tyto kódy v bezpečí</strong>. Můžete si je například vytisknout a uložit je mezi jiné důležité dokumenty. 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ů. <strong>Uchovejte tyto kódy v bezpečí</strong>. Můžete si je například vytisknout a uložit je mezi jiné důležité dokumenty.
webauthn: Bezpečnostní klíče webauthn: Bezpečnostní klíče
user_mailer: user_mailer:
announcement_published:
description: 'Správci %{domain} oznamují:'
subject: Oznámení služby
title: Oznámení služby %{domain}
appeal_approved: appeal_approved:
action: Možnosti Účtu 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. 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: 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. 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:' 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 <strong>%{date}</strong>. Doporučujeme vám zkontrolovat <a href="%{path}" target="_blank">aktualizované podmínky v celém znění zde</a>.
sign_off: Tým %{domain} sign_off: Tým %{domain}
subject: Aktualizace našich podmínek služby subject: Aktualizace našich podmínek služby
subtitle: Podmínky služby %{domain} se mění subtitle: Podmínky služby %{domain} se mění

View File

@ -309,6 +309,7 @@ da:
title: Revisionslog title: Revisionslog
unavailable_instance: "(domænenavn utilgængeligt)" unavailable_instance: "(domænenavn utilgængeligt)"
announcements: announcements:
back: Retur til annonceringer
destroyed_msg: Bekendtgørelsen er slettet! destroyed_msg: Bekendtgørelsen er slettet!
edit: edit:
title: Redigér bekendtgørelse title: Redigér bekendtgørelse
@ -317,6 +318,9 @@ da:
new: new:
create: Opret bekendtgørelse create: Opret bekendtgørelse
title: Ny bekendtgørelse title: Ny bekendtgørelse
preview:
explanation_html: 'E-mailen sendes til <strong>%{display_count} brugere</strong>. Flg. tekst medtages i e-mailen:'
title: Forhåndsvis annonceringsnotifikation
publish: Publicér publish: Publicér
published_msg: Bekendtgørelsen er publiceret! published_msg: Bekendtgørelsen er publiceret!
scheduled_for: Planlagt til %{time} scheduled_for: Planlagt til %{time}
@ -939,6 +943,7 @@ da:
chance_to_review_html: "<strong>De genererede Tjenestevilkår offentliggøres ikke automatisk.</strong> Man vil have mulighed for at gennemgå resultaterne. Udfyld venligst de nødvendige oplysninger for at fortsætte." chance_to_review_html: "<strong>De genererede Tjenestevilkår offentliggøres ikke automatisk.</strong> 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. 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 title: Opsætning af Tjenestevilkår
going_live_on_html: Ikrafttræden pr. %{date}
history: Historik history: Historik
live: Live live: Live
no_history: Der er endnu ingen registrerede ændringer af vilkårene for tjenesten. 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. <strong>Opbevar disse et sikkert sted</strong>. De kan f.eks. udskrives og gemmes sammen med andre vigtige dokumenter. recovery_instructions_html: Mister du nogensinde adgang til din mobil, kan en af gendannelseskoderne nedenfor bruges til at opnå adgang til din konto. <strong>Opbevar disse et sikkert sted</strong>. De kan f.eks. udskrives og gemmes sammen med andre vigtige dokumenter.
webauthn: Sikkerhedsnøgler webauthn: Sikkerhedsnøgler
user_mailer: user_mailer:
announcement_published:
description: 'Administratorerne på %{domain} udsender en annoncering:'
subject: Tjenesteannoncering
title: "%{domain}-tjenesteannoncering"
appeal_approved: appeal_approved:
action: Kontoindstillinger action: Kontoindstillinger
explanation: Appellen af kontoadvarslen fra %{strike_date}, indsendt af dig pr. %{appeal_date}, er blevet godkendt. Din kontostatus er igen god. 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: 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. 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:' 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. <strong>%{date}</strong>. Man opfordres til at gennemgå de <a href="%{path}" target="_blank">opdaterede vilkår til fulde her</a>.
sign_off: "%{domain}-teamet" sign_off: "%{domain}-teamet"
subject: Opdatering af Tjenestevilkår subject: Opdatering af Tjenestevilkår
subtitle: Tjenestevilkår for %{domain} ændres subtitle: Tjenestevilkår for %{domain} ændres

View File

@ -309,6 +309,7 @@ de:
title: Audit-Log title: Audit-Log
unavailable_instance: "(Server nicht verfügbar)" unavailable_instance: "(Server nicht verfügbar)"
announcements: announcements:
back: Zurück zu den Ankündigungen
destroyed_msg: Ankündigung erfolgreich gelöscht! destroyed_msg: Ankündigung erfolgreich gelöscht!
edit: edit:
title: Ankündigung bearbeiten title: Ankündigung bearbeiten
@ -317,6 +318,9 @@ de:
new: new:
create: Ankündigung erstellen create: Ankündigung erstellen
title: Neue Ankündigung title: Neue Ankündigung
preview:
explanation_html: 'Die E-Mail wird an <strong>%{display_count} Nutzer*innen</strong> gesendet. Folgendes wird in der E-Mail enthalten sein:'
title: Vorschau der Ankündigung
publish: Veröffentlichen publish: Veröffentlichen
published_msg: Ankündigung erfolgreich veröffentlicht! published_msg: Ankündigung erfolgreich veröffentlicht!
scheduled_for: Geplant für %{time} scheduled_for: Geplant für %{time}
@ -939,6 +943,7 @@ de:
chance_to_review_html: "<strong>Die durch diese Vorlage erstellten Nutzungsbedingungen werden nicht automatisch veröffentlicht.</strong> Du wirst alles noch einmal überprüfen können. Bitte fülle alle Felder mit den notwendigen Informationen aus, um fortzufahren." chance_to_review_html: "<strong>Die durch diese Vorlage erstellten Nutzungsbedingungen werden nicht automatisch veröffentlicht.</strong> 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. 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 title: Nutzungsbedingungen festlegen
going_live_on_html: Aktuell gültig (ab %{date})
history: Verlauf history: Verlauf
live: Aktuell gültig live: Aktuell gültig
no_history: Es wurden noch keine Änderungen an den Nutzungsbedingungen aufgezeichnet. 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 notified_on_html: Nutzer*innen wurden am %{date} benachrichtigt
notify_users: Nutzer*innen benachrichtigen notify_users: Nutzer*innen benachrichtigen
preview: preview:
explanation_html: 'Diese E-Mail wird an <strong>%{display_count} Nutzer*innen</strong> 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 <strong>%{display_count} Nutzer*innen</strong> gesendet, die sich vor dem %{date} registriert haben. Folgendes wird in der E-Mail enthalten sein:'
send_preview: Vorschau an %{email} senden send_preview: Vorschau an %{email} senden
send_to_all: send_to_all:
one: "%{display_count} E-Mail senden" 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. <strong>Bewahre die Wiederherstellungscodes sicher auf</strong>. Du kannst sie zum Beispiel ausdrucken und zusammen mit anderen wichtigen Dokumenten aufbewahren. 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. <strong>Bewahre die Wiederherstellungscodes sicher auf</strong>. Du kannst sie zum Beispiel ausdrucken und zusammen mit anderen wichtigen Dokumenten aufbewahren.
webauthn: Sicherheitsschlüssel webauthn: Sicherheitsschlüssel
user_mailer: user_mailer:
announcement_published:
description: 'Ankündigung der Administrator*innen von %{domain}:'
subject: Ankündigung
title: Ankündigung von %{domain}
appeal_approved: appeal_approved:
action: Kontoeinstellungen 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. 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: 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. 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:' 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 <strong>%{date}</strong>. Wir empfehlen, die <a href="%{path}" target="_blank">vollständig aktualisierte Fassung hier zu lesen</a>.
sign_off: Das Team von %{domain} sign_off: Das Team von %{domain}
subject: Aktualisierungen unserer Nutzungsbedingungen subject: Aktualisierungen unserer Nutzungsbedingungen
subtitle: Die Nutzungsbedingungen von %{domain} ändern sich subtitle: Die Nutzungsbedingungen von %{domain} ändern sich

View File

@ -16,13 +16,13 @@ fa:
pending: حساب شما همچنان در دست بررسی است. pending: حساب شما همچنان در دست بررسی است.
timeout: مهلت این ورود شما به سر رسید. برای ادامه، دوباره وارد شوید. timeout: مهلت این ورود شما به سر رسید. برای ادامه، دوباره وارد شوید.
unauthenticated: برای ادامه باید وارد شوید یا ثبت نام کنید. unauthenticated: برای ادامه باید وارد شوید یا ثبت نام کنید.
unconfirmed: برای ادامه باید نشانی ایمیل خود را تأیید کنید. unconfirmed: پیش از ادامه باید نشانی رایانامه‌تان را تأیید کنید.
mailer: mailer:
confirmation_instructions: confirmation_instructions:
action: تأیید نشانی ایمیل action: تأیید نشانی رایانامه
action_with_app: پذیرش و بازگشت به %{app} action_with_app: پذیرش و بازگشت به %{app}
explanation: شما با این نشانی ایمیل حسابی در %{host} باز کرده‌اید. با یک کلیک می‌توانید این حساب را فعال کنید. اگر شما چنین کاری نکردید، لطفاً این ایمیل را نادیده بگیرید. explanation: حسابی با این نشانی رایانامه روی %{host} ساخته‌اید. یک کلیک با فعّال کردنش فاصله دارید. اگر شما نبودید از این رایانامه چشم بپوشید.
explanation_when_pending: شما با این نشانی ایمیل برای %{host} درخواست دعوت‌نامه داده‌اید. اگر ایمیل خود را تأیید کنید، ما درخواست شما را بررسی خواهیم کرد. تا وقتی بررسی تمام نشده، شما نمی‌توانید به حساب خود وارد شوید. اگر درخواست شما رد شود، ما اطلاعاتی را که از شما داریم پاک خواهیم کرد پس نیازی به کاری از سمت شما نخواهد بود. اگر شما چنین درخواستی نداده‌اید، لطفاً این ایمیل را نادیده بگیرید. explanation_when_pending: درخواستی برای دعوت به %{host} با این نشانی رایانامه داده‌اید. درخواستتان را پس از تأیید نشانی رایانامه‌تان بررسی خواهیم کرد. می‌توانید برای تغییر جزییات یا حذف حسابتان وارد شوید؛ ولی تا پیش از تأیید حساب نمی‌توانید به بیش‌تر قابلیت‌ها دسترسی داشته باشید. داده‌هایتان در صورت رد شدن درخواست برداشته خواهد شد و نیازی به اقدامی از سوی شما نیست. اگر شما نبودید از این رایانامه چشم بپوشید.
extra_html: لطفاً همچنین <a href="%{terms_path}">قوانین کارساز</a> و <a href="%{policy_path}">شرایط خدمتمان</a> را بررسی کنید. extra_html: لطفاً همچنین <a href="%{terms_path}">قوانین کارساز</a> و <a href="%{policy_path}">شرایط خدمتمان</a> را بررسی کنید.
subject: 'ماستودون: دستورالعمل تأیید برای %{instance}' subject: 'ماستودون: دستورالعمل تأیید برای %{instance}'
title: تأیید نشانی رایانامه title: تأیید نشانی رایانامه
@ -87,22 +87,22 @@ fa:
failure: تآیید هویتتان از %{kind} نتوانست انجام شود چرا که «%{reason}». failure: تآیید هویتتان از %{kind} نتوانست انجام شود چرا که «%{reason}».
success: تأیید هویت از حساب %{kind} با موفقیت انجام شد. success: تأیید هویت از حساب %{kind} با موفقیت انجام شد.
passwords: passwords:
no_token: این صفحه را تنها از راه یک ایمیل بازنشانی گذرواژه می‌شود دید. اگر از چنین ایمیلی می‌آیید، لطفاً مطمئن شوید که نشانی موجود در ایمیل را کامل به کار برده‌اید. no_token: بدون آمدن از رایانامهٔ بازنشانی گذرواژه نمی‌توان به این صفحه دسترسی داشت. اگر از چنین رایانامه‌ای آمده‌اید لطفاً از استفادهٔ نشانی کامل مطمئن شوید.
send_instructions: اگر ایمیل شما در پایگاه دادهٔ ما موجود باشد، تا دقایقی دیگر یک ایمیل بازیابی گذرواژه دریافت خواهید کرد. اگر این ایمیل نیامد، لطفاً پوشهٔ هرزنامه‌هایتان را بررسی کنید. send_instructions: اگر نشانی رایانامه‌تان در پایگاه داده‌مان باشد تا چند دقیقهٔ دیگر پیوند بازیابی گذرواژه‌ای در آن خواهید گرفت. بررسی شاخهٔ هرزنامه در صورت نگرفتن این رایانامه.
send_paranoid_instructions: اگر ایمیل شما در پایگاه دادهٔ ما موجود باشد، تا دقایقی دیگر یک ایمیل بازیابی گذرواژه دریافت خواهید کرد. اگر این ایمیل نیامد، لطفاً پوشهٔ هرزنامه‌هایتان را بررسی کنید. send_paranoid_instructions: اگر نشانی رایانامه‌تان در پایگاه داده‌مان باشد تا چند دقیقهٔ دیگر پیوند بازیابی گذرواژه‌ای در آن خواهید گرفت. بررسی شاخهٔ هرزنامه در صورت نگرفتن این رایانامه.
updated: گذرواژه شما با موفقیت تغییر کرد. شما الان وارد سیستم هستید. updated: گذرواژه شما با موفقیت تغییر کرد. شما الان وارد سیستم هستید.
updated_not_active: گذرواژه شما با موفقیت تغییر کرد. updated_not_active: گذرواژه شما با موفقیت تغییر کرد.
registrations: registrations:
destroyed: بدرود! حساب شما با موفقیت لغو شد. امیدواریم دوباره شما را ببینیم. destroyed: بدرود! حساب شما با موفقیت لغو شد. امیدواریم دوباره شما را ببینیم.
update_needs_confirmation: حسابتان را با موفّقیت به‌روز کردید؛ ولی باید نشانی رایانامهٔ جدیتان را تأیید کنیم. لطفاً رایانامه‌تان را بررسی کرده و برای تأیید نشانی رایانهٔ جدیدتان پیوند را بزنید. اگر این رایانامه را نگرفته‌اید شاخهٔ هرزنامه‌ها را بررسی کنید. update_needs_confirmation: حسابتان را با موفّقیت به‌روز کردید؛ ولی نشانی رایانامهٔ جدیدتان باید تأیید شود. بررسی رایانامه و پیروی از پیوند تأییدیه برای تأیید نشانی رایانهٔ جدیدتان. بررسی شاخهٔ هرزنامه در صورت نگرفتن این رایانامه.
updated: حسابتان با موفّقیت به‌روز شد. updated: حسابتان با موفّقیت به‌روز شد.
sessions: sessions:
already_signed_out: با موفّقیت خارج شدید. already_signed_out: با موفّقیت خارج شدید.
signed_in: با موفّقیت وارد شدید. signed_in: با موفّقیت وارد شدید.
signed_out: با موفّقیت خارج شدید. signed_out: با موفّقیت خارج شدید.
unlocks: unlocks:
send_instructions: تا دقایقی دیگر رایانامه‌ای با دستورالعمل قفل‌گشایی حسابتان دریافت خواهید کرد. اگر این رایانامه را نگرفتید، لطفاً پوشهٔ هرزنامه‌هایتان را بررسی کنید. send_instructions: تا دقایقی دیگر رایانامه‌ای با دستورالعمل قفل‌گشایی حسابتان دریافت خواهید کرد. بررسی شاخهٔ هرزنامه در صورت نگرفتن این رایانامه.
send_paranoid_instructions: اگر حسابتان وجود داشته باشد تا دقایقی دیگر رایانامه‌ای با دستورالعمل قفل‌گشاییش دریافت خواهید کرد. اگر این رایانامه را نگرفتید، لطفاً پوشهٔ هرزنامه‌هایتان را بررسی کنید. send_paranoid_instructions: اگر حسابتان وجود داشته باشد تا دقایقی دیگر رایانامه‌ای با دستورالعمل قفل‌گشاییش دریافت خواهید کرد. بررسی شاخهٔ هرزنامه در صورت نگرفتن این رایانامه.
unlocked: حسابتان با موفّقیت قفل‌گشایی شد. لطفاً برای ادامه وارد شوید. unlocked: حسابتان با موفّقیت قفل‌گشایی شد. لطفاً برای ادامه وارد شوید.
errors: errors:
messages: messages:

View File

@ -2,8 +2,8 @@
gl: gl:
devise: devise:
confirmations: confirmations:
confirmed: O teu enderezo de email foi confirmado. confirmed: Confirmouse correctamente o teu enderezo de correo.
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. 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. 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: failure:
already_authenticated: Xa estás conectada. already_authenticated: Xa estás conectada.
@ -16,31 +16,31 @@ gl:
pending: A túa conta aínda está baixo revisión. pending: A túa conta aínda está baixo revisión.
timeout: A túa sesión caducou. Accede outra vez para continuar. timeout: A túa sesión caducou. Accede outra vez para continuar.
unauthenticated: Precisas iniciar sesión ou rexistrarte antes de 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: mailer:
confirmation_instructions: confirmation_instructions:
action: Verificar o enderezo de email action: Verificar o enderezo de correo
action_with_app: Confirmar e volver a %{app} 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: 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 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_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 <a href="%{terms_path}">as regras do servidor</a> e os <a href="%{policy_path}">nosos termos do servizo</a>. extra_html: Por favor, le <a href="%{terms_path}">as regras do servidor</a> e os <a href="%{policy_path}">nosos termos do servizo</a>.
subject: 'Mastodon: Instrucións de confirmación para %{instance}' subject: 'Mastodon: Instrucións de confirmación para %{instance}'
title: Verificar o enderezo de email title: Verificar o enderezo de correo
email_changed: email_changed:
explanation: 'O email asociado á túa conta será mudado a:' 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. 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' subject: 'Mastodon: Email mudado'
title: Novo enderezo de email title: Novo enderezo de correo
password_change: password_change:
explanation: O contrasinal da túa conta foi mudado. 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. 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' subject: 'Mastodon: Contrasinal mudado'
title: Contrasinal mudado title: Contrasinal mudado
reconfirmation_instructions: reconfirmation_instructions:
explanation: Confirma o teu novo enderezo para mudar o email. explanation: Confirma o teu novo enderezo para mudar o correo.
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. 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}' subject: 'Mastodon: Confirmar email para %{instance}'
title: Verificar o enderezo de email title: Verificar o enderezo de correo
reset_password_instructions: reset_password_instructions:
action: Mudar contrasinal action: Mudar contrasinal
explanation: Solicitaches un novo contrasinal para a túa conta. 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}". failure: Non foi posible autenticarte desde %{kind} debido a "%{reason}".
success: Autenticado con éxito na conta %{kind}. success: Autenticado con éxito na conta %{kind}.
passwords: 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. 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 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_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 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. 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: O teu contrasinal foi mudado. Estás xa autenticado na túa conta.
updated_not_active: O teu contrasinal foi mudado de xeito correcto. updated_not_active: O teu contrasinal foi mudado de xeito correcto.
registrations: registrations:
destroyed: Adeus! A túa conta foi cancelada de xeito correcto. Agardamos verte de novo. 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. updated: A túa conta foi actualizada de xeito correcto.
sessions: sessions:
already_signed_out: Pechouse a sesión de xeito correcto. already_signed_out: Pechouse a sesión de xeito correcto.

View File

@ -21,19 +21,19 @@ io:
confirmation_instructions: confirmation_instructions:
action: Verifikez retpostadreso action: Verifikez retpostadreso
action_with_app: Konfirmez e retrovenez a %{app} 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. 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 <a href="%{terms_path}">reguli di la servilo</a> e <a href="%{policy_path}">nia servokondicioni</a>. extra_html: Anke videz <a href="%{terms_path}">reguli di la servilo</a> e <a href="%{policy_path}">nia servokondicioni</a>.
subject: Instrucioni por konfirmar %{instance} subject: Instrucioni por konfirmar %{instance}
title: Verifikez retpostadreso title: Verifikez retpostadreso
email_changed: email_changed:
explanation: 'Retpostadreso di vua konto chanjesas a:' 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' subject: 'Mastodon: Retpostadreso chanjesis'
title: Nova retpostadreso title: Nova retpostadreso
password_change: password_change:
explanation: La pasvorto di vua konto chanjesis. 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. subject: Tua pasvorto chanjesis senprobleme.
title: Pasvorto chanjesis title: Pasvorto chanjesis
reconfirmation_instructions: reconfirmation_instructions:
@ -49,14 +49,14 @@ io:
title: Richanjo di pasvorto title: Richanjo di pasvorto
two_factor_disabled: two_factor_disabled:
explanation: Eniro esas nun posibla per nur retpostoadreso e pasvorto. explanation: Eniro esas nun posibla per nur retpostoadreso e pasvorto.
subject: 'Mastodon: 2-faktorverifiko deaktivigesis' subject: 'Mastodon: Dufaktora yurizo desebligesis'
subtitle: 2-faktora verifiko por vua konto desaktivigesis. subtitle: Dufaktora yurizo por vua konto desebligesis.
title: 2FA deaktivigesis title: 2FA desebligesis
two_factor_enabled: two_factor_enabled:
explanation: Ficho facesis da parigita softwaro TOTP bezonesos por eniro. explanation: Ficho facesis da parigita softwaro TOTP bezonesos por eniro.
subject: 'Mastodon: 2-faktorverifiko aktivigesis' subject: 'Mastodon: Dufaktora yurizo ebligesis'
subtitle: 2-faktora verifiko aktivigesis por vua konto. subtitle: Dufaktora yurizo ebligesis por vua konto.
title: 2FA aktivigesis title: 2FA ebligesis
two_factor_recovery_codes_changed: two_factor_recovery_codes_changed:
explanation: Antea rigankodexi devalidesis e novo facesis. explanation: Antea rigankodexi devalidesis e novo facesis.
subject: 'Mastodon: 2-faktorrigankodexi rifacesis' subject: 'Mastodon: 2-faktorrigankodexi rifacesis'
@ -66,23 +66,23 @@ io:
subject: Instructioni por riacendar la konto subject: Instructioni por riacendar la konto
webauthn_credential: webauthn_credential:
added: added:
explanation: Ca sekurklefo insertesis a vua konto explanation: Ca sekuresklefo adjuntesis ad vua konto
subject: 'Mastodon: Nova sekurklefo' subject: 'Mastodon: Nova sekurklefo'
title: Nova sekurklefo insertesis title: Nova sekuresklefo adjuntesis
deleted: deleted:
explanation: Ca sekurklefo efacesis de vua konto explanation: Ca sekurklefo efacesis de vua konto
subject: 'Mastodon: Sekurklefo efacesis' subject: 'Mastodon: Sekurklefo efacesis'
title: 1 de vua sekurklefi efacesis title: 1 de vua sekurklefi efacesis
webauthn_disabled: 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. extra: Eniro esas nun posibla per nur ficho qua facesis da parigita softwaro TOTP.
subject: 'Mastodon: Verifiko per sekurklefi deaktivigesis' subject: 'Mastodon: Yurizo per sekuresklefi desebligesis'
title: Sekurklefi deaktivigesis title: Sekuresklefi desebligesis
webauthn_enabled: webauthn_enabled:
explanation: Sekuresklefoa verifiko aktivigesis por vua konto. explanation: Sekuresklefyurizo ebligesis por vua konto.
extra: Vua sekuresklefo povas nun uzesar por eniro. extra: Vua sekuresklefo povas nun uzesar por eniro.
subject: 'Mastodon: Sekurklefverifiko aktivigesis' subject: 'Mastodon: Sekuresklefyurizo ebligesis'
title: Sekurklefi aktivigesis title: Sekuresklefi ebligesis
omniauth_callbacks: omniauth_callbacks:
failure: 'Ni ne povis autentikigar tu per %{kind}: ''%{reason}''.' failure: 'Ni ne povis autentikigar tu per %{kind}: ''%{reason}''.'
success: Autentikigita senprobleme per %{kind}. success: Autentikigita senprobleme per %{kind}.

View File

@ -3,8 +3,8 @@ lv:
devise: devise:
confirmations: confirmations:
confirmed: Tava e-pasta adrese ir veiksmīgi apstiprināta. 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_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 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_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: failure:
already_authenticated: Tu jau esi pieteicies. already_authenticated: Tu jau esi pieteicies.
inactive: Tavs konts vēl nav aktivizēts. inactive: Tavs konts vēl nav aktivizēts.
@ -58,10 +58,10 @@ lv:
subtitle: Tavam kontam tika iespējota divpakāpju autentifikācija. subtitle: Tavam kontam tika iespējota divpakāpju autentifikācija.
title: 2FA iespējota title: 2FA iespējota
two_factor_recovery_codes_changed: two_factor_recovery_codes_changed:
explanation: Iepriekšējie atkopšanas kodi ir atzīti par nederīgiem un ģenerēti jauni. explanation: Iepriekšējie atkopes kodi ir padarīt nederīgi, un ir izveidoti jauni.
subject: 'Mastodon: Divfaktoru atkopšanas kodi pārģenerēti' subject: 'Mastodon: atkārtoti izveidoti divpakāpju atkopes kodi'
subtitle: Iepriekšējie atkopšanas kodi tika padarīti par nederīgiem, un tika izveidoti jauni. subtitle: Iepriekšējie atkopes kodi tika padarīti par nederīgiem, un tika izveidoti jauni.
title: 2FA atkopšanas kodi mainīti title: 2FA atkopes kodi nomainīti
unlock_instructions: unlock_instructions:
subject: 'Mastodon: Norādījumi atbloķēšanai' subject: 'Mastodon: Norādījumi atbloķēšanai'
webauthn_credential: webauthn_credential:
@ -88,21 +88,21 @@ lv:
success: Veiksmīgi autentificēts no %{kind} konta. success: Veiksmīgi autentificēts no %{kind} konta.
passwords: 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. 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_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 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 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: Tava parole tika veiksmīgi nomainīta. Tagad esi pieteicies.
updated_not_active: Tava parole ir veiksmīgi nomainīta. updated_not_active: Tava parole ir veiksmīgi nomainīta.
registrations: registrations:
destroyed: Visu labu! Tavs konts ir veiksmīgi atcelts. Mēs ceram tevi drīz atkal redzēt. 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. updated: Tavs konts ir veiksmīgi atjaunināts.
sessions: sessions:
already_signed_out: Veiksmīgi izrakstījies. already_signed_out: Veiksmīgi izrakstījies.
signed_in: Veiksmīgi pieteicies. signed_in: Veiksmīgi pieteicies.
signed_out: Veiksmīgi izrakstījies. signed_out: Veiksmīgi izrakstījies.
unlocks: 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_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 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_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. unlocked: Konts tika veiksmīgi atbloķēts. Lūgums pieteikties, lai turpinātu.
errors: errors:
messages: messages:

View File

@ -60,6 +60,7 @@ io:
error: error:
title: Eroro eventis title: Eroro eventis
new: new:
prompt_html: "%{client_name} volas permiso por adirar vua konto."
review_permissions: Kontrolez permisi review_permissions: Kontrolez permisi
title: Yurizo bezonesas title: Yurizo bezonesas
show: show:
@ -82,6 +83,7 @@ io:
access_denied: Moyenproprietanto o yurizservilo refuzis la demando. access_denied: Moyenproprietanto o yurizservilo refuzis la demando.
credential_flow_not_configured: Moyenproprietantpasvortidentesesofluo faliis pro ke Doorkeeper.configure.resource_owner_from_credentials ne ajustesis. 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_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_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_redirect_uri: La inkluzita ridirektoligilo esas nevalida.
invalid_request: invalid_request:
@ -123,7 +125,7 @@ io:
admin/reports: Administro di raporti admin/reports: Administro di raporti
all: Kompleta aceso a vua Mastodon-konto all: Kompleta aceso a vua Mastodon-konto
blocks: Restriktita blocks: Restriktita
bookmarks: Libromarki bookmarks: Lektosigni
conversations: Konversi conversations: Konversi
crypto: Intersequanta chifro crypto: Intersequanta chifro
favourites: Favoriziti favourites: Favoriziti
@ -131,9 +133,10 @@ io:
follow: Sequati, silencigati e blokusati follow: Sequati, silencigati e blokusati
follows: Sequati follows: Sequati
lists: Listi lists: Listi
media: Mediatachaji media: Audvidajaddonaji
mutes: Silencigati mutes: Silencigati
notifications: Avizi notifications: Avizi
profile: Vua Mastodon-profilo
push: Pulsavizi push: Pulsavizi
reports: Raporti reports: Raporti
search: Trovez search: Trovez
@ -148,17 +151,28 @@ io:
scopes: scopes:
admin:read: lektez omna informi di la servilo admin:read: lektez omna informi di la servilo
admin:read:accounts: lektez privata informo di omna konti 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: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: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 admin:write:reports: jerez raporti
crypto: uzas intersequanta chifro crypto: uzas intersequanta chifro
follow: follow, block, unblock and unfollow accounts follow: follow, block, unblock and unfollow accounts
profile: lektar nur profilinformo di vua konto
push: ganez vua pulsavizi push: ganez vua pulsavizi
read: read your account's data read: read your account's data
read:accounts: videz kontinformo read:accounts: videz kontinformo
read:blocks: videz restrikti read:blocks: videz restrikti
read:bookmarks: videz vua libromarki read:bookmarks: vidar vua lektosigni
read:favourites: videz vua favoriziti read:favourites: videz vua favoriziti
read:filters: videz vua filtrili read:filters: videz vua filtrili
read:follows: videz vua sequinti read:follows: videz vua sequinti
@ -169,15 +183,15 @@ io:
read:search: trovez por vu read:search: trovez por vu
read:statuses: videz omna posti read:statuses: videz omna posti
write: post on your behalf write: post on your behalf
write:accounts: modifikez vua porfilo write:accounts: redaktar vua porfilo
write:blocks: restriktez konti e domeni write:blocks: restriktez konti e domeni
write:bookmarks: libromarkez posti write:bookmarks: lektosignar afishi
write:conversations: silencigez e efacez konversi write:conversations: silencigez e efacez konversi
write:favourites: favorizita posti write:favourites: favorizita posti
write:filters: kreez filtrili write:filters: kreez filtrili
write:follows: sequez personi write:follows: sequez personi
write:lists: kreez listi write:lists: kreez listi
write:media: adchargez mediifaili write:media: adkargar audvidajdoseri
write:mutes: silencigez personi e konversi write:mutes: silencigez personi e konversi
write:notifications: efacez vua avizi write:notifications: efacez vua avizi
write:reports: raportizez altra omni write:reports: raportizez altra omni

View File

@ -309,6 +309,7 @@ eo:
title: Ĵurnalo de revizo title: Ĵurnalo de revizo
unavailable_instance: "(domajna nomo nedisponebla)" unavailable_instance: "(domajna nomo nedisponebla)"
announcements: announcements:
back: Reen al anoncoj
destroyed_msg: La anonco sukcese forigita! destroyed_msg: La anonco sukcese forigita!
edit: edit:
title: Redakti anoncon title: Redakti anoncon
@ -317,6 +318,9 @@ eo:
new: new:
create: Krei anoncon create: Krei anoncon
title: Nova anonco title: Nova anonco
preview:
explanation_html: 'La retpoŝto estos sendita al <strong>%{display_count} uzantoj</strong>. La jena teksto estos inkluzivita en la retmesaĝon:'
title: Antaŭrigardu sciigan anoncon
publish: Publikigi publish: Publikigi
published_msg: Anonco sukcese publikigita! published_msg: Anonco sukcese publikigita!
scheduled_for: Planigota je %{time} scheduled_for: Planigota je %{time}
@ -939,6 +943,7 @@ eo:
chance_to_review_html: "<strong>La generataj kondiĉoj de uzado ne aŭtomate publikiĝos.</strong> Estos oportuni por vi kontroli la rezultojn. Bonvole entajpu la necesajn detalojn por daŭrigi." chance_to_review_html: "<strong>La generataj kondiĉoj de uzado ne aŭtomate publikiĝos.</strong> 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. 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 title: Agordo de kondiĉoj de uzado
going_live_on_html: Efektiviĝos %{date}
history: Historio history: Historio
live: Antaŭmontro live: Antaŭmontro
no_history: Ankoraŭ ne estas registritaj ŝanĝoj de la kondiĉoj de la servo. 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. <strong>Konservu realirajn kodojn sekure</strong>. Ekzemple, vi povas printi ilin kaj konservi ilin kun aliaj gravaj dokumentoj. 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. <strong>Konservu realirajn kodojn sekure</strong>. Ekzemple, vi povas printi ilin kaj konservi ilin kun aliaj gravaj dokumentoj.
webauthn: Sekurecaj ŝlosiloj webauthn: Sekurecaj ŝlosiloj
user_mailer: user_mailer:
announcement_published:
description: 'La administrantoj de %{domain} faras anoncon:'
subject: Serva anonco
title: "%{domain} serva anonco"
appeal_approved: appeal_approved:
action: Konto-agordoj action: Konto-agordoj
explanation: La apelacio de la admono kontra via konto je %{strike_date} pri sendodato %{appeal_date} aprobitas. 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: 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. 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:' 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 <strong>%{date}</strong> Ni instigas vin revizii la <a href="%{path}" target="_blank">ĝisdatigitajn terminojn plene ĉi tie</a>.
sign_off: La teamo de %{domain} sign_off: La teamo de %{domain}
subject: Ĝisdatigoj al niaj kondiĉoj de servo subject: Ĝisdatigoj al niaj kondiĉoj de servo
subtitle: La kondiĉoj de la servo de %{domain} ŝanĝiĝas subtitle: La kondiĉoj de la servo de %{domain} ŝanĝiĝas

View File

@ -309,6 +309,7 @@ es-AR:
title: Registro de auditoría title: Registro de auditoría
unavailable_instance: "[nombre de dominio no disponible]" unavailable_instance: "[nombre de dominio no disponible]"
announcements: announcements:
back: Volver a los anuncios
destroyed_msg: "¡Anuncio eliminado exitosamente!" destroyed_msg: "¡Anuncio eliminado exitosamente!"
edit: edit:
title: Editar anuncio title: Editar anuncio
@ -317,6 +318,9 @@ es-AR:
new: new:
create: Crear anuncio create: Crear anuncio
title: Nuevo anuncio title: Nuevo anuncio
preview:
explanation_html: 'El correo electrónico se enviará a <strong>%{display_count} usuarios</strong>. En el correo electrónico se incluirá el siguiente texto:'
title: Previsualizar la notificación del anuncio
publish: Publicar publish: Publicar
published_msg: "¡Anuncio publicado exitosamente!" published_msg: "¡Anuncio publicado exitosamente!"
scheduled_for: Programado para %{time} scheduled_for: Programado para %{time}
@ -939,6 +943,7 @@ es-AR:
chance_to_review_html: "<strong>Los términos del servicio generados no se publicarán automáticamente.</strong> Vas a tener la oportunidad de revisar el resultado. Por favor, rellená los detalles necesarios para continuar." chance_to_review_html: "<strong>Los términos del servicio generados no se publicarán automáticamente.</strong> 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. 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 title: Configuración de los términos del servicio
going_live_on_html: Actual, efectivo desde %{date}
history: Historial history: Historial
live: En vivo live: En vivo
no_history: Aún no se han registrado cambios en los términos del servicio. 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. <strong>Mantenelos a salvo</strong>. Por ejemplo, podés imprimirlos y guardarlos con otros documentos importantes. 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. <strong>Mantenelos a salvo</strong>. Por ejemplo, podés imprimirlos y guardarlos con otros documentos importantes.
webauthn: Llaves de seguridad webauthn: Llaves de seguridad
user_mailer: 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: appeal_approved:
action: Configuración de la cuenta 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. 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: 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. 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:' 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 <strong>%{date}</strong>. Te alentamos a revisar los <a href="%{path}" target="_blank"> términos actualizados en su totalidad aquí</a>.
sign_off: El equipo de %{domain} sign_off: El equipo de %{domain}
subject: Actualizaciones en nuestros términos del servicio subject: Actualizaciones en nuestros términos del servicio
subtitle: Los términos del servicio de %{domain} están cambiando subtitle: Los términos del servicio de %{domain} están cambiando

View File

@ -309,6 +309,7 @@ es-MX:
title: Log de auditoría title: Log de auditoría
unavailable_instance: "(nombre de dominio no disponible)" unavailable_instance: "(nombre de dominio no disponible)"
announcements: announcements:
back: Volver a la sección de anuncios
destroyed_msg: "¡Anuncio eliminado con éxito!" destroyed_msg: "¡Anuncio eliminado con éxito!"
edit: edit:
title: Editar anuncio title: Editar anuncio
@ -317,6 +318,9 @@ es-MX:
new: new:
create: Crear anuncio create: Crear anuncio
title: Nuevo anuncio title: Nuevo anuncio
preview:
explanation_html: 'El correo electrónico se enviará a <strong>%{display_count} usuarios</strong>. En el correo electrónico se incluirá el siguiente texto:'
title: Vista previa de la notificación del anuncio
publish: Publicar publish: Publicar
published_msg: "¡Anuncio publicado con éxito!" published_msg: "¡Anuncio publicado con éxito!"
scheduled_for: Programado para %{time} scheduled_for: Programado para %{time}
@ -939,6 +943,7 @@ es-MX:
chance_to_review_html: "<strong>Las condiciones de servicio generadas no se publicarán automáticamente.</strong> Tendrás la oportunidad de revisar los resultados. Por favor, rellena los datos necesarios para continuar." chance_to_review_html: "<strong>Las condiciones de servicio generadas no se publicarán automáticamente.</strong> 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. 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 title: Configuración de las condiciones del servicio
going_live_on_html: En vigor desde %{date}
history: Historial history: Historial
live: Actual live: Actual
no_history: No se han registrado cambios en las condiciones del servicio hasta el momento. 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. <strong>Mantenlos a salvo</strong>. Por ejemplo, puedes imprimirlos y guardarlos con otros documentos importantes. 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. <strong>Mantenlos a salvo</strong>. Por ejemplo, puedes imprimirlos y guardarlos con otros documentos importantes.
webauthn: Claves de seguridad webauthn: Claves de seguridad
user_mailer: user_mailer:
announcement_published:
description: 'Los administradores de %{domain} están haciendo un anuncio:'
subject: Anuncio
title: Anuncio de %{domain}
appeal_approved: appeal_approved:
action: Ajustes de la cuenta 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. 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: 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. 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:' 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 <strong>%{date}</strong>. Te animamos a revisar los <a href="%{path}" target="_blank"> términos actualizados en su totalidad aquí</a>.
sign_off: El equipo de %{domain} sign_off: El equipo de %{domain}
subject: Actualizaciones en nuestras condiciones del servicio subject: Actualizaciones en nuestras condiciones del servicio
subtitle: Las condiciones del servicio de %{domain} han cambiado subtitle: Las condiciones del servicio de %{domain} han cambiado

View File

@ -2,7 +2,7 @@
es: es:
about: 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!' 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 contact_unavailable: No disponible
hosted_on: Mastodon alojado en %{domain} hosted_on: Mastodon alojado en %{domain}
title: Acerca de title: Acerca de
@ -11,7 +11,7 @@ es:
one: Seguidor one: Seguidor
other: Seguidores other: Seguidores
following: Siguiendo 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 last_active: última conexión
link_verified_on: La propiedad de este vínculo fue verificada el %{date} link_verified_on: La propiedad de este vínculo fue verificada el %{date}
nothing_here: "¡No hay nada aquí!" nothing_here: "¡No hay nada aquí!"
@ -40,7 +40,7 @@ es:
avatar: Avatar avatar: Avatar
by_domain: Dominio by_domain: Dominio
change_email: change_email:
changed_msg: Email cambiado con éxito!" changed_msg: Correo electrónico cambiado con éxito!"
current_email: Correo electrónico actual current_email: Correo electrónico actual
label: Cambiar el correo electrónico label: Cambiar el correo electrónico
new_email: Nuevo 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_sign_in_token_auth: Deshabilitar la autenticación por token de correo electrónico
disable_two_factor_authentication: Desactivar autenticación de dos factores disable_two_factor_authentication: Desactivar autenticación de dos factores
disabled: Deshabilitada disabled: Deshabilitada
display_name: Nombre display_name: Nombre para mostrar
domain: Dominio domain: Dominio
edit: Editar edit: Editar
email: Correo electrónico email: Correo electrónico
@ -102,7 +102,7 @@ es:
moderation_notes: Notas de moderación moderation_notes: Notas de moderación
most_recent_activity: Actividad más reciente most_recent_activity: Actividad más reciente
most_recent_ip: IP 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_limits_imposed: Sin límites impuestos
no_role_assigned: Ningún rol asignado no_role_assigned: Ningún rol asignado
not_subscribed: No se está suscrito not_subscribed: No se está suscrito
@ -309,6 +309,7 @@ es:
title: Registro de auditoría title: Registro de auditoría
unavailable_instance: "(nombre de dominio no disponible)" unavailable_instance: "(nombre de dominio no disponible)"
announcements: announcements:
back: Volver a la sección de anuncios
destroyed_msg: "¡Anuncio eliminado con éxito!" destroyed_msg: "¡Anuncio eliminado con éxito!"
edit: edit:
title: Editar anuncio title: Editar anuncio
@ -317,6 +318,9 @@ es:
new: new:
create: Crear anuncio create: Crear anuncio
title: Nuevo anuncio title: Nuevo anuncio
preview:
explanation_html: 'El correo electrónico se enviará a <strong>%{display_count} usuarios</strong>. En el correo electrónico se incluirá el siguiente texto:'
title: Vista previa de la notificación del anuncio
publish: Publicar publish: Publicar
published_msg: "¡Anuncio publicado con éxito!" published_msg: "¡Anuncio publicado con éxito!"
scheduled_for: Programado para %{time} scheduled_for: Programado para %{time}
@ -939,6 +943,7 @@ es:
chance_to_review_html: "<strong>Los términos del servicio generados no se publicarán automáticamente..</strong> Tendrás la oportunidad de revisar el resultado. Por favor, rellena los detalles necesarios para continuar." chance_to_review_html: "<strong>Los términos del servicio generados no se publicarán automáticamente..</strong> 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. 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 title: Configuración de términos del servicio
going_live_on_html: En vigor desde %{date}
history: Historial history: Historial
live: En vivo live: En vivo
no_history: Aún no se han registrado cambios en los términos del servicio. 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. <strong>Mantenlos a salvo</strong>. Por ejemplo, puedes imprimirlos y guardarlos con otros documentos importantes. 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. <strong>Mantenlos a salvo</strong>. Por ejemplo, puedes imprimirlos y guardarlos con otros documentos importantes.
webauthn: Claves de seguridad webauthn: Claves de seguridad
user_mailer: user_mailer:
announcement_published:
description: 'Los administradores de %{domain} están haciendo un anuncio:'
subject: Anuncio
title: Anuncio de %{domain}
appeal_approved: appeal_approved:
action: Ajustes de la cuenta 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. 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: 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. 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:' 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 <strong>%{date}</strong>. Te animamos a revisar los <a href="%{path}" target="_blank"> términos actualizados en su totalidad aquí</a>.
sign_off: El equipo de %{domain} sign_off: El equipo de %{domain}
subject: Actualizaciones en nuestros términos del servicio subject: Actualizaciones en nuestros términos del servicio
subtitle: Los términos del servicio de %{domain} están cambiando subtitle: Los términos del servicio de %{domain} están cambiando

View File

@ -291,7 +291,7 @@ fa:
silence_account_html: "%{name} حساب %{target} را محدود کرد" silence_account_html: "%{name} حساب %{target} را محدود کرد"
suspend_account_html: "%{name} حساب %{target} را تعلیق کرد" suspend_account_html: "%{name} حساب %{target} را تعلیق کرد"
unassigned_report_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} را برداشت" unsensitive_account_html: "%{name} علامت حساس رسانهٔ %{target} را برداشت"
unsilence_account_html: "%{name} محدودیت حساب %{target} را برداشت" unsilence_account_html: "%{name} محدودیت حساب %{target} را برداشت"
unsuspend_account_html: "%{name} حساب %{target} را از تعلیق خارج کرد" unsuspend_account_html: "%{name} حساب %{target} را از تعلیق خارج کرد"
@ -309,6 +309,7 @@ fa:
title: سیاههٔ بازرسی title: سیاههٔ بازرسی
unavailable_instance: "(نام دامنه ناموجود)" unavailable_instance: "(نام دامنه ناموجود)"
announcements: announcements:
back: بازگشت به اعلامیه‌ها
destroyed_msg: اعلامیه با موفقیت حذف شد! destroyed_msg: اعلامیه با موفقیت حذف شد!
edit: edit:
title: ویرایش اعلامیه title: ویرایش اعلامیه
@ -317,6 +318,9 @@ fa:
new: new:
create: ساختن اعلامیه create: ساختن اعلامیه
title: اعلامیهٔ تازه title: اعلامیهٔ تازه
preview:
explanation_html: 'رایانامه برای <strong>%{display_count} کاربر</strong> فرستاده خواهد شد. متن زیر در رایانامه قرار خواهد گرفت:'
title: پیش‌نمایش آگاهی اعلامیه
publish: انتشار publish: انتشار
published_msg: اعلامیه با موفقیت منتشر شد! published_msg: اعلامیه با موفقیت منتشر شد!
scheduled_for: زمان‌بسته برای %{time} scheduled_for: زمان‌بسته برای %{time}
@ -457,7 +461,7 @@ fa:
title: مسدودسازی دامنهٔ رایانامهٔ جدید title: مسدودسازی دامنهٔ رایانامهٔ جدید
no_email_domain_block_selected: هیچ انسداد دامنهٔ رایانامه‌ای تغییر نکرد زیرا هیچ‌کدامشان انتخاب نشده بودند no_email_domain_block_selected: هیچ انسداد دامنهٔ رایانامه‌ای تغییر نکرد زیرا هیچ‌کدامشان انتخاب نشده بودند
not_permitted: مجاز نیست not_permitted: مجاز نیست
resolved_dns_records_hint_html: نام دامنه به دامنه های MX زیر منتقل می شود که در نهایت مسئولیت پذیرش ایمیل را بر عهده دارند. مسدود کردن دامنه MX، ثبت نام از هر آدرس ایمیلی را که از همان دامنه MX استفاده می کند، مسدود می کند، حتی اگر نام دامنه قابل مشاهده متفاوت باشد. <strong>مراقب باشید ارائه دهندگان ایمیل اصلی را مسدود نکنید.</strong> resolved_dns_records_hint_html: نام دامنه به دامنه‌های MX زیر منتقل می شود که در نهایت مسئولیت پذیرش رایانامه را بر عهده دارند. انسداد دامنهٔ MX، ثبت‌نام از هر نشانی رایانامه‌ای را که از همان دامنهٔ MX استفاده می‌کند را مسدود می‌کند؛ حتا اگر نام دامنهٔ نمایان متفاوت باشد. <strong>مراقب باشید ارائه‌دهندگان رایانامهٔ بزرگ را مسدود نکنید.</strong>
resolved_through_html: از طریق %{domain} حل شد resolved_through_html: از طریق %{domain} حل شد
title: دامنه‌های رایانامهٔ مسدود شده title: دامنه‌های رایانامهٔ مسدود شده
export_domain_allows: export_domain_allows:
@ -613,7 +617,7 @@ fa:
resolve_description_html: هیچ کنشی علیه حساب گزارش شده انجام نخواهد شد. هیچ شکایتی ضبط نشده و گزارش بسته خواهد شد. resolve_description_html: هیچ کنشی علیه حساب گزارش شده انجام نخواهد شد. هیچ شکایتی ضبط نشده و گزارش بسته خواهد شد.
silence_description_html: این حساب فقط برای کسانی قابل مشاهده خواهد بود که قبلاً آن را دنبال می کنند یا به صورت دستی آن را جستجو می کنند و دسترسی آن را به شدت محدود می کند. همیشه می توان برگرداند. همه گزارش‌های مربوط به این حساب را می‌بندد. silence_description_html: این حساب فقط برای کسانی قابل مشاهده خواهد بود که قبلاً آن را دنبال می کنند یا به صورت دستی آن را جستجو می کنند و دسترسی آن را به شدت محدود می کند. همیشه می توان برگرداند. همه گزارش‌های مربوط به این حساب را می‌بندد.
suspend_description_html: اکانت و تمامی محتویات آن غیرقابل دسترسی و در نهایت حذف خواهد شد و تعامل با آن غیر ممکن خواهد بود. قابل برگشت در عرض 30 روز همه گزارش‌های مربوط به این حساب را می‌بندد. suspend_description_html: اکانت و تمامی محتویات آن غیرقابل دسترسی و در نهایت حذف خواهد شد و تعامل با آن غیر ممکن خواهد بود. قابل برگشت در عرض 30 روز همه گزارش‌های مربوط به این حساب را می‌بندد.
actions_description_html: تصمیم بگیرید که چه اقدامی برای حل این گزارش انجام دهید. اگر اقدام تنبیهی علیه حساب گزارش شده انجام دهید، یک اعلان ایمیل برای آنها ارسال می شود، به جز زمانی که دسته <strong>هرزنامه</strong> انتخاب شده باشد. actions_description_html: تصمیم گیری کنش اقدامی برای حل این گزارش. در صورت انجام کنش تنبیهی روی حساب گزارش شده، غیر از زمان یکه دستهٔ <strong>هرزنامه</strong> گزیده باشد، برایش آگاهی رایانامه‌ای فرستاده خواهد شد.
actions_description_remote_html: تصمیم بگیرید که چه اقدامی برای حل این گزارش انجام دهید. این فقط بر نحوه ارتباط سرور <strong>شما</strong> با این حساب راه دور و مدیریت محتوای آن تأثیر می گذارد. actions_description_remote_html: تصمیم بگیرید که چه اقدامی برای حل این گزارش انجام دهید. این فقط بر نحوه ارتباط سرور <strong>شما</strong> با این حساب راه دور و مدیریت محتوای آن تأثیر می گذارد.
actions_no_posts: این گزارش هیچ پست مرتبطی برای حذف ندارد actions_no_posts: این گزارش هیچ پست مرتبطی برای حذف ندارد
add_to_report: افزودن بیش‌تر به گزارش add_to_report: افزودن بیش‌تر به گزارش
@ -679,7 +683,7 @@ fa:
delete_data_html: نمایه و محتویات <strong>@%{acct}</strong> را 30 روز بعد حذف کنید، مگر اینکه در این مدت معلق نشوند delete_data_html: نمایه و محتویات <strong>@%{acct}</strong> را 30 روز بعد حذف کنید، مگر اینکه در این مدت معلق نشوند
preview_preamble_html: "<strong>@%{acct}</strong> اخطاری با محتوای زیر دریافت خواهد کرد:" preview_preamble_html: "<strong>@%{acct}</strong> اخطاری با محتوای زیر دریافت خواهد کرد:"
record_strike_html: ضبط شکایتی علیه <strong>@%{acct}</strong> برای کمک به تصمیم‌گیری برای قانون‌شکنی‌های آیندهٔ این حساب record_strike_html: ضبط شکایتی علیه <strong>@%{acct}</strong> برای کمک به تصمیم‌گیری برای قانون‌شکنی‌های آیندهٔ این حساب
send_email_html: یک ایمیل هشدار به <strong>@%{acct}</strong> ارسال کنید send_email_html: فرستادن رایانامهٔ هشدار به <strong>@%{acct}</strong>
warning_placeholder: استدلال اضافی اختیاری برای اقدام تعدیل. warning_placeholder: استدلال اضافی اختیاری برای اقدام تعدیل.
target_origin: خاستگاه حساب گزارش‌شده target_origin: خاستگاه حساب گزارش‌شده
title: گزارش‌ها title: گزارش‌ها
@ -719,7 +723,7 @@ fa:
manage_appeals: مدیریت درخواست‌های بازنگری manage_appeals: مدیریت درخواست‌های بازنگری
manage_appeals_description: به کاربران امکان می‌دهد درخواست‌های تجدیدنظر علیه اقدامات تعدیل را بررسی کنند manage_appeals_description: به کاربران امکان می‌دهد درخواست‌های تجدیدنظر علیه اقدامات تعدیل را بررسی کنند
manage_blocks: مدیریت مسدودی‌ها manage_blocks: مدیریت مسدودی‌ها
manage_blocks_description: به کاربران اجازه می دهد تا ارائه دهندگان ایمیل و آدرس های آی پی را مسدود کنند manage_blocks_description: می‌گذارد کاربران فراهم‌کنندگان رایانامه و نشانی‌های آی‌پی را مسدود کنند
manage_custom_emojis: مدیریت ایموجی‌های سفارشی manage_custom_emojis: مدیریت ایموجی‌های سفارشی
manage_custom_emojis_description: به کاربران اجازه می دهد تا ایموجی های سفارشی را روی سرور مدیریت کنند manage_custom_emojis_description: به کاربران اجازه می دهد تا ایموجی های سفارشی را روی سرور مدیریت کنند
manage_federation: مدیریت خودگردانی manage_federation: مدیریت خودگردانی
@ -735,9 +739,9 @@ fa:
manage_settings: مدیریت تنظیمات manage_settings: مدیریت تنظیمات
manage_settings_description: اجازه به کاربران برای تغییر تنظیمات پایگاه manage_settings_description: اجازه به کاربران برای تغییر تنظیمات پایگاه
manage_taxonomies: مدیریت طیقه‌بندی‌ها manage_taxonomies: مدیریت طیقه‌بندی‌ها
manage_taxonomies_description: به کاربران امکان می‌دهد محتوای پرطرفدار را بررسی کنند و تنظیمات هشتگ را به‌روزرسانی کنند manage_taxonomies_description: می‌گذارد کاربران محتوای داغ را بررسی و تنظیمات برچسب را به‌روز کنند
manage_user_access: مدیریت دسترسی کاربران manage_user_access: مدیریت دسترسی کاربران
manage_user_access_description: به کاربران اجازه می دهد تا احراز هویت دو مرحله ای سایر کاربران را غیرفعال کنند، آدرس ایمیل آنها را تغییر دهند و رمز عبور خود را بازنشانی کنند manage_user_access_description: می‌گذارد کاربران هویت‌سنجی دو مرحله‌ای دیگر کاربران را از کار انداخته، نشانی رایانامه‌شان را تغییر داده و گذرواژه‌شان را بازنشانی کنند
manage_users: مدیریت کاربران manage_users: مدیریت کاربران
manage_users_description: به کاربران اجازه می دهد تا جزئیات سایر کاربران را مشاهده کنند و اقدامات تعدیل را علیه آنها انجام دهند manage_users_description: به کاربران اجازه می دهد تا جزئیات سایر کاربران را مشاهده کنند و اقدامات تعدیل را علیه آنها انجام دهند
manage_webhooks: مدیریت قلّاب‌های وب manage_webhooks: مدیریت قلّاب‌های وب
@ -812,7 +816,7 @@ fa:
destroyed_msg: بارگذاری پایگاه با موفقیت حذف شد! destroyed_msg: بارگذاری پایگاه با موفقیت حذف شد!
software_updates: software_updates:
critical_update: بحرانی — لطفاً به سرعت به‌روز کنید critical_update: بحرانی — لطفاً به سرعت به‌روز کنید
description: توصیه می شود نصب ماستودون خود را به روز نگه دارید تا از آخرین اصلاحات و ویژگی ها بهره مند شوید. علاوه بر این، گاهی اوقات برای جلوگیری از مشکلات امنیتی، به روز رسانی ماستودون به موقع ضروری است. به این دلایل، ماستودون هر 30 دقیقه یکبار به‌روزرسانی‌ها را بررسی می‌کند و طبق اولویت‌های اعلان ایمیل شما را مطلع می‌کند. description: توصیه می‌شود نصب ماستودونتان را به‌روز نگه داشته تا از جدیدترین اصلاحات و ویژگی‌ها بهره‌مند شوید. همچنین گاهی به‌روز رسانی به‌موقع ماستودون برای پیشگیری از مشکلات امنیتی ضروریست. برای همین ماستودون هر ۳۰ دقیقه به‌روز رسانی‌ها را بررسی کرده و بنا به ترجیحات آگاهی رایانامه‌ایتان آگاهتان خواهد کرد.
documentation_link: بیش‌تر بیاموزید documentation_link: بیش‌تر بیاموزید
release_notes: یادداشت‌های انتشار release_notes: یادداشت‌های انتشار
title: به‌روز رسانی‌های موجود title: به‌روز رسانی‌های موجود
@ -939,6 +943,7 @@ fa:
chance_to_review_html: "<strong>شرایط خدمات ایجاد شده به صورت خودکار منتشر نخواهد شد.</strong> شما فرصتی خواهید داشت که نتایج را بررسی کنید. لطفا مشخصات لازم را برای ادامه وارد کنید." chance_to_review_html: "<strong>شرایط خدمات ایجاد شده به صورت خودکار منتشر نخواهد شد.</strong> شما فرصتی خواهید داشت که نتایج را بررسی کنید. لطفا مشخصات لازم را برای ادامه وارد کنید."
explanation_html: الگوی شرایط خدمات ارائه شده فقط برای اهداف اطلاعاتی است و نباید به عنوان مشاوره حقوقی در مورد هر موضوعی تلقی شود. لطفاً در مورد وضعیت خود و سؤالات حقوقی خاصی که دارید با مشاور حقوقی خود مشورت کنید. explanation_html: الگوی شرایط خدمات ارائه شده فقط برای اهداف اطلاعاتی است و نباید به عنوان مشاوره حقوقی در مورد هر موضوعی تلقی شود. لطفاً در مورد وضعیت خود و سؤالات حقوقی خاصی که دارید با مشاور حقوقی خود مشورت کنید.
title: راه اندازی شرایط خدمات title: راه اندازی شرایط خدمات
going_live_on_html: زنده. اعمال شده از %{date}
history: تاریخچه history: تاریخچه
live: زنده live: زنده
no_history: هنوز هیچ تغییری در شرایط خدمات ثبت نشده است. no_history: هنوز هیچ تغییری در شرایط خدمات ثبت نشده است.
@ -946,11 +951,11 @@ fa:
notified_on_html: کاربران در %{date} مطلع شدند notified_on_html: کاربران در %{date} مطلع شدند
notify_users: به کاربران اطلاع دهید notify_users: به کاربران اطلاع دهید
preview: preview:
explanation_html: 'ایمیل برای <strong>%{display_count} کاربران</strong> که قبل از %{date} ثبت نام کرده اند ارسال خواهد شد. متن زیر در ایمیل درج خواهد شد:' explanation_html: 'رایانامه برای <strong>%{display_count} کاربری</strong> که پیش از %{date} ثبت‌نام کرده‌اند فرستاده خواهد شد. متن زیر در رایانامه قرار خواهد گرفت:'
send_preview: ارسال پیش نمایش به %{email} send_preview: ارسال پیش نمایش به %{email}
send_to_all: send_to_all:
one: "%{display_count} ایمیل ارسال کنید" one: "%{display_count} ایمیل ارسال کنید"
other: "%{display_count} ایمیل ارسال کنید" other: فرستادن %{display_count} رایانامه
title: پیش نمایش اعلان شرایط خدمات title: پیش نمایش اعلان شرایط خدمات
publish: انتشار دهید publish: انتشار دهید
published_on_html: منتشر شده در %{date} published_on_html: منتشر شده در %{date}
@ -1136,7 +1141,7 @@ fa:
hint_html: فقط یک چیز دیگر! ما باید تأیید کنیم که شما یک انسان هستید (این برای جلوگیری از هرزنامه است!). کپچا زیر را حل کنید و روی "ادامه" کلیک کنید. hint_html: فقط یک چیز دیگر! ما باید تأیید کنیم که شما یک انسان هستید (این برای جلوگیری از هرزنامه است!). کپچا زیر را حل کنید و روی "ادامه" کلیک کنید.
title: بررسی های امنیتی title: بررسی های امنیتی
confirmations: confirmations:
awaiting_review: آدرس ایمیل شما تایید شد! کارکنان %{domain} اکنون در حال بررسی ثبت نام شما هستند. اگر حساب شما را تایید کنند یک ایمیل دریافت خواهید کرد! awaiting_review: نشانی رایانامه‌تان تأیید شد! عوامل %{domain} دارند ثبت‌نامتان را بررسی می‌کنند. در صورت تأیید حسابتان رایانامه‌ای خواهید گرفت!
awaiting_review_title: ثبت‌نامتان دارد بررسی می‌شود awaiting_review_title: ثبت‌نامتان دارد بررسی می‌شود
clicking_this_link: زدن این پیوند clicking_this_link: زدن این پیوند
login_link: ورود login_link: ورود
@ -1144,7 +1149,7 @@ fa:
redirect_to_app_html: باید به برنامه <strong>%{app_name}</strong> هدایت می‌شوید. اگر این اتفاق نیفتاد، %{clicking_this_link} را امتحان کنید یا به صورت دستی به برنامه برگردید. redirect_to_app_html: باید به برنامه <strong>%{app_name}</strong> هدایت می‌شوید. اگر این اتفاق نیفتاد، %{clicking_this_link} را امتحان کنید یا به صورت دستی به برنامه برگردید.
registration_complete: ثبت نام شما در %{domain} اکنون کامل شده است! registration_complete: ثبت نام شما در %{domain} اکنون کامل شده است!
welcome_title: خوش آمدید، %{name}! welcome_title: خوش آمدید، %{name}!
wrong_email_hint: اگر آن آدرس ایمیل درست نیست، می‌توانید آن را در تنظیمات حساب تغییر دهید. wrong_email_hint: اگر نشانی رایانامه درست نیست می‌توانید در تنظیمات حساب تغییرش دهید.
delete_account: پاک‌کردن حساب delete_account: پاک‌کردن حساب
delete_account_html: اگر می‌خواهید حساب خود را پاک کنید، از <a href="%{path}">این‌جا</a> پیش بروید. از شما درخواست تأیید خواهد شد. delete_account_html: اگر می‌خواهید حساب خود را پاک کنید، از <a href="%{path}">این‌جا</a> پیش بروید. از شما درخواست تأیید خواهد شد.
description: description:
@ -1186,10 +1191,10 @@ fa:
security: امنیت security: امنیت
set_new_password: تعین گذرواژه جدید set_new_password: تعین گذرواژه جدید
setup: setup:
email_below_hint_html: پوشه هرزنامه خود را بررسی کنید یا یک پوشه دیگر درخواست کنید. در صورت اشتباه می توانید آدرس ایمیل خود را تصحیح کنید. email_below_hint_html: بررسی شاخهٔ هرزنامه یا درخواست رایانامه‌ای دیگر. در صورت اشتباه بودن نشانی رایانامه می‌توانید تصحیحش کنید.
email_settings_hint_html: برای شروع استفاده از ماستودون روی پیوندی که به %{email} فرستادیم کلیک کنید. همین جا منتظر می مانیم. email_settings_hint_html: برای شروع استفاده از ماستودون روی پیوندی که به %{email} فرستادیم کلیک کنید. همین جا منتظر می مانیم.
link_not_received: پیوندی نگرفتید؟ link_not_received: پیوندی نگرفتید؟
new_confirmation_instructions_sent: تا چند دقیقه دیگر یک ایمیل جدید با لینک تایید دریافت خواهید کرد! new_confirmation_instructions_sent: تا چند دقیقهٔ دیگر رایانامه‌ای جدید با پیوند تأییدیه خواهید گرفت!
title: صندوق ورودیتان را بررسی کنید title: صندوق ورودیتان را بررسی کنید
sign_in: sign_in:
preamble_html: با اطلاعات کاربری <strong>%{domain}</strong> خود وارد شوید. اگر حساب شما روی سرور دیگری میزبانی شود، نمی توانید در اینجا وارد شوید. preamble_html: با اطلاعات کاربری <strong>%{domain}</strong> خود وارد شوید. اگر حساب شما روی سرور دیگری میزبانی شود، نمی توانید در اینجا وارد شوید.
@ -1522,7 +1527,7 @@ fa:
unsubscribe: unsubscribe:
action: بله. لغو اشتراک action: بله. لغو اشتراک
complete: لغو اشتراک شد complete: لغو اشتراک شد
confirmation_html: آیا مطمئنید که می‌خواهید از دریافت %{type} برای ماستودون در %{domain} به ایمیل خود در %{email} لغو اشتراک کنید؟ همیشه می‌توانید از <a href="%{settings_path}">تنظیمات اعلان ایمیل</a> خود مجدداً مشترک شوید. confirmation_html: مطمئنید که می‌خواهید اشتراک %{type} را از ماستودون روی %{domain} برای رایانامهٔ %{email} لغو کنید؟ همواره می‌توانید از <a href="%{settings_path}">تنظیمات آگاهی رایانامه‌ای</a> دوباره مشترک شوید.
emails: emails:
notification_emails: notification_emails:
favourite: رایانامه‌های آگاهی برگزیدن favourite: رایانامه‌های آگاهی برگزیدن
@ -1530,8 +1535,8 @@ fa:
follow_request: رایانامه‌های درخواست پی‌گیری follow_request: رایانامه‌های درخواست پی‌گیری
mention: رایانامه‌های آگاهی اشاره mention: رایانامه‌های آگاهی اشاره
reblog: رایانامه‌های آگاهی تقویت reblog: رایانامه‌های آگاهی تقویت
resubscribe_html: اگر به اشتباه اشتراک را لغو کردهاید، می‌توانید از <a href="%{settings_path}">تنظیمات اعلان ایمیل</a> خود مجدداً اشتراک کنید. resubscribe_html: اگر اشتراک را اشتباهی لغو کردید می‌توانید از <a href="%{settings_path}">تنظیمات آگاهی رایانامه‌ای</a> دوباره مشترک شوید.
success_html: دیگر %{type} را برای ماستودون در %{domain} به ایمیل خود در %{email} دریافت نخواهید کرد. success_html: دیگر %{type} را از ماستودون روی %{domain} برای رایانامهٔ %{email} نخواهید گرفت.
title: لغو اشتراک title: لغو اشتراک
media_attachments: media_attachments:
validations: validations:
@ -1904,6 +1909,10 @@ fa:
recovery_instructions_html: اگر تلفن خود را گم کردید، می‌توانید با یکی از کدهای بازیابی زیر کنترل حساب خود را به دست بگیرید. <strong>این کدها را در جای امنی نگه دارید.</strong> مثلاً آن‌ها را چاپ کنید و کنار سایر مدارک مهم خود قرار دهید. recovery_instructions_html: اگر تلفن خود را گم کردید، می‌توانید با یکی از کدهای بازیابی زیر کنترل حساب خود را به دست بگیرید. <strong>این کدها را در جای امنی نگه دارید.</strong> مثلاً آن‌ها را چاپ کنید و کنار سایر مدارک مهم خود قرار دهید.
webauthn: کلیدهای امنیتی webauthn: کلیدهای امنیتی
user_mailer: user_mailer:
announcement_published:
description: 'مدیران %{domain} اعلامیه‌ای داده‌اند:'
subject: اعلامیهٔ خدمت
title: اعلامیهٔ خدمت %{domain}
appeal_approved: appeal_approved:
action: تنظیمات حساب action: تنظیمات حساب
explanation: درخواست تجدیدنظر اخطار علیه حساب شما در %{strike_date} که در %{appeal_date} ارسال کرده‌اید، پذیرفته شده است. حساب شما بار دیگر در وضعیت خوبی قرار دارد. explanation: درخواست تجدیدنظر اخطار علیه حساب شما در %{strike_date} که در %{appeal_date} ارسال کرده‌اید، پذیرفته شده است. حساب شما بار دیگر در وضعیت خوبی قرار دارد.
@ -1936,6 +1945,8 @@ fa:
terms_of_service_changed: terms_of_service_changed:
agreement: با ادامه استفاده از %{domain}، با این شرایط موافقت می کنید. اگر با شرایط به‌روزرسانی شده مخالف هستید، می‌توانید در هر زمان با حذف حساب خود، قرارداد خود را با %{domain} فسخ کنید. agreement: با ادامه استفاده از %{domain}، با این شرایط موافقت می کنید. اگر با شرایط به‌روزرسانی شده مخالف هستید، می‌توانید در هر زمان با حذف حساب خود، قرارداد خود را با %{domain} فسخ کنید.
changelog: 'در یک نگاه، معنای این به‌روزرسانی برای شما چیست:' changelog: 'در یک نگاه، معنای این به‌روزرسانی برای شما چیست:'
description: 'این رایانانه را می‌گیرید چرا که دارین اغییراتی در شرایط خدمتتان در %{domain} می‌دهیم. این به‌روز رسانی‌ها از %{date} اعمال خواهند شد. توصیه می‌کنیم شرایط به‌روز شده را به طور کامل در این‌جا بازبینی کنید:'
description_html: این رایانانه را می‌گیرید چرا که دارین اغییراتی در شرایط خدمتتان در %{domain} می‌دهیم. این به‌روز رسانی‌ها از <strong>%{date}</strong> اعمال خواهند شد. توصیه می‌کنیم شرایط به‌روز شده را به طور کامل در <a href="%{path}" target="_blank">این‌جا</a> بازبینی کنید.
sign_off: تیم %{domain} sign_off: تیم %{domain}
subject: به‌روزرسانی‌های شرایط خدمات ما subject: به‌روزرسانی‌های شرایط خدمات ما
subtitle: شرایط خدمات %{domain} در حال تغییر است subtitle: شرایط خدمات %{domain} در حال تغییر است
@ -2016,7 +2027,7 @@ fa:
follow_limit_reached: شما نمی‌توانید بیش از %{limit} نفر را پی بگیرید follow_limit_reached: شما نمی‌توانید بیش از %{limit} نفر را پی بگیرید
go_to_sso_account_settings: به تنظیمات حساب فراهمگر هوبتتان بروید go_to_sso_account_settings: به تنظیمات حساب فراهمگر هوبتتان بروید
invalid_otp_token: کد ورود دومرحله‌ای نامعتبر است invalid_otp_token: کد ورود دومرحله‌ای نامعتبر است
otp_lost_help_html: اگر شما دسترسی به هیچ‌کدامشان ندارید، باید با ایمیل %{email} تماس بگیرید otp_lost_help_html: اگر به هیچ‌کدامشان دسترسی ندارید با %{email} تماس بگیرید
rate_limited: تلاش ّای هویت‌سنجی بیش از حد. لطفاً بعداً دوباره تلاش کنید. rate_limited: تلاش ّای هویت‌سنجی بیش از حد. لطفاً بعداً دوباره تلاش کنید.
seamless_external_login: با خدمتی خارجی وارد شده‌اید، برای همین تنظیمات رایانامه و گذرواژه در دسترس نیستند. seamless_external_login: با خدمتی خارجی وارد شده‌اید، برای همین تنظیمات رایانامه و گذرواژه در دسترس نیستند.
signed_in_as: 'واردشده به نام:' signed_in_as: 'واردشده به نام:'

View File

@ -309,6 +309,7 @@ fi:
title: Tarkastusloki title: Tarkastusloki
unavailable_instance: "(verkkotunnus ei saatavilla)" unavailable_instance: "(verkkotunnus ei saatavilla)"
announcements: announcements:
back: Takaisin tiedotteisiin
destroyed_msg: Tiedotteen poisto onnistui! destroyed_msg: Tiedotteen poisto onnistui!
edit: edit:
title: Muokkaa tiedotetta title: Muokkaa tiedotetta
@ -317,6 +318,9 @@ fi:
new: new:
create: Luo tiedote create: Luo tiedote
title: Uusi tiedote title: Uusi tiedote
preview:
explanation_html: 'Sähköposti lähetetään <strong>%{display_count} käyttäjälle</strong>. Seuraava teksti sisällytetään sähköpostiviestiin:'
title: Esikatsele tiedoteilmoitus
publish: Julkaise publish: Julkaise
published_msg: Tiedotteen julkaisu onnistui! published_msg: Tiedotteen julkaisu onnistui!
scheduled_for: Ajoitettu %{time} scheduled_for: Ajoitettu %{time}
@ -939,6 +943,7 @@ fi:
chance_to_review_html: "<strong>Luotuja käyttöehtoja ei julkaista automaattisesti.</strong> Sinulla on mahdollisuus tarkistaa lopputulos. Jatka täyttämällä tarvittavat tiedot." chance_to_review_html: "<strong>Luotuja käyttöehtoja ei julkaista automaattisesti.</strong> 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. 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 title: Käyttöehtojen määritys
going_live_on_html: Voimassa %{date} alkaen
history: Historia history: Historia
live: Julki live: Julki
no_history: Käyttöehtoihin ei ole vielä tehty muutoksia. 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. <strong>Pidä palautuskoodit hyvässä tallessa</strong>. Voit esimerkiksi tulostaa ne ja säilyttää muiden tärkeiden papereiden joukossa. recovery_instructions_html: Jos menetät puhelimesi, voit kirjautua tilillesi jollakin alla olevista palautuskoodeista. <strong>Pidä palautuskoodit hyvässä tallessa</strong>. Voit esimerkiksi tulostaa ne ja säilyttää muiden tärkeiden papereiden joukossa.
webauthn: Suojausavaimet webauthn: Suojausavaimet
user_mailer: user_mailer:
announcement_published:
description: 'Palvelimen %{domain} ylläpito tiedottaa:'
subject: Palvelutiedote
title: Palvelimen %{domain} palvelutiedote
appeal_approved: appeal_approved:
action: Tilin asetukset 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." 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: 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. 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:' 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 <strong>%{date}</strong>. Kehotamme sinua tutustumaan <a href="%{path}" target="_blank">päivitettyihin ehtoihin kokonaisuudessaan täällä</a>.
sign_off: Palvelimen %{domain} tiimi sign_off: Palvelimen %{domain} tiimi
subject: Käyttöehtojemme päivitykset subject: Käyttöehtojemme päivitykset
subtitle: Palvelimen %{domain} käyttöehdot muuttuvat subtitle: Palvelimen %{domain} käyttöehdot muuttuvat

View File

@ -309,6 +309,7 @@ fo:
title: Skoðanarloggur title: Skoðanarloggur
unavailable_instance: "(økisnavn ikki tøkt)" unavailable_instance: "(økisnavn ikki tøkt)"
announcements: announcements:
back: Aftur til kunngerðir
destroyed_msg: Kunngerð strikað! destroyed_msg: Kunngerð strikað!
edit: edit:
title: Rætta kunngerð title: Rætta kunngerð
@ -317,6 +318,9 @@ fo:
new: new:
create: Stovna kunngerð create: Stovna kunngerð
title: Nýggj kunngerð title: Nýggj kunngerð
preview:
explanation_html: 'Teldubrævið verður sent til <strong>%{display_count} brúkarar</strong>. Fylgjandi tekstur kemur við í teldubrævið:'
title: Undanvís fráboðan um kunngerð
publish: Legg út publish: Legg út
published_msg: Kunngerð útgivin! published_msg: Kunngerð útgivin!
scheduled_for: Sett á skrá %{time} scheduled_for: Sett á skrá %{time}
@ -939,6 +943,7 @@ fo:
chance_to_review_html: "<strong>Framleiddu tænastutreytirnar verða ikki útgivnar av sær sjálvum.</strong> Tú fær møguleika at eftirhyggja úrslitini. Vinarliga útfyll neyðugu smálutirnar fyri at halda fram." chance_to_review_html: "<strong>Framleiddu tænastutreytirnar verða ikki útgivnar av sær sjálvum.</strong> 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. 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 title: Uppseting av tænastutreytum
going_live_on_html: Galdandi, frá %{date}
history: Søga history: Søga
live: Beinleiðis live: Beinleiðis
no_history: Enn eru ongar skrásettar broytingar í tænastutreytunum. 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. <strong>Goym kodurnar til endurgerð trygt</strong>. Til dømis kanst tú prenta tær og goyma tær saman við øðrum týdningarmiklum skjølum. 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. <strong>Goym kodurnar til endurgerð trygt</strong>. Til dømis kanst tú prenta tær og goyma tær saman við øðrum týdningarmiklum skjølum.
webauthn: Trygdarlyklar webauthn: Trygdarlyklar
user_mailer: user_mailer:
announcement_published:
description: 'Umsitararnir av %{domain} kunngera:'
subject: Tænastukunngerð
title: "%{domain} tænastukunngerð"
appeal_approved: appeal_approved:
action: Kontustillingar 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. 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: 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. 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:' 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á <strong>%{date}</strong>. Vit eggja tær til at eftirhyggja <a href="%{path}" target="_blank">dagførdu treytirnar her</a>.
sign_off: "%{domain} toymið" sign_off: "%{domain} toymið"
subject: Dagføringar til okkara tænastutreytir subject: Dagføringar til okkara tænastutreytir
subtitle: Tænastutreytirnar hjá %{domain} eru við at verða broyttar subtitle: Tænastutreytirnar hjá %{domain} eru við at verða broyttar

View File

@ -318,6 +318,7 @@ ga:
title: Loga iniúchta title: Loga iniúchta
unavailable_instance: "(ainm fearainn ar fáil)" unavailable_instance: "(ainm fearainn ar fáil)"
announcements: announcements:
back: Ar ais chuig fógraí
destroyed_msg: D'éirigh leis an bhfógra a scriosadh! destroyed_msg: D'éirigh leis an bhfógra a scriosadh!
edit: edit:
title: Cuir fógra in eagar title: Cuir fógra in eagar
@ -326,6 +327,9 @@ ga:
new: new:
create: Cruthaigh fógra create: Cruthaigh fógra
title: Fógra nua title: Fógra nua
preview:
explanation_html: 'Seolfar an ríomhphost chuig <strong>%{display_count} úsáideoir</strong>. Beidh an téacs seo a leanas san áireamh sa ríomhphost:'
title: Fógra réamhamhairc na fógraíochta
publish: Foilsigh publish: Foilsigh
published_msg: Déirigh leis an bhfógra a fhoilsiú! published_msg: Déirigh leis an bhfógra a fhoilsiú!
scheduled_for: Sceidealta le haghaidh %{time} scheduled_for: Sceidealta le haghaidh %{time}
@ -981,6 +985,7 @@ ga:
chance_to_review_html: "<strong>Ní fhoilseofar na téarmaí seirbhíse ginte go huathoibríoch.</strong> Beidh deis agat na torthaí a athbhreithniú. Líon isteach na sonraí riachtanacha le leanúint ar aghaidh." chance_to_review_html: "<strong>Ní fhoilseofar na téarmaí seirbhíse ginte go huathoibríoch.</strong> 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. 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 title: Téarmaí Socrú Seirbhíse
going_live_on_html: Beo, éifeachtach %{date}
history: Stair history: Stair
live: Beo live: Beo
no_history: Níl aon athruithe taifeadta ar théarmaí seirbhíse fós. 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. <strong>Coinnigh na cóid athshlánaithe slán</strong>. Mar shampla, is féidir leat iad a phriontáil agus iad a stóráil le doiciméid thábhachtacha eile. 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. <strong>Coinnigh na cóid athshlánaithe slán</strong>. 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 webauthn: Eochracha slándála
user_mailer: 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: appeal_approved:
action: Socruithe cuntas 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. 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: 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. 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:' 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 <strong>%{date}</strong>. Molaimid duit athbhreithniú a dhéanamh ar na <a href="%{path}" target="_blank">téarmaí nuashonraithe ina n-iomláine anseo</a>.
sign_off: Foireann %{domain} sign_off: Foireann %{domain}
subject: Nuashonruithe ar ár dtéarmaí seirbhíse subject: Nuashonruithe ar ár dtéarmaí seirbhíse
subtitle: Tá téarmaí seirbhíse %{domain} ag athrú subtitle: Tá téarmaí seirbhíse %{domain} ag athrú

View File

@ -1830,7 +1830,7 @@ gd:
user_domain_block: Bhac thu %{target_name} user_domain_block: Bhac thu %{target_name}
lost_followers: An luchd-leantainn a chaill thu lost_followers: An luchd-leantainn a chaill thu
lost_follows: Daoine nach lean thu tuilleadh lost_follows: Daoine nach lean thu tuilleadh
preamble: Dhfhaoidte 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: Dhfhaoidte 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. purged: Chaidh am fiosrachadh mun fhrithealaiche seo a phurgaideachadh le rianairean an fhrithealaiche agad.
type: Tachartas type: Tachartas
statuses: statuses:

View File

@ -271,11 +271,11 @@ gl:
disable_2fa_user_html: "%{name} desactivou o requerimento do segundo factor para a usuaria %{target}" 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_custom_emoji_html: "%{name} desactivou o emoji %{target}"
disable_relay_html: "%{name} desactivou o repetidor %{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}" disable_user_html: "%{name} desactivou as credenciais para a usuaria %{target}"
enable_custom_emoji_html: "%{name} activou o emoji %{target}" enable_custom_emoji_html: "%{name} activou o emoji %{target}"
enable_relay_html: "%{name} activou o repetidor %{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}" 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" memorialize_account_html: "%{name} convertiu a conta de %{target} nunha páxina para o recordo"
promote_user_html: "%{name} promocionou a usuaria %{target}" promote_user_html: "%{name} promocionou a usuaria %{target}"
@ -309,6 +309,7 @@ gl:
title: Rexistro de auditoría title: Rexistro de auditoría
unavailable_instance: "(nome de dominio non dispoñible)" unavailable_instance: "(nome de dominio non dispoñible)"
announcements: announcements:
back: Anuncios anteriores
destroyed_msg: Anuncio eliminado de xeito correcto! destroyed_msg: Anuncio eliminado de xeito correcto!
edit: edit:
title: Editar anuncio title: Editar anuncio
@ -317,6 +318,9 @@ gl:
new: new:
create: Crear anuncio create: Crear anuncio
title: Novo anuncio title: Novo anuncio
preview:
explanation_html: 'Vaise enviar o correo a <strong>%{display_count} usuarias</strong>. Incluirase o seguinte texto no correo:'
title: Previsualización da notificación do anuncio
publish: Publicar publish: Publicar
published_msg: Anuncio publicado de xeito correcto! published_msg: Anuncio publicado de xeito correcto!
scheduled_for: Programado para %{time} scheduled_for: Programado para %{time}
@ -939,6 +943,7 @@ gl:
chance_to_review_html: "<strong>Vanse publicar automaticamente os termos do servizo creados.</strong> Terás a oportunidade de revisar o resultado. Por favor completa os detalles precisos para continuar." chance_to_review_html: "<strong>Vanse publicar automaticamente os termos do servizo creados.</strong> 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. 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 title: Configurar os Termos do Servizo
going_live_on_html: Aplicados, con efecto desde %{date}
history: Historial history: Historial
live: Actuais live: Actuais
no_history: Non hai rexistrados cambios nos termos do servizo. 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. <strong>Garda os códigos nun lugar seguro</strong>. Por exemplo, podes imprimilos e gardalos xunto con outros documentos importantes. 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. <strong>Garda os códigos nun lugar seguro</strong>. Por exemplo, podes imprimilos e gardalos xunto con outros documentos importantes.
webauthn: Chaves de seguridade webauthn: Chaves de seguridade
user_mailer: 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: appeal_approved:
action: Axustes da conta 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. 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: 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. 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:' 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 <strong>%{date}</strong>. Convidámoste a que leas <a href="%{path}" target="_blank">aquí as condicións actualizadas ao completo</a>:'
sign_off: O equipo de %{domain} sign_off: O equipo de %{domain}
subject: Actualización dos nosos termos do servizo subject: Actualización dos nosos termos do servizo
subtitle: Cambiaron os termos do servizo de %{domain} subtitle: Cambiaron os termos do servizo de %{domain}

View File

@ -315,6 +315,7 @@ he:
title: ביקורת יומן title: ביקורת יומן
unavailable_instance: "(שם מתחם לא זמין)" unavailable_instance: "(שם מתחם לא זמין)"
announcements: announcements:
back: חזרה להודעות
destroyed_msg: הכרזה נמחקה בהצלחה! destroyed_msg: הכרזה נמחקה בהצלחה!
edit: edit:
title: עריכת הכרזה title: עריכת הכרזה
@ -323,6 +324,9 @@ he:
new: new:
create: יצירת הכרזה create: יצירת הכרזה
title: הכרזה חדשה title: הכרזה חדשה
preview:
explanation_html: 'הדואל ישלח אל <strong>%{display_count} משתמשיםות</strong>. להלן המלל שישלח בדואל:'
title: צפיה מקדימה בהודעה
publish: פרסום publish: פרסום
published_msg: ההכרזה פורסמה בהצלחה! published_msg: ההכרזה פורסמה בהצלחה!
scheduled_for: מתוזמן ל-%{time} scheduled_for: מתוזמן ל-%{time}
@ -967,6 +971,7 @@ he:
chance_to_review_html: "<strong>תנאי השירות שחוללו עצמונית לא יפורסמו אוטומטית.</strong> תהיה לך הזדמנות לעבור על התוצאה. יש למלא את הפרטים הבאים כדי להמשיך." chance_to_review_html: "<strong>תנאי השירות שחוללו עצמונית לא יפורסמו אוטומטית.</strong> תהיה לך הזדמנות לעבור על התוצאה. יש למלא את הפרטים הבאים כדי להמשיך."
explanation_html: תבנית תנאי השירות סופקה לצרכי יידוע בלבד, ואין לראות בהם עצה חוקית על אף נושא. אנא התייעצו בעצמבם עם פרקליט לגבי מצבכם הייחודי ושאלות ספציפיות שעלולות להיות לכם. explanation_html: תבנית תנאי השירות סופקה לצרכי יידוע בלבד, ואין לראות בהם עצה חוקית על אף נושא. אנא התייעצו בעצמבם עם פרקליט לגבי מצבכם הייחודי ושאלות ספציפיות שעלולות להיות לכם.
title: הקמת מסמך תנאי השירות title: הקמת מסמך תנאי השירות
going_live_on_html: בתוקף מתאריך %{date}
history: גרסאות העבר history: גרסאות העבר
live: הגרסא החיה live: הגרסא החיה
no_history: עוד לא נרשמו שינויים בתנאי השירות. no_history: עוד לא נרשמו שינויים בתנאי השירות.
@ -1990,6 +1995,10 @@ he:
recovery_instructions_html: במידה והגישה למכשירך תאבד, ניתן לייצר קודי אחזור למטה על מנת לאחזר גישה לחשבונך בכל עת. <strong>נא לשמור על קודי הגישה במקום בטוח</strong>. לדוגמא על ידי הדפסתם ושמירתם עם מסמכים חשובים אחרים, או שימוש בתוכנה ייעודית לניהול סיסמאות וסודות. recovery_instructions_html: במידה והגישה למכשירך תאבד, ניתן לייצר קודי אחזור למטה על מנת לאחזר גישה לחשבונך בכל עת. <strong>נא לשמור על קודי הגישה במקום בטוח</strong>. לדוגמא על ידי הדפסתם ושמירתם עם מסמכים חשובים אחרים, או שימוש בתוכנה ייעודית לניהול סיסמאות וסודות.
webauthn: מפתחות אבטחה webauthn: מפתחות אבטחה
user_mailer: user_mailer:
announcement_published:
description: 'צוות ההנהלה של %{domain} מפרסם הודעה:'
subject: הודעת שירות
title: הודעת שירות מאת %{domain}
appeal_approved: appeal_approved:
action: הגדרות חשבון action: הגדרות חשבון
explanation: הערעור על העברה שנרשמה כנגד חשבונך ב-%{strike_date} שהגשת ב-%{appeal_date} התקבל. חשבונך חזר להיות נקי מכל רבב. explanation: הערעור על העברה שנרשמה כנגד חשבונך ב-%{strike_date} שהגשת ב-%{appeal_date} התקבל. חשבונך חזר להיות נקי מכל רבב.
@ -2022,6 +2031,8 @@ he:
terms_of_service_changed: terms_of_service_changed:
agreement: עם המשך השימוש בשרת %{domain} אתן מסכימות לתנאים הללו. אם אינכם מסכימים עם עדכוני תנאי השירות, אתן יכולות להפסיק את ההסכם עם %{domain} בכל עת על ידי מחיקת החשבון. agreement: עם המשך השימוש בשרת %{domain} אתן מסכימות לתנאים הללו. אם אינכם מסכימים עם עדכוני תנאי השירות, אתן יכולות להפסיק את ההסכם עם %{domain} בכל עת על ידי מחיקת החשבון.
changelog: 'בקצרה, הנה משמעות העדכון עבורך:' changelog: 'בקצרה, הנה משמעות העדכון עבורך:'
description: 'קיבלת הודעת דואל זו כיוון שאנו מבצעים שינויים במסמך תנאי השירות של %{domain}. השינויים יכנסו לתוקף בתאריך %{date}. אנו מעודדים אותך לעבור על השינויים במסמך המלא כאן:'
description_html: קיבלת הודעת דואל זו כיוון שאנו מבצעים שינויים במסמך תנאי השירות של %{domain}. השינויים יכנסו לתוקף בתאריך <strong>%{date}</strong>. אנו מעודדים אותך לעבור על <a href="%{path}" target="_blank">השינויים במסמך המלא כאן</a>.
sign_off: צוות %{domain} sign_off: צוות %{domain}
subject: עדכונים לתנאי השירות שלנו subject: עדכונים לתנאי השירות שלנו
subtitle: מסמך תנאי השירות של %{domain} עוברים שינויים subtitle: מסמך תנאי השירות של %{domain} עוברים שינויים

View File

@ -309,6 +309,7 @@ hu:
title: Audit napló title: Audit napló
unavailable_instance: "(domain név nem elérhető)" unavailable_instance: "(domain név nem elérhető)"
announcements: announcements:
back: Vissza a bejelentésekhez
destroyed_msg: A közlemény sikeresen törölve! destroyed_msg: A közlemény sikeresen törölve!
edit: edit:
title: Közlemény szerkesztése title: Közlemény szerkesztése
@ -317,6 +318,9 @@ hu:
new: new:
create: Közlemény létrehozása create: Közlemény létrehozása
title: Új közlemény title: Új közlemény
preview:
explanation_html: 'Az e-mail <strong>%{display_count} felhasználónak</strong> 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 publish: Közzététel
published_msg: A közlemény sikeresen publikálva! published_msg: A közlemény sikeresen publikálva!
scheduled_for: Ekkorra ütemezve %{time} scheduled_for: Ekkorra ütemezve %{time}
@ -939,6 +943,7 @@ hu:
chance_to_review_html: "<strong>Az előállított felhasználási feltételek nem lesznek automatikusan közzétéve.</strong> Előtte áttekintheted az eredményt. A folytatáshoz töltsd ki a szükséges részleteket." chance_to_review_html: "<strong>Az előállított felhasználási feltételek nem lesznek automatikusan közzétéve.</strong> 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. 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 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 history: Előzmények
live: Élő live: Élő
no_history: Még nincsenek változtatások a szolgáltatási feltételekben. 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. <strong>Tartsd biztos helyen a visszaállítási kódjaid</strong>! Például nyomtasd ki őket és tárold a többi fontos iratoddal együtt. 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. <strong>Tartsd biztos helyen a visszaállítási kódjaid</strong>! Például nyomtasd ki őket és tárold a többi fontos iratoddal együtt.
webauthn: Biztonsági kulcsok webauthn: Biztonsági kulcsok
user_mailer: 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: appeal_approved:
action: Fiók Beállításai 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. 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: 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. 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:' 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: <strong>%{date}</strong>. Javasoljuk, hogy tekintsd át a <a href="%{path}" target="_blank">frissített feltételeket teljes egészében itt</a>.'
sign_off: A(z) %{domain} csapata sign_off: A(z) %{domain} csapata
subject: A felhasználási feltételei frissítései subject: A felhasználási feltételei frissítései
subtitle: A(z) %{domain} felhasználási feltételei megváltoznak subtitle: A(z) %{domain} felhasználási feltételei megváltoznak

File diff suppressed because it is too large Load Diff

View File

@ -309,6 +309,7 @@ is:
title: Atvikaskrá title: Atvikaskrá
unavailable_instance: "(heiti léns ekki tiltækt)" unavailable_instance: "(heiti léns ekki tiltækt)"
announcements: announcements:
back: Til baka í auglýsingar
destroyed_msg: Það tókst að eyða auglýsingunni! destroyed_msg: Það tókst að eyða auglýsingunni!
edit: edit:
title: Breyta auglýsingu title: Breyta auglýsingu
@ -317,6 +318,9 @@ is:
new: new:
create: Búa til auglýsingu create: Búa til auglýsingu
title: Ný auglýsing title: Ný auglýsing
preview:
explanation_html: 'Tölvupósturinn verður sendur til <strong>%{display_count} notenda</strong>. Eftirfarandi texti verður í meginmáli póstsins:'
title: Forskoða tilkynninguna
publish: Birta publish: Birta
published_msg: Það tókst að birta auglýsinguna! published_msg: Það tókst að birta auglýsinguna!
scheduled_for: Áætlað %{time} scheduled_for: Áætlað %{time}
@ -941,6 +945,7 @@ is:
chance_to_review_html: "<strong>Sjálfvirkt útbúnu þjónustuskilmálarnir verða ekki birtir sjálfkrafa.</strong> Þú munt geta yfirfarið textann. Fylltu inn nauðsynlegar upplýsingar til að halda áfram to proceed." chance_to_review_html: "<strong>Sjálfvirkt útbúnu þjónustuskilmálarnir verða ekki birtir sjálfkrafa.</strong> Þú 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. 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 title: Uppsetning þjónustuskilmála
going_live_on_html: Í beinni, þann %{date}
history: Ferill history: Ferill
live: Í beinni live: Í beinni
no_history: Það eru engar breytingar ennþá á þjónustuskilmálunum. 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. <strong>Geymdu endurheimtukóðana á öruggum stað</strong>. Sem dæmi gætirðu prentað þá út og geymt með öðrum mikilvægum skjölum. 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. <strong>Geymdu endurheimtukóðana á öruggum stað</strong>. Sem dæmi gætirðu prentað þá út og geymt með öðrum mikilvægum skjölum.
webauthn: Öryggislyklar webauthn: Öryggislyklar
user_mailer: 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: appeal_approved:
action: Stillingar notandaaðgangs 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. 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: 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. 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:' 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 <strong>%{date}</strong>. Við hvetjum þig til að kynna þér <a href="%{path}" target="_blank">þessar breytingar hér</a>.
sign_off: "%{domain}-teymið" sign_off: "%{domain}-teymið"
subject: Breytingar á þjónustuskilmálum okkar subject: Breytingar á þjónustuskilmálum okkar
subtitle: Þjónustuskilmálar eru að breytast á %{domain} subtitle: Þjónustuskilmálar eru að breytast á %{domain}

View File

@ -309,6 +309,7 @@ it:
title: Registro di controllo title: Registro di controllo
unavailable_instance: "(nome di dominio non disponibile)" unavailable_instance: "(nome di dominio non disponibile)"
announcements: announcements:
back: Torna agli annunci
destroyed_msg: Annuncio eliminato! destroyed_msg: Annuncio eliminato!
edit: edit:
title: Modifica annuncio title: Modifica annuncio
@ -317,6 +318,9 @@ it:
new: new:
create: Crea annuncio create: Crea annuncio
title: Nuovo annuncio title: Nuovo annuncio
preview:
explanation_html: 'L''e-mail verrà inviata a <strong>%{display_count} utenti</strong>. Il seguente testo sarà incluso nell''e-mail:'
title: Anteprima della notifica dell'annuncio
publish: Pubblica publish: Pubblica
published_msg: Annuncio pubblicato! published_msg: Annuncio pubblicato!
scheduled_for: Programmato per %{time} scheduled_for: Programmato per %{time}
@ -939,6 +943,7 @@ it:
chance_to_review_html: "<strong>I termini di servizio generati non verranno pubblicati automaticamente.</strong> Avrai la possibilità di esaminare i risultati. Si prega di inserire i dettagli necessari per procedere." chance_to_review_html: "<strong>I termini di servizio generati non verranno pubblicati automaticamente.</strong> 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. 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 title: Impostazione dei Termini di Servizio
going_live_on_html: In vigore il %{date}
history: Cronologia history: Cronologia
live: In uso live: In uso
no_history: Non sono ancora state registrate modifiche ai termini di servizio. 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. <strong>Conserva i codici di recupero in un posto sicuro</strong>. Ad esempio puoi stamparli e conservarli insieme ad altri documenti importanti. recovery_instructions_html: Se perdi il telefono, puoi usare uno dei codici di recupero qui sotto per riottenere l'accesso al tuo account. <strong>Conserva i codici di recupero in un posto sicuro</strong>. Ad esempio puoi stamparli e conservarli insieme ad altri documenti importanti.
webauthn: Chiavi di sicurezza webauthn: Chiavi di sicurezza
user_mailer: 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: appeal_approved:
action: Impostazioni account 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. 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: 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. 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:' 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 <strong>%{date}</strong>. Ti invitiamo a leggere i <a href="%{path}" target="_blank">termini aggiornati per intero qui</a>.
sign_off: Il team di %{domain} sign_off: Il team di %{domain}
subject: Aggiornamenti ai nostri termini di servizio subject: Aggiornamenti ai nostri termini di servizio
subtitle: I termini di servizio di %{domain} stanno cambiando subtitle: I termini di servizio di %{domain} stanno cambiando

View File

@ -306,6 +306,7 @@ ko:
title: 감사 로그 title: 감사 로그
unavailable_instance: "(도메인네임 사용불가)" unavailable_instance: "(도메인네임 사용불가)"
announcements: announcements:
back: 공지사항으로 돌아가기
destroyed_msg: 공지가 성공적으로 삭제되었습니다! destroyed_msg: 공지가 성공적으로 삭제되었습니다!
edit: edit:
title: 공지사항 편집 title: 공지사항 편집
@ -314,6 +315,9 @@ ko:
new: new:
create: 공지사항 생성 create: 공지사항 생성
title: 새 공지사항 title: 새 공지사항
preview:
explanation_html: "<strong>%{display_count} 명의 사용자</strong>에게 이메일이 발송됩니다. 다음 내용이 이메일에 포함됩니다:"
title: 공지사항 알림 미리보기
publish: 게시 publish: 게시
published_msg: 공지사항이 성공적으로 발행되었습니다! published_msg: 공지사항이 성공적으로 발행되었습니다!
scheduled_for: "%{time}에 예약됨" scheduled_for: "%{time}에 예약됨"
@ -1863,6 +1867,10 @@ ko:
recovery_instructions_html: 휴대전화를 분실한 경우, 아래 복구 코드 중 하나를 사용해 계정에 접근할 수 있습니다. <strong>복구 코드는 안전하게 보관해 주십시오.</strong> 이 코드를 인쇄해 중요한 서류와 함께 보관하는 것도 좋습니다. recovery_instructions_html: 휴대전화를 분실한 경우, 아래 복구 코드 중 하나를 사용해 계정에 접근할 수 있습니다. <strong>복구 코드는 안전하게 보관해 주십시오.</strong> 이 코드를 인쇄해 중요한 서류와 함께 보관하는 것도 좋습니다.
webauthn: 보안 키 webauthn: 보안 키
user_mailer: user_mailer:
announcement_published:
description: "%{domain}의 관리자가 공지사항을 게시했습니다:"
subject: 서비스 공지사항
title: "%{domain} 서비스 공지사항"
appeal_approved: appeal_approved:
action: 계정 설정 action: 계정 설정
explanation: "%{strike_date}에 일어난 중재결정에 대한 소명을 %{appeal_date}에 작성했으며 승낙되었습니다. 당신의 계정은 정상적인 상태로 돌아왔습니다." explanation: "%{strike_date}에 일어난 중재결정에 대한 소명을 %{appeal_date}에 작성했으며 승낙되었습니다. 당신의 계정은 정상적인 상태로 돌아왔습니다."

View File

@ -431,7 +431,7 @@ lv:
private_comment: Privāts komentārs private_comment: Privāts komentārs
private_comment_hint: Atstāj komentāru par šo domēna ierobežojumu moderatoru iekšējai lietošanai. 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: 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: 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_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 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 title: Pieprasīt jaunajiem lietotājiem atrisināt CAPTCHA, lai apstiprinātu savu kontu
content_retention: content_retention:
danger_zone: Bīstama sadaļa 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 title: Satura saglabāšana
default_noindex: default_noindex:
desc_html: Ietekmē visus lietotājus, kuri paši nav mainījuši šo iestatījumu desc_html: Ietekmē visus lietotājus, kuri paši nav mainījuši šo iestatījumu
@ -931,7 +931,7 @@ lv:
generate: Izmantot sagatavi generate: Izmantot sagatavi
generates: generates:
action: Izveidot action: Izveidot
chance_to_review_html: "<strong>Izveidotie pakalpojuma izmantošanas noteikumi netiks automātiski publicēti.</strong> Būs iespēja izskatīt iznākumu. Lūgums norādīt nepieciešamo informāciju, lai turpinātu." chance_to_review_html: "<strong>Izveidotie pakalpojuma izmantošanas noteikumi netiks laisti klajā automātiski.</strong> 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. 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 title: Pakalpojuma izmantošānas noteikumu uzstādīšana
history: Vēsture history: Vēsture
@ -1112,8 +1112,8 @@ lv:
created: Lietojumprogramma ir veiksmīgi izveidota created: Lietojumprogramma ir veiksmīgi izveidota
destroyed: Lietojumprogramma ir veiksmīgi dzēsta destroyed: Lietojumprogramma ir veiksmīgi dzēsta
logout: Iziet logout: Iziet
regenerate_token: Atjaunot piekļuves marķieri regenerate_token: Atkārtoti izveidot piekļuves pilnvaru
token_regenerated: Piekļuves marķieris veiksmīgi atjaunots 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! warning: Esi ļoti uzmanīgs ar šiem datiem. Nekad nedalies ne ar vienu ar tiem!
your_token: Tavs piekļuves marķieris your_token: Tavs piekļuves marķieris
auth: auth:
@ -1142,7 +1142,7 @@ lv:
dont_have_your_security_key: Vai tev nav drošības atslēgas? dont_have_your_security_key: Vai tev nav drošības atslēgas?
forgot_password: Aizmirsi paroli? 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. 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 link_to_webauth: Lieto savu drošības atslēgas iekārtu
log_in_with: Pieslēgties ar log_in_with: Pieslēgties ar
login: Pieteikties login: Pieteikties
@ -1441,7 +1441,7 @@ lv:
'604800': 1 nedēļa '604800': 1 nedēļa
'86400': 1 diena '86400': 1 diena
expires_in_prompt: Nekad expires_in_prompt: Nekad
generate: Ģenerēt uzaicinājuma saiti generate: Izveidot uzaicinājuma saiti
invalid: Šis uzaicinājums nav derīgs invalid: Šis uzaicinājums nav derīgs
invited_by: 'Tevi uzaicināja:' invited_by: 'Tevi uzaicināja:'
max_uses: max_uses:
@ -1449,7 +1449,7 @@ lv:
other: "%{count} lietojumi" other: "%{count} lietojumi"
zero: "%{count} lietojumu" zero: "%{count} lietojumu"
max_uses_prompt: Nav ierobežojuma 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: table:
expires_at: Beidzas expires_at: Beidzas
uses: Lieto uses: Lieto
@ -1572,10 +1572,10 @@ lv:
thousand: K thousand: K
trillion: T trillion: T
otp_authentication: otp_authentication:
code_hint: Lai apstiprinātu, ievadi autentifikācijas lietotnes ģenerēto kodu code_hint: Jāievada autentificētājlietotnes izveidotais kods, lai apstiprinātu
description_html: Jā iespējo <strong>divpakāpju autentifikāciju</strong> ar autentificēšanas lietotni, pieteikšanās laikā būs nepieciešams tālrunis, kurā tiks izveidoti ievadāmie kodi. description_html: Jā iespējo <strong>divpakāpju autentifikāciju</strong> ar autentificētājlietotni, pieteikšanās laikā būs nepieciešams tālrunis, kurā tiks izveidoti ievadāmie kodi.
enable: Iespējot enable: Iespējot
instructions_html: "<strong>Skenē šo QR kodu Google Authenticator vai līdzīgā TOTP lietotnē savā tālrunī</strong>. No šī brīža šī lietotne ģenerēs marķierus, kas tev būs jāievada, piesakoties." instructions_html: "<strong>Šis kvadrātods savā tālrunī jānolasa ar Google Authenticator vai līdzīgu TOTP lietotni</strong>. 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ā:' 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 setup: Iestatīt
wrong_code: Ievadītais kods bija nederīgs. Vai servera un ierīces laiks ir pareizs? 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. 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 over_character_limit: pārsniegts %{max} rakstzīmju ierobežojums
pin_errors: pin_errors:
direct: Ziņojumus, kas ir redzami tikai minētajiem lietotājiem, nevar piespraust direct: Ierakstus, kas ir redzami tikai pieminētajiem lietotājiem, nevar piespraust
limit: Tu jau esi piespraudis maksimālo ziņu skaitu limit: Jau ir piesprausts lielākais iespējamais ierakstu skaits
ownership: Kāda cita ierakstu nevar piespraust ownership: Kāda cita ierakstu nevar piespraust
reblog: Izceltu ierakstu nevar piespraust reblog: Pastiprinātu ierakstu nevar piespraust
title: "%{name}: “%{quote}”" title: "%{name}: “%{quote}”"
visibilities: visibilities:
direct: Tiešs direct: Tiešs
@ -1784,8 +1784,8 @@ lv:
keep_direct_hint: Nedzēš nevienu tavu tiešo ziņojumu keep_direct_hint: Nedzēš nevienu tavu tiešo ziņojumu
keep_media: Saglabāt ziņas ar multivides pielikumiem 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_media_hint: Neizdzēš nevienu no tavām ziņām, kurām ir multivides pielikumi
keep_pinned: Saglabāt piespraustās ziņas keep_pinned: Paturēt piespraustos ierakstus
keep_pinned_hint: Nedzēš nevienu tavis piesprausto ziņu keep_pinned_hint: Neizdzēš nevienu no Tevis piespraustajiem ierakstiem
keep_polls: Saglabāt aptaujas keep_polls: Saglabāt aptaujas
keep_polls_hint: Nedzēš nevienu tavu aptauju keep_polls_hint: Nedzēš nevienu tavu aptauju
keep_self_bookmark: Saglabāt ziņas, kuras esi pievienojis grāmatzīmēm keep_self_bookmark: Saglabāt ziņas, kuras esi pievienojis grāmatzīmēm
@ -1836,13 +1836,13 @@ lv:
edit: Labot edit: Labot
enabled: Divpakāpju autentifikācija ir iespējota enabled: Divpakāpju autentifikācija ir iespējota
enabled_success: Divpakāpju autentifikācija veiksmīgi iespējota enabled_success: Divpakāpju autentifikācija veiksmīgi iespējota
generate_recovery_codes: Ģenerēt atkopšanas kodus generate_recovery_codes: Izveidot atkopes 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. 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 methods: Divpakāpju veidi
otp: Autentifikātora lietotne otp: Autentifikātora lietotne
recovery_codes: Veidot atkopšanas kodu rezerves kopijas recovery_codes: Veidot atkopes kodu rezerves kopijas
recovery_codes_regenerated: Atkopšanas kodi veiksmīgi atjaunoti 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 tālāk norādītajiem atkopšanas kodiem, lai atgūtu piekļuvi savam kontam. <strong>Glabā atkopšanas kodus drošībā</strong>. Piemēram, tu vari tos izdrukāt un uzglabāt kopā ar citiem svarīgiem dokumentiem. 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. <strong>Atkpes kodi jātur drošībā</strong>. Piemēram, tos var izdrukāt un glabāt kopā ar citiem svarīgiem dokumentiem.
webauthn: Drošības atslēgas webauthn: Drošības atslēgas
user_mailer: user_mailer:
appeal_approved: appeal_approved:

View File

@ -309,6 +309,7 @@ nl:
title: Auditlog title: Auditlog
unavailable_instance: "(domeinnaam niet beschikbaar)" unavailable_instance: "(domeinnaam niet beschikbaar)"
announcements: announcements:
back: Terug naar mededelingen
destroyed_msg: Verwijderen van mededeling geslaagd! destroyed_msg: Verwijderen van mededeling geslaagd!
edit: edit:
title: Mededeling bewerken title: Mededeling bewerken
@ -317,6 +318,9 @@ nl:
new: new:
create: Mededeling aanmaken create: Mededeling aanmaken
title: Nieuwe mededeling title: Nieuwe mededeling
preview:
explanation_html: 'De e-mail wordt verzonden naar <strong>%{display_count} gebruikers</strong>. De volgende tekst wordt in het bericht opgenomen:'
title: Voorbeeld aankondiging notificatie
publish: Inschakelen publish: Inschakelen
published_msg: Publiceren van mededeling geslaagd! published_msg: Publiceren van mededeling geslaagd!
scheduled_for: Ingepland voor %{time} scheduled_for: Ingepland voor %{time}
@ -939,6 +943,7 @@ nl:
chance_to_review_html: "<strong>De gegenereerde gebruiksvoorwaarden worden niet automatisch gepubliceerd.</strong> Je krijgt de gelegenheid om de resultaten eerst te bekijken. Vul de benodigde gegevens in om verder te gaan." chance_to_review_html: "<strong>De gegenereerde gebruiksvoorwaarden worden niet automatisch gepubliceerd.</strong> 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. 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 title: Gebruiksvoorwaarden instellen
going_live_on_html: Actueel, met ingang van %{date}
history: Geschiedenis history: Geschiedenis
live: Actueel live: Actueel
no_history: Er zijn nog geen opgeslagen wijzigingen van de gebruiksvoorwaarden. 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. <strong>Zorg ervoor dat je de herstelcodes op een veilige plek bewaart</strong>. Je kunt ze bijvoorbeeld printen en ze samen met andere belangrijke documenten bewaren. 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. <strong>Zorg ervoor dat je de herstelcodes op een veilige plek bewaart</strong>. Je kunt ze bijvoorbeeld printen en ze samen met andere belangrijke documenten bewaren.
webauthn: Beveiligingssleutels webauthn: Beveiligingssleutels
user_mailer: user_mailer:
announcement_published:
description: 'De beheerders van %{domain} doen een mededeling:'
subject: Service aankondiging
title: "%{domain} service aankondiging"
appeal_approved: appeal_approved:
action: Accountinstellingen 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. 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: 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. 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:' 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 <strong>%{date}</strong>. We raden je aan om de <a href="%{path}" target="_blank">bijgewerkte voorwaarden hier</a> volledig te bestuderen.
sign_off: Het %{domain}-team sign_off: Het %{domain}-team
subject: Onze bijgewerkte gebruiksvoorwaarden subject: Onze bijgewerkte gebruiksvoorwaarden
subtitle: De gebruiksvoorwaarden van %{domain} veranderen subtitle: De gebruiksvoorwaarden van %{domain} veranderen

View File

@ -939,6 +939,7 @@ pt-PT:
chance_to_review_html: "<strong>Os termos de serviço gerados não serão publicados automaticamente.</strong> Terá a possibilidade de rever os resultados. Por favor, preencha os detalhes necessários para prosseguir." chance_to_review_html: "<strong>Os termos de serviço gerados não serão publicados automaticamente.</strong> 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. 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 title: Configuração dos Termos de Serviço
going_live_on_html: Em vigor desde %{date}
history: Histórico history: Histórico
live: Em tempo real live: Em tempo real
no_history: Ainda não há nenhuma alteração registada nos termos de serviço. 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: 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. 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:' 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 <strong>%{date}</strong>. Recomendamos que leia os <a href="%{path}" target="_blank">termos de serviço atualizados aqui</a>.
sign_off: A equipa de %{domain} sign_off: A equipa de %{domain}
subject: Atualizações dos nossos termos de serviço subject: Atualizações dos nossos termos de serviço
subtitle: Os termos de serviço de %{domain} estão a mudar subtitle: Os termos de serviço de %{domain} estão a mudar

View File

@ -23,6 +23,7 @@ ro:
one: Postare one: Postare
other: De Postări other: De Postări
posts_tab_heading: Postări posts_tab_heading: Postări
self_follow_error: Urmărirea propriului cont nu este permisă
admin: admin:
account_actions: account_actions:
action: Efectuează acțiunea action: Efectuează acțiunea

View File

@ -132,11 +132,14 @@ bg:
name: Можете да смените само употребата на големи/малки букви, например, за да е по-четимо name: Можете да смените само употребата на големи/малки букви, например, за да е по-четимо
terms_of_service: terms_of_service:
changelog: Може да се структурира със синтаксиса на Markdown. changelog: Може да се структурира със синтаксиса на Markdown.
effective_date: Разумната времева рамка може да обхваща някъде от 10 до 30 дни от датата, на която сте известили потребителите си.
text: Може да се структурира със синтаксиса на Markdown. text: Може да се структурира със синтаксиса на Markdown.
terms_of_service_generator: terms_of_service_generator:
admin_email: Правните бележки включват насрещни известия, постановления на съда, заявки за сваляне и заявки от правоохранителните органи. admin_email: Правните бележки включват насрещни известия, постановления на съда, заявки за сваляне и заявки от правоохранителните органи.
choice_of_law: Град, регион, територия, щат или държава, чиито вътрешни материални права ще уреждат всички искове.
domain: Неповторимо идентифициране на онлайн услугата, която предоставяте. domain: Неповторимо идентифициране на онлайн услугата, която предоставяте.
jurisdiction: Впишете държавата, където живее всеки, който плаща сметките. Ако е дружество или друго образувание, то впишете държавата, в която е регистрирано, и градът, регионът, територията или щатът според случая. jurisdiction: Впишете държавата, където живее всеки, който плаща сметките. Ако е дружество или друго образувание, то впишете държавата, в която е регистрирано, и градът, регионът, територията или щатът според случая.
min_age: Не трябва да е под изискваната минимална възраст от закона на юрисдикцията ви.
user: user:
chosen_languages: Само публикации на отметнатите езици ще се показват в публичните часови оси chosen_languages: Само публикации на отметнатите езици ще се показват в публичните часови оси
role: Ролята управлява какви позволения има потребителят. role: Ролята управлява какви позволения има потребителят.
@ -229,6 +232,7 @@ bg:
setting_display_media_show_all: Показване на всичко setting_display_media_show_all: Показване на всичко
setting_expand_spoilers: Винаги разширяване на публикации, отбелязани с предупреждения за съдържание setting_expand_spoilers: Винаги разширяване на публикации, отбелязани с предупреждения за съдържание
setting_hide_network: Скриване на социалния ви свързан граф setting_hide_network: Скриване на социалния ви свързан граф
setting_missing_alt_text_modal: Показване на диалогов прозорец потвърждение преди публикуване на мултимедия без алт. текст
setting_reduce_motion: Обездвижване на анимациите setting_reduce_motion: Обездвижване на анимациите
setting_system_font_ui: Употреба на стандартния шрифт на системата setting_system_font_ui: Употреба на стандартния шрифт на системата
setting_system_scrollbars_ui: Употреба на системната подразбираща се лента за превъртане setting_system_scrollbars_ui: Употреба на системната подразбираща се лента за превъртане
@ -328,15 +332,18 @@ bg:
usable: Позволяване на публикациите да употребяват този хаштаг локално usable: Позволяване на публикациите да употребяват този хаштаг локално
terms_of_service: terms_of_service:
changelog: Какво е променено? changelog: Какво е променено?
effective_date: Дата на влизане в сила
text: Условия на услугата text: Условия на услугата
terms_of_service_generator: terms_of_service_generator:
admin_email: Имейл адрес за правни известия admin_email: Имейл адрес за правни известия
arbitration_address: Физичен адрес за арбитражни известия arbitration_address: Физичен адрес за арбитражни известия
arbitration_website: Уебсайт за подаване на арбитражни известия arbitration_website: Уебсайт за подаване на арбитражни известия
choice_of_law: Избор на закон
dmca_address: Физичен адрес за DMCA/бележки за авторски права dmca_address: Физичен адрес за DMCA/бележки за авторски права
dmca_email: Адрес на е-поща за DMCA/бележки за авторски права dmca_email: Адрес на е-поща за DMCA/бележки за авторски права
domain: Домейн domain: Домейн
jurisdiction: Законова юрисдикция jurisdiction: Законова юрисдикция
min_age: Минимална възраст
user: user:
role: Роля role: Роля
time_zone: Часова зона time_zone: Часова зона

View File

@ -130,10 +130,17 @@ ca:
show_application: Sempre podràs veure quina aplicació ha publicat els teus tuts. show_application: Sempre podràs veure quina aplicació ha publicat els teus tuts.
tag: tag:
name: Només pots canviar la caixa de les lletres, per exemple, per fer-la més llegible 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: 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. 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. 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. 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: 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 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. role: El rol controla quins permisos té l'usuari.
@ -326,9 +333,10 @@ ca:
usable: Permet a les publicacions emprar aquesta etiqueta localment usable: Permet a les publicacions emprar aquesta etiqueta localment
terms_of_service: terms_of_service:
changelog: Què ha canviat? changelog: Què ha canviat?
effective_date: Data efectiva
text: Condicions de servei text: Condicions de servei
terms_of_service_generator: 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_address: Adreça física per a les notificacions d'arbitratge
arbitration_website: Lloc web per a enviar les notificacions d'arbitratge arbitration_website: Lloc web per a enviar les notificacions d'arbitratge
choice_of_law: Legislació aplicable choice_of_law: Legislació aplicable
@ -336,6 +344,7 @@ ca:
dmca_email: Adreça-e per a les notificacions de copyright/DMCA dmca_email: Adreça-e per a les notificacions de copyright/DMCA
domain: Domini domain: Domini
jurisdiction: Jurisdicció jurisdiction: Jurisdicció
min_age: Edat mínima
user: user:
role: Rol role: Rol
time_zone: Zona horària time_zone: Zona horària

View File

@ -132,16 +132,18 @@ cs:
name: Můžete měnit pouze velikost písmen, například kvůli lepší čitelnosti name: Můžete měnit pouze velikost písmen, například kvůli lepší čitelnosti
terms_of_service: terms_of_service:
changelog: Může být strukturováno pomocí Markdown syntaxu. 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. text: Může být strukturováno pomocí Markdown syntaxu.
terms_of_service_generator: 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čů. 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_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 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 se řídí všemi nároky. 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, 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_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-mail adresy pro právní upozornění 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. 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é. 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: 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 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á. 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ě usable: Povolit příspěvkům používat tento hashtag lokálně
terms_of_service: terms_of_service:
changelog: Co se změnilo? changelog: Co se změnilo?
effective_date: Datum platnosti
text: Podmínky užití text: Podmínky užití
terms_of_service_generator: terms_of_service_generator:
admin_email: E-mailová adresa pro právní upozornění 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 dmca_email: E-mailová adresa pro oznámení DMCA/porušení autorských práv
domain: Doména domain: Doména
jurisdiction: Právní příslušnost jurisdiction: Právní příslušnost
min_age: Věková hranice
user: user:
role: Role role: Role
time_zone: Časové pásmo time_zone: Časové pásmo

View File

@ -135,10 +135,7 @@ cy:
text: Mae modd ei strwythuro gyda chystrawen Markdown. text: Mae modd ei strwythuro gyda chystrawen Markdown.
terms_of_service_generator: terms_of_service_generator:
admin_email: Mae hysbysiadau cyfreithiol yn cynnwys gwrth-hysbysiadau, gorchmynion llys, ceisiadau tynnu i lawr, a cheisiadau gorfodi'r gyfraith. 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_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. 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. 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: user:

Some files were not shown because too many files have changed in this diff Show More