mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-07-05 05:12:11 +00:00
Update translations
This commit is contained in:
parent
587ab75ce2
commit
52d3b29570
@ -1,6 +1,6 @@
|
|||||||
GIT
|
GIT
|
||||||
remote: https://github.com/discourse/translations-manager.git
|
remote: https://github.com/discourse/translations-manager.git
|
||||||
revision: 7c265df4e60c75f7bea6aa978f79e7364c2c4ac7
|
revision: 57e598eb204719c15ddfd786491344c735945fea
|
||||||
specs:
|
specs:
|
||||||
translations-manager (0.1.1)
|
translations-manager (0.1.1)
|
||||||
|
|
||||||
@ -14,4 +14,4 @@ DEPENDENCIES
|
|||||||
translations-manager!
|
translations-manager!
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.13.6
|
1.16.1
|
||||||
|
15
config/locales/client.ca.yml
Normal file
15
config/locales/client.ca.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# encoding: utf-8
|
||||||
|
#
|
||||||
|
# Never edit this file. It will be overwritten when translations are pulled from Transifex.
|
||||||
|
#
|
||||||
|
# To work with us on translations, join this project:
|
||||||
|
# https://www.transifex.com/projects/p/discourse-org/
|
||||||
|
|
||||||
|
ca:
|
||||||
|
js:
|
||||||
|
notifications:
|
||||||
|
alt:
|
||||||
|
solved:
|
||||||
|
accepted_notification: "Acceptat"
|
||||||
|
solved:
|
||||||
|
title: "Solucionat"
|
@ -7,11 +7,18 @@
|
|||||||
|
|
||||||
pl_PL:
|
pl_PL:
|
||||||
js:
|
js:
|
||||||
|
notifications:
|
||||||
|
alt:
|
||||||
solved:
|
solved:
|
||||||
|
accepted_notification: "przyjęty"
|
||||||
|
solved:
|
||||||
|
title: "Rozwiązany"
|
||||||
allow_accepted_answers: "Pozwól użytkownikom na akceptowanie rozwiązań"
|
allow_accepted_answers: "Pozwól użytkownikom na akceptowanie rozwiązań"
|
||||||
accept_answer: "Akceptuj rozwiązanie"
|
accept_answer: "Akceptuj rozwiązanie"
|
||||||
has_accepted_answer: "Ten temat ma zaakceptowane rozwiązanie"
|
has_accepted_answer: "Ten temat ma zaakceptowane rozwiązanie"
|
||||||
|
has_no_accepted_answer: "Ten temat nie ma rozwiązania"
|
||||||
unaccept_answer: "Niezaakceptowana odpowiedź"
|
unaccept_answer: "Niezaakceptowana odpowiedź"
|
||||||
accepted_answer: "Zaakceptowana odpowiedź"
|
accepted_answer: "Zaakceptowana odpowiedź"
|
||||||
|
solution: "Rozwiązanie"
|
||||||
accepted_html: "<i class='fa-check-square fa accepted'></i> Rozwiązane przez <a href data-user-card='{{username_lower}}'>{{username}}</a> w <a href='{{post_path}}'>poście #{{post_number}}</a>"
|
accepted_html: "<i class='fa-check-square fa accepted'></i> Rozwiązane przez <a href data-user-card='{{username_lower}}'>{{username}}</a> w <a href='{{post_path}}'>poście #{{post_number}}</a>"
|
||||||
accepted_notification: "<i title='accepted' class='fa fa-check-square'></i><p><span>{{username}}</span> {{description}}</p>"
|
accepted_notification: "<i title='accepted' class='fa fa-check-square'></i><p><span>{{username}}</span> {{description}}</p>"
|
||||||
|
8
config/locales/server.ca.yml
Normal file
8
config/locales/server.ca.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# encoding: utf-8
|
||||||
|
#
|
||||||
|
# Never edit this file. It will be overwritten when translations are pulled from Transifex.
|
||||||
|
#
|
||||||
|
# To work with us on translations, join this project:
|
||||||
|
# https://www.transifex.com/projects/p/discourse-org/
|
||||||
|
|
||||||
|
ca: {}
|
@ -8,8 +8,14 @@
|
|||||||
pl_PL:
|
pl_PL:
|
||||||
site_settings:
|
site_settings:
|
||||||
allow_solved_on_all_topics: "Pozwól oznaczać użytkownikom wszystkie tematy jako rozwiązane (domyślnie tylko dla wybranych kategorii w ich ustawieniach)"
|
allow_solved_on_all_topics: "Pozwól oznaczać użytkownikom wszystkie tematy jako rozwiązane (domyślnie tylko dla wybranych kategorii w ich ustawieniach)"
|
||||||
|
empty_box_on_unsolved: "Wyświetl puste pole obok nierozwiązanych tematów"
|
||||||
|
solved_quote_length: "Liczba znaków do wyświetlenia przy wyświetlaniu rozwiązania pod pierwszym wpisem"
|
||||||
reports:
|
reports:
|
||||||
accepted_solutions:
|
accepted_solutions:
|
||||||
title: "Zaakceptowane rozwiązania"
|
title: "Zaakceptowane rozwiązania"
|
||||||
xaxis: "Dzień"
|
xaxis: "Dzień"
|
||||||
yaxis: "Wszystkie"
|
yaxis: "Wszystkie"
|
||||||
|
solved:
|
||||||
|
no_solutions:
|
||||||
|
self: "Nie masz jeszcze żadnych akceptowanych rozwiązań."
|
||||||
|
others: "Brak akceptowanych rozwiązań."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user