mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 06:38:20 +08:00
Update translations
This commit is contained in:
@ -5,4 +5,10 @@
|
||||
# To work with us on translations, join this project:
|
||||
# https://www.transifex.com/projects/p/discourse-org/
|
||||
|
||||
cs: {}
|
||||
cs:
|
||||
js:
|
||||
details:
|
||||
title: Skrýt detaily
|
||||
composer:
|
||||
details_title: Souhrn
|
||||
details_text: "Tento text bude skrytý"
|
||||
|
@ -5,4 +5,10 @@
|
||||
# To work with us on translations, join this project:
|
||||
# https://www.transifex.com/projects/p/discourse-org/
|
||||
|
||||
fa_IR: {}
|
||||
fa_IR:
|
||||
js:
|
||||
details:
|
||||
title: مخفی کردن جزئیات
|
||||
composer:
|
||||
details_title: خلاصه
|
||||
details_text: "این متن پنهان خواهد شد"
|
||||
|
@ -5,4 +5,10 @@
|
||||
# To work with us on translations, join this project:
|
||||
# https://www.transifex.com/projects/p/discourse-org/
|
||||
|
||||
he: {}
|
||||
he:
|
||||
js:
|
||||
details:
|
||||
title: הסתרת פרטים
|
||||
composer:
|
||||
details_title: תקציר
|
||||
details_text: "טקסט זה יוסתר"
|
||||
|
@ -5,4 +5,10 @@
|
||||
# To work with us on translations, join this project:
|
||||
# https://www.transifex.com/projects/p/discourse-org/
|
||||
|
||||
nl: {}
|
||||
nl:
|
||||
js:
|
||||
details:
|
||||
title: Verberg details
|
||||
composer:
|
||||
details_title: Samenvatting
|
||||
details_text: "Deze tekst zal worden verborgen"
|
||||
|
@ -7,4 +7,4 @@
|
||||
|
||||
es:
|
||||
site_settings:
|
||||
details_enabled: "Activar el plugin de detalles. Si cambias esto debes hacer rebake de todos los mensajes con: \"rake posts:rebake\"."
|
||||
details_enabled: "Activar el plugin de detalles (details). Si cambias esto debes hacer rebake de todos los mensajes con: \"rake posts:rebake\"."
|
||||
|
@ -5,4 +5,6 @@
|
||||
# To work with us on translations, join this project:
|
||||
# https://www.transifex.com/projects/p/discourse-org/
|
||||
|
||||
he: {}
|
||||
he:
|
||||
site_settings:
|
||||
details_enabled: "הפעלת תוסף הפרטים. שינוי הגדרה זו יאלץ אותך לאפות את הרשומות שלך מחדש עם: „rake posts:rebake”"
|
||||
|
@ -5,4 +5,6 @@
|
||||
# To work with us on translations, join this project:
|
||||
# https://www.transifex.com/projects/p/discourse-org/
|
||||
|
||||
cs: {}
|
||||
cs:
|
||||
site_settings:
|
||||
daily_performance_report: "Analyzovat denní logy NGINX a zaslat téma s podrobnostmi přístupné pouze členům redakce."
|
||||
|
@ -7,4 +7,4 @@
|
||||
|
||||
es:
|
||||
site_settings:
|
||||
daily_performance_report: "Analizar registros de NGINX diariamente y publicar un tema para Administradores con los detalles"
|
||||
daily_performance_report: "Analizar los registros de NGINX diariamente y publicar un tema para administradores con los detalles"
|
||||
|
@ -55,6 +55,7 @@ nl:
|
||||
help:
|
||||
options_count: Geef ten minste 2 opties
|
||||
invalid_values: Minimale waarde moet kleiner zijn dan de maximale waarde.
|
||||
min_step_value: De minimale waarde voor stap is 1
|
||||
poll_type:
|
||||
label: Type
|
||||
regular: Eén keuze
|
||||
|
@ -50,6 +50,7 @@ zh_TW:
|
||||
help:
|
||||
options_count: 輸入至少 2 個選項
|
||||
invalid_values: 最小值必須比最大值小。
|
||||
min_step_value: 最小梯級階值為 1
|
||||
poll_type:
|
||||
label: 類型
|
||||
regular: 單選
|
||||
|
@ -7,8 +7,10 @@
|
||||
|
||||
nl:
|
||||
site_settings:
|
||||
poll_enabled: "Polls toestaan?"
|
||||
poll_maximum_options: "Maximale aantal toegestane opties in een poll."
|
||||
poll_edit_window_mins: "Aantal minuten na het aanmaken van een bericht waarin polls kunnen worden bewerkt."
|
||||
poll_minimum_trust_level_to_create: "Het minimale vertrouwensniveau dat nodig is om polls aan te maken."
|
||||
poll:
|
||||
multiple_polls_without_name: "Er zijn meerdere polls zonder naam. Gebruik het attribuut '<code>naam</code>' om uw polls uniek te identificeren."
|
||||
multiple_polls_with_same_name: "Er zijn meerdere polls met dezelfde naam : <strong>%{name}</strong>. Gebruik het attribuut '<code>naam</code>' om uw polls uniek te identificeren."
|
||||
@ -33,9 +35,11 @@ nl:
|
||||
no_polls_associated_with_this_post: "Er zijn geen polls aan dit bericht gekoppeld."
|
||||
no_poll_with_this_name: "Er is geen poll met de naam <strong>%{name}</strong> aan dit bericht gekoppeld."
|
||||
post_is_deleted: "Dit kan niet bij een verwijderd bericht."
|
||||
user_cant_post_in_topic: "Je kunt niet stemmen omdat je niet in dit topic kunt posten."
|
||||
topic_must_be_open_to_vote: "Het topic moet geopend zijn om te kunnen stemmen."
|
||||
poll_must_be_open_to_vote: "De poll moet geopend zijn om te kunnen stemmen."
|
||||
topic_must_be_open_to_toggle_status: "Het topic moet geopend zijn om de status te kunnen omschakelen."
|
||||
only_staff_or_op_can_toggle_status: "Alleen een staflid of de oorspronkelijke plaatser van een bericht kan de status van een poll omschakelen."
|
||||
insufficient_rights_to_create: "Je hebt geen toestemming om polls te maken."
|
||||
email:
|
||||
link_to_poll: "Klik om de poll te bekijken."
|
||||
|
Reference in New Issue
Block a user