mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
Update translations (#27104)
This commit is contained in:

committed by
GitHub

parent
fbb0fb92d1
commit
db3db06caf
@ -118,7 +118,7 @@ de:
|
||||
direct_message_cta: "Persönlichen Chat beginnen"
|
||||
direct_message: "Du kannst auch einen persönlichen Chat mit einem oder mehreren Benutzern beginnen."
|
||||
title: "Keine Kanäle gefunden"
|
||||
my_threads: "Du hast noch keine Themen. Themen, an denen du teilnimmst, werden hier angezeigt."
|
||||
my_threads: "Du hast noch keine Threads. Threads, an denen du teilnimmst, werden hier angezeigt."
|
||||
email_frequency:
|
||||
description: "Wir schicken dir nur dann eine E-Mail, wenn wir dich in den letzten 15 Minuten nicht gesehen haben."
|
||||
never: "Niemals"
|
||||
|
@ -656,6 +656,12 @@ pl_PL:
|
||||
few: "+%{count}"
|
||||
many: "+%{count}"
|
||||
other: "+%{count}"
|
||||
thread_title_toast:
|
||||
title: "Ustaw tytuł wątku"
|
||||
dismiss_action: "Nie pokazuj ponownie"
|
||||
primary_action: "Ustaw tytuł"
|
||||
thread_title_modal:
|
||||
title: "Ustaw tytuł wątku"
|
||||
threads:
|
||||
open: "Otwórz wątek"
|
||||
list: "Wątki"
|
||||
|
@ -174,6 +174,60 @@ sk:
|
||||
few: "@%{group} a %{count} iné skupiny nepovoľujú zmienky."
|
||||
many: "@%{group} a %{count} iných skupín nepovoľujú zmienky."
|
||||
other: "@%{group} a %{count} iných skupín nepovoľujú zmienky."
|
||||
too_many_members_MF: |
|
||||
{ groupCount, plural,
|
||||
=1 {
|
||||
{ isAdmin, select,
|
||||
true {
|
||||
{ notificationLimit, plural,
|
||||
one {Označenie @{group1} prekračuje <a href="{siteSettingUrl}" target="_blank">limit upozornení</a> pre # používateľa.}
|
||||
other {Označenie @{group1} prekračuje <a href="{siteSettingUrl}" target="_blank">limit upozornení</a> pre # používateľov.}
|
||||
}
|
||||
}
|
||||
false {
|
||||
{ notificationLimit, plural,
|
||||
one {Označenie @{group1} prekračuje limit upozornení pre # používateľa.}
|
||||
other {Označenie @{group1} prekračuje limit upozornení pre # používateľov.}
|
||||
}
|
||||
}
|
||||
other {}
|
||||
}
|
||||
}
|
||||
=2 {
|
||||
{ isAdmin, select,
|
||||
true {
|
||||
{ notificationLimit, plural,
|
||||
one {Označenie @{group1} a @{group2} prekračuje <a href="{siteSettingUrl}" target="_blank">limit upozornení</a> pre # používateľa.}
|
||||
other {Označenie @{group1} a @{group2} prekračuje <a href="{siteSettingUrl}" target="_blank">limit upozornení</a> pre # používateľov.}
|
||||
}
|
||||
}
|
||||
false {
|
||||
{ notificationLimit, plural,
|
||||
one {Označenie @{group1} a @{group2} prekračuje limit upozornení pre # používateľa.}
|
||||
other {Označenie @{group1} a @{group2} prekračuje limit upozornení pre # používateľov.}
|
||||
}
|
||||
}
|
||||
other {}
|
||||
}
|
||||
}
|
||||
other {
|
||||
{ isAdmin, select,
|
||||
true {
|
||||
{ notificationLimit, plural,
|
||||
one {Označenie týchto {groupCount} skupín prekračuje <a href="{siteSettingUrl}" target="_blank">limit upozornení</a> pre # používateľa.}
|
||||
other {Označenie týchto {groupCount} skupín prekračuje <a href="{siteSettingUrl}" target="_blank">limit upozornení</a> pre # používateľov.}
|
||||
}
|
||||
}
|
||||
false {
|
||||
{ notificationLimit, plural,
|
||||
one {Označenie týchto {groupCount} skupín prekračuje limit upozornení pre # používateľa.}
|
||||
other {Označenie týchto {groupCount} skupín prekračuje limit upozornení pre # používateľov.}
|
||||
}
|
||||
}
|
||||
other {}
|
||||
}
|
||||
}
|
||||
}
|
||||
too_many_mentions:
|
||||
one: "Táto správa presahuje limit upozornení na zmienku %{count} ."
|
||||
few: "Táto správa prekračuje limit oznámenia %{count} zmienok."
|
||||
|
Reference in New Issue
Block a user