discourse/plugins/poll/config/locales/server.ro.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

49 lines
3.6 KiB
YAML
Raw Normal View History

2020-08-05 09:55:12 -04:00
# WARNING: Never edit this file.
# It will be overwritten when translations are pulled from Crowdin.
2015-05-06 11:35:09 -04:00
#
# To work with us on translations, join this project:
2020-08-05 09:55:12 -04:00
# https://translate.discourse.org/
2015-05-06 11:35:09 -04:00
2016-01-04 10:31:49 -05:00
ro:
site_settings:
2018-02-15 16:36:03 -05:00
poll_enabled: "Permiți sondaje?"
2016-01-04 10:31:49 -05:00
poll_maximum_options: "Numărul maxim admis de opțiuni într-un sondaj"
2016-09-28 05:00:36 -04:00
poll_edit_window_mins: "Număr de minute după crearea postării pe parcursul cărora sondajele pot fi editate."
2018-02-15 16:36:03 -05:00
poll_minimum_trust_level_to_create: "Definește nivelul minim de încredere pentru a crea sondaje."
2016-01-04 10:31:49 -05:00
poll:
2021-01-20 16:58:26 -05:00
invalid_argument: "Valoare nevalidă „%{value}” pentru argumentul „%{argument}”."
2016-01-04 10:31:49 -05:00
multiple_polls_without_name: "Există mai multe sondaje fără nume. Folosește atributul '<code>name</code>' pentru a identifica sondajele proprii"
2016-08-23 08:52:48 -04:00
multiple_polls_with_same_name: "Există mai multe sondaje cu același nume: <strong>%{name}</strong>. Folosește atributul '<code>name</code>' pentru a identifica sondajele."
2021-01-20 16:58:26 -05:00
default_poll_must_have_at_least_1_option: "Sondajul trebuie să aibă cel puţin o opţiune."
named_poll_must_have_at_least_1_option: "Sondajul <strong>%{name}</strong> trebuie să aibă cel puțin o opțiune."
2016-01-04 10:31:49 -05:00
default_poll_must_have_less_options:
2016-08-23 08:52:48 -04:00
one: "Sondajul trebuie să aibă mai puțin de o opțiune."
2016-01-04 10:31:49 -05:00
few: "Sondajul trebuie să conțină cel mult %{count} opțiuni."
2016-08-23 08:52:48 -04:00
other: "Sondajul trebuie să conțină cel mult %{count} de opțiuni."
2016-01-04 10:31:49 -05:00
named_poll_must_have_less_options:
2016-08-23 08:52:48 -04:00
one: "Sondajul <strong>%{name}</strong> trebuie să aibă cel mult o opțiune."
few: "Sondajul <strong>%{name}</strong> trebuie să aibă cel mult %{count} opțiuni."
other: "Sondajul <strong>%{name}</strong> trebuie să aibă cel mult %{count} de opțiuni."
2016-01-04 10:31:49 -05:00
default_poll_must_have_different_options: "Sondajul trebuie să aibă opțiuni diferite."
named_poll_must_have_different_options: "Sondajul numit <strong>%{name}</strong> trebuie să aibă opțiuni diferite."
2021-01-20 16:58:26 -05:00
default_poll_must_not_have_any_empty_options: "Sondajul nu trebuie să aibă nicio opţiune goală."
named_poll_must_not_have_any_empty_options: "Sondajul numit <strong>%{name}</strong> nu trebuie să aibă opțiuni goale."
2016-01-04 10:31:49 -05:00
default_poll_with_multiple_choices_has_invalid_parameters: "Sondajul cu opțiuni multiple are parametri invalizi."
named_poll_with_multiple_choices_has_invalid_parameters: "Sondajul numit <strong>%{name}</strong> cu opțiuni multiple are parametri invalizi."
2016-05-09 14:09:52 -04:00
requires_at_least_1_valid_option: "Trebuie să selectezi cel puțin o opțiune validă."
2021-01-20 16:58:26 -05:00
edit_window_expired:
cannot_edit_default_poll_with_votes: "Nu poți schimba un sondaj după primele %{minutes} minute."
cannot_edit_named_poll_with_votes: "Nu poți schimba numele sondajului <strong>${name}</strong> după primele %{minutes} minute."
2016-01-04 10:31:49 -05:00
no_poll_with_this_name: "Nu există nici un sondaj cu numele <strong>%{name}</strong> asociat acestei postări."
post_is_deleted: "Postările șterse nu se pot modifica."
2021-01-20 16:58:26 -05:00
user_cant_post_in_topic: "Nu poți vota deoarece nu poți posta în acest subiect."
2016-10-06 11:51:00 -04:00
topic_must_be_open_to_vote: "Subiectul trebuie să fie deschis pentru votare."
poll_must_be_open_to_vote: "Sondajul trebuie să fie deschis pentru votare."
topic_must_be_open_to_toggle_status: "Subiectul trebuie să fie activ pentru a se schimba statutul."
only_staff_or_op_can_toggle_status: "Doar un administrator sau autorul postării inițiale poate schimba starea unui sondaj."
2018-02-15 16:36:03 -05:00
insufficient_rights_to_create: "Nu ai permisiunea de a crea sondaje."
2016-01-04 10:31:49 -05:00
email:
link_to_poll: "Click pentru afișarea sondajului."
2021-01-20 16:58:26 -05:00
user_field:
no_data: "Fără date"